Selenium automation suite for www.provokesolutions.com: Difference between revisions
		
		
		
		Jump to navigation
		Jump to 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...") | mNo edit summary | ||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| I  | [[Curriculum_Vitae_-_Vincent_Dirks#New_things_I.27m_learning_and_trying_out|<< return to main page]] | ||
| I created a java page object to implement all the page specific aspects and then a seperate test object to run through a  | |||
| I wanted to have a practice at writing a Selenium WebDriver automation suite using java and JUnit to test. I decided to automate the menu functionality of 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 the checks. | |||
| Here's a '''[https://youtu.be/4sWtshokJYM YouTube]''' clip of the test execution.  | |||
| And you can have a look at my code (I would love some feedback from a dev, I'm rather new to writing code) <br/> | |||
| [http://dirksonline.net/SeleniumFun/ProvokeTestSuite/SKC_OLE_Scraper/src/test/java/MyTestSuite/ProvokeHomePage.java ProvokeHomePage.java] (page object) <br/> | |||
| [http://dirksonline.net/SeleniumFun/ProvokeTestSuite/SKC_OLE_Scraper/src/test/java/MyTestSuite/TestProvokeHomePage.java TestProvokeHomePage.java] (test object) <br/> | |||
Latest revision as of 22:42, 21 May 2024
I wanted to have a practice at writing a Selenium WebDriver automation suite using java and JUnit to test. I decided to automate the menu functionality of 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 the checks.
Here's a YouTube clip of the test execution.
And you can have a look at my code (I would love some feedback from a dev, I'm rather new to writing code) 
ProvokeHomePage.java (page object) 
TestProvokeHomePage.java (test object)