Selenium Tutorial #21 - Comparing two Strings in Java

preview_player
Показать описание
This video explains how we can compare two strings in Java
Рекомендации по теме
Комментарии
Автор

Inplace of get text method, what we use in python to do the same task of verification?

sahithyaneppala
Автор

I have a question... as you compared two string for a positive testcases, how negative testcases can be be compared?
example:
scenario 1: positive testcase as you already done in the video
scenario 2: negative testcase: password incorrect and user can't login
scenario 3: negative testcase: password text is blank and user try to login

how to compare difference scenario in the same script?

RajuDas-zngx