Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

======================================= Project - automationChallengeTheSource

[] To Get this project running on an OSX machine, install the following:

  • java jdk
  • maven
  • IntelliJ IDE (community edition)
  • FireFox browser

[] After installation:

  • launch IntelliJ IDE
  • select 'File -> Open'
  • select the 'pom.xml' file of this project.'

[] To execute the test: -> From IntelliJ IDE - from 'Project' panel, expand the 'tests' package - right click on the junit test class Eg. 'Web_xxx_xxx', and select 'Run'

-> From maven command - Launch Terminal - cd to the project folder - execute the test command as --> mvn test -Dtest='Web_xxx_xxx'

About

Selenium - Java example: This repo holds a test using Selenium Webdriver, to launch and interact with a website using FireFox browser

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.