How to record test cases with robotframework?

我怕爱的太早我们不能终老 提交于 2019-12-06 06:11:56

robotframework wasn't designed to be a record-and-play tool, and has nothing built-in to support that.

There was someone who wrote a selenium IDE plugin that would generate robot keywords, but that was years ago. The github repository is here: https://github.com/denschu/selenium-ide-format-robotframework

The code hasn't been touched since 2012, so I doubt it's of much use.

Using this Firefox add-on, FireRobot we can generate most of the code and also using this you can select the elements on the screen and get related code suggestions on right click like
Wait Until Element Is Visible
Click Element
and all operations to perform on the selected element.

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