| Author |
Selenium - How to use the verify command
|
Ehsan Said
Greenhorn
Joined: Apr 19, 2011
Posts: 1
|
|
Hi All
I am writing testing scripts in Java language using Eclipse IDE. When I use assertTrue command no syntax error is displayed. With assertTrue command I have also used the command (import static org.junit.Assert.*). However, when I use the command verifyText or verifyTitle. A syntax error message is displayed and the details say that this method is undefined for this class.
The reason I want to use ‘verify’ command is that it allows to run all the test scipts where as when an assert statement is failed it stops the execution.
Do I need to import any library?
Looking forward to the reply.
Regards
|
 |
 |
|
|
subject: Selenium - How to use the verify command
|
|
|