To start automating the test cases with selenium, you need to follow below steps.
Assuming that you will choose Java as a programming language for selenium automation, you will need below things.
Below is the list of softwares you will need ->
What do you think on above selenium topic. Please provide your inputs and comments. Thanks
Assuming that you will choose Java as a programming language for selenium automation, you will need below things.
Below is the list of softwares you will need ->
- Selenium API (Jar file) - http://docs.seleniumhq.org/download/
- Webdriver for Interenet Explorer
- Webdriver for Chrome
- Eclipse - Java IDE
Once you have these softwares with you, You can follow below steps.
- Open Eclipse and create new Java Project.
- Create a package and class with name SampleTest in it.
- Go to project properties and select Java build path. Select libraries tab and then choose add external jar.
- Browse to the jar file you have downloaded in step 1 first list.
- Select apply and close
Add Selenium API library to Eclipse IDE |
No comments:
Post a Comment