File Menu in Selenium IDE

In the first part of our series we have seen about how to record and playback using Selenium IDE.Now let us see about the “File” Menu in Selenium IDE

SeleniumIDE-E-Part2a

 

New Test Case : For creating a new test case in Selenium IDE

Open : Opening a existing Selenium testcase in the System

Save Test Case/Save TestCase As : As the name denotes it’s for Saving the testcase with a new name.(Default ones will be always as untitled)

Export Test Case: This is the most important functionality of Selenium IDE. It allows the recorded testcase to be exported in any language of our choice say (Java,Python,Ruby or C#)

Add TestCase : It allows us to import a testcase and modify it in Selenium IDE

 

You may also like...