Using Robot + Selenium for automatic browser testing

preview_player
Показать описание
Writing basic browser tests from scratch using Robot Framework and its Selenium2Library. Super easy to implement, and even easier from the maintainability point of view because of generic, parametrized keywords and test cases, instead of using "dumb", recorded tests.

Рекомендации по теме
Комментарии
Автор

Solid and simple tutorial. There is no irrelevant information. Hoping to see more advanced tutorial of the topic.

TamarinPamarin
Автор

Thank you! I was looking for a "from scratch" demo that starts with an empty file and gradually "grows" the example into something meaningful, this is exactly what I wanted.

ralienpp
Автор

Hi. When I run my test it opens firefox, even though I specified chrome. Also, the test fails with the following message: " WARN ] Keyword 'Capture Page Screenshot' could not be run on failure: No browser is open"
Could you please advice me what should I look at in order to solve the issue?
Thank you!

ion.mardari