Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.17 KB

AutoTestR

Automatic Test Generation Library through Selenium WebDriver Page Objects


Description

AutoTestR provides a framework and library for automatically generating page objects for any given web-application based on their sitemap. It can also be used for generating page object test code individually for any given web-application (including single page application).

AutoTestR parses the Document Object Model (DOM) for the web-pages in order to generate corresponding page-object for that web-page. AutoTestR also generates test cases automatically by using a network (graph) model.


How to use it

In order to use AutoTestR, nodeJS must be installed on your machine. Use the following command to generate the page objects for a given site-map.

node generator.js sitemap.xml

More information

To get more information about AutoTestR or to get any support, please contact us at [email protected]

More documentation available at: http://www.rhoynar.com/auto-test-gen

Visit our presentation at SQuAD Colorado at: http://www.rhoynar.com/autotestr-demo