Selenium IDE - exporting test scripts

江枫思渺然 提交于 2021-02-18 06:55:33

问题


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:

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.


回答1:


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




回答2:


The newest Katalon Recorder (Selenium IDE for Chrome) has covered the feature of exporting test script to JavaC#,Python 2,Ruby and so on. Followed is the link to view these features.

Katalon Automation Recorder Quickstart



来源:https://stackoverflow.com/questions/50338244/selenium-ide-exporting-test-scripts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!