Difference between revisions of "Selenium automation suite for www.provokesolutions.com"

From Vincents CV Wiki
Jump to: navigation, search
(Created page with "I made a selenium WebDriver automation suite using java and JUnit to test the menu functionality on the web page www.provokesolutions.com. I created a java page object to imp...")
(No difference)

Revision as of 01:26, 7 November 2016

I made a selenium WebDriver automation suite using java and JUnit to test the menu functionality on the web page www.provokesolutions.com. I created a java page object to implement all the page specific aspects and then a seperate test object to run through a series of tests.