- rahulmehta
- Posts : 1
Join date : 2011-02-15
Test Command in selenium for
Tue Feb 15, 2011 5:37 pm
I want to know what will be the test command in
selenium , what i want to do by command is : the tester will enter the
value of text box the only it will go to the next command.
Please suggest.
Thanks
selenium , what i want to do by command is : the tester will enter the
value of text box the only it will go to the next command.
Please suggest.
Thanks
Re: Test Command in selenium for
Wed Feb 16, 2011 8:15 pm
hi,
Try to use assert command so that if you condition is failed then your test will exit
But you can't put condition in IDE like IF, Swtich for that you have to use RC
assertValue ( locator, pattern )
assertText ( locator, pattern )
Try above commands and let's see will it work or not.
Best of luck.
Try to use assert command so that if you condition is failed then your test will exit
But you can't put condition in IDE like IF, Swtich for that you have to use RC
assertValue ( locator, pattern )
assertText ( locator, pattern )
Try above commands and let's see will it work or not.
Best of luck.
- It is possible to test SSL break notifications test in selenium IDE?
- Running Selenium Test cases as JUnit tests using Command Line
- Creating detail log for selenium command execution (Selenium RC Java client)?
- Command Selenium.isElementPresent freezes the selenium server
- selenium test workflows, what about my way to develop and perform test?
Permissions in this forum:
You cannot reply to topics in this forum