Selenium Tutorial #6 - Selenium IDE - verifyText vs assertText Commands

preview_player
Показать описание
Selenium IDE tutorial to verify text vs assert text with the help of examples using Selenium IDE.
This tutorial explains the difference and usage of verify text vs assert text with the help of an example. Verify and assert commands are used to verify the presence of something on web page that you are looking for.

Selenium IDE is one of the Automation tools provided by Selenium which is used to record and playback the automation suite and highlighting the web page elements.
Рекомендации по теме
Комментарии
Автор

Thanks for the videos. I can now distinguish between verifyText and assertText. What happen if you run an entire suite and insert a command 'assertText' which will stop the executing further within a script, would it continue to execute the next script? your advice please.

HenryTTo