Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Selenium IDE - exporting test scripts

I'm trying to export my test automation created in Selenium IDE, but I can't find the option to export. I have a few test scenarios where the tests are the same but I need to make a copy of an existing test and swap some IDs for it to work.

I can only save it as a .side file and not as individual Python scripts for Selenium. I'd like to export an existing script and re import it into Selenium IDE as a copy (where I can make some changes, while keeping the majority of the commands the same).

My Selenium IDE looks like this:

enter image description here

How can I export my test scripts (to Python) or how can I make a copy of an existing test script inside Selenium IDE (ex. make a copy of UAT FCC-A Application, such that it makes another Test with all the same commands)?

I'm on Chrome.

like image 259
FlameDra Avatar asked May 14 '18 20:05

FlameDra


1 Answers

You have Export option on Selenium IDE You have <code>Export</code> option on Selenium IDE But only Java JUnit at the moment. But only Java JUnit at the moment I hope that helps.

like image 200
Luka Mlikota Avatar answered Sep 27 '22 19:09

Luka Mlikota