Как в Selenium IDE реализовать логику условий ?
#1
Отправлено 05 ноября 2010 - 10:20
#2
Отправлено 05 ноября 2010 - 10:29
Selenium-RC is the solution for tests that need more than simple browser actions and linear execution. Selenium-RC uses the full power of programming languages to create more complex tests like reading and writing files, querying a database, and emailing test results.
You’ll want to use Selenium-RC whenever your test requires logic not supported by Selenium-IDE. What logic could this be? For example, Selenium-IDE does not directly support:
* condition statements
* iteration
* logging and reporting of test results
* error handling, particularly unexpected errors
* database testing
* test case grouping
* re-execution of failed tests
* test case dependency
* screenshot capture of test failures
Although these tasks are not supported by Selenium directly, all of them can be achieved by using programming techniques with a language-specific Selenium-RC client library.
#3
Отправлено 05 ноября 2010 - 10:58
В общем, нашел https://addons.mozil...ox/addon/85794/ .
Теперь нужно понять как определять день недели... Ну и вообще подумать надо...
#4
Отправлено 05 ноября 2010 - 11:00
#5
Отправлено 05 ноября 2010 - 11:15
#6
Отправлено 05 ноября 2010 - 12:05
#7
Отправлено 05 ноября 2010 - 14:36
#8
Отправлено 05 ноября 2010 - 16:39
Можно: http://siderulezzz.w...m/2010/08/28/7/Привет. Возможно ли в Selenium IDE использовать условия ? Например, мне нужно тестировать раздел сайта, на котором поведение зависит от дня недели. Возможно ли как-то в тесте определять текущий (сегодняшний) день недели и исходя из результата проверять нужную реакцию сайта ?
Software Testing Glossary - простыми словами о непростых словах.
Количество пользователей, читающих эту тему: 1
0 пользователей, 1 гостей, 0 анонимных