Tuesday 7 April 2015

How to Export Selenium IDE Scripts

Lesson 3- How to Export Selenium IDE Scripts.

As we have already covered recording and playing automated scripts with Selenium IDE now we will cover How to export Selenium recorded scripts? after this post we will focus on How to Integrate exported scripts with programming language and How to automate website with Selenium WebDriver.

1-How to Export Recorded scripts?
Open the Selenium IDE and Select your recorded testcase (How to record scripts with Selenium IDE click here, Open script if it is already recorded),Go to the File then option Export Testcase As then select your favorite programming with testing framework here i will export As java/Junit4/WebDriver. see screenshot
                  

During export you need to provide naming convention and destination for the exported file after that pressing on the save button will export script in your selected programming language and testing framework.Now open the exported and found the Selenium IDE recorded scripts written in the programming language .see screenshot 




No comments:

Post a Comment