Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Bluesheep
Posts : 1
Join date : 2011-02-16

Verify command when used with Java,JUNIT and Eclipse Empty Verify command when used with Java,JUNIT and Eclipse

Mon Apr 18, 2011 5:25 pm
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
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

Verify command when used with Java,JUNIT and Eclipse Empty Re: Verify command when used with Java,JUNIT and Eclipse

Thu Jun 23, 2011 8:43 am
verifyText is the command of Selenium IDE,but in Selenium RC,it's
verifyEquals(pattern, selenium.getText(locator)).
You can use Selenium IDE first,then format the script to RC,then you'll see the difference.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum