Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.7k points)
Is there any application or simple way to convert all the commands recorded by Selenium IDE to Java (Selenium WebDriver)? It would be a lot easier and would save a lot of time.

Any suggestions will be appreciated. Thanks!

1 Answer

0 votes
by (62.9k points)

Basically, I’m using Selenium IDE version 2.4.0. So, with the help of Selenium IDE, record a new test case by following the steps shown below:

 1) Click on File a primary navigation bar

 2) Look at the drop-down being shown.

 3) Select on Export Test Case As 

 4) Check if you can convert your selenium test case in any of your preferred language EG: Java / JUnit4 / WebDriver

 

Save File with the  .java extension.

Your test case is converted to WebDriver

Check the image shown below:

image

Browse Categories

...