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

From Vincents CV Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
[[Curriculum_Vitae_-_Vincent_Dirks#New_things_I.27m_learning_and_trying_out|<< return to main page]]
 +
 
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 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.  
  

Latest revision as of 02:38, 28 November 2016

<< return to main page

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)