Skip to content

Automatic Test Generation for Selenium WebDriver Page Objects using NodeJS

License

Notifications You must be signed in to change notification settings

Rhoynar/AutoTestR

Repository files navigation

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

About

Automatic Test Generation for Selenium WebDriver Page Objects using NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published