How to use StoreAlert in Selenium IDE

aanand at 16h13
29
Mar
2011
How to use StoreAlert in Selenium IDE

i tried following code,
[tr]
[td]type[/td]
[td]users[/td]
[td]1[/td]
[/tr]
[tr]
[td]store[/td]
[td]'alert'[/td]
[td]noofuseralert[/td]
[/tr]
[tr]
[td]click[/td]
[td]//input[@value='Submit'][/td]
[td][/td]
[/tr]
[tr]
[td]storeAlert[/td]
[td]${noofuseralert}[/td]
[td]
About
This topic belongs to the forum
  • Numbers of topics : 1155
  • Numbers of messages : 3119
  • Numbers of users : 2125
  • Numbers of points : 1359
Similar topics
i tried following code, [tr] [td]type[/td] [td]users[/td] [td]1[/td] [/tr] [tr] [td]store[/td] [td]'alert'[/td] [td]noofuseralert[/td] [/tr] [tr] [td]click[/td] [td]//input[@value='Submit'][/td]
I tried to reduce my selenium test case speed in my java file. But the test case is executed very fastly. It is not slowing down. Please help me how to reduce the test case speed. Thanks in advance. public void login() {
Hi there I have everything working in my Selenium RC. I am also using a simple HTML suite and test cases. I am trying to use Selenium pause command but it is not working as it should. Here is my resulting HTML file which shows it is executing the command
Hi, I'm using java api and call selenium.isElementPresent("some_obj") constantly. However I found that half of the time the call fails with "obj not found". If this function only works 50% of time, what's the use of it? Any thoughts?
I am running my tests using Selenium RC on IE. I want IE browser to be maximized when the test starts. But During test, the browser always needs to be stretched by clicking it twice & maximize it manually. I have tried with
Forums from same category
See also
more_less
Informations

1 Replies For the topic :
"How to use StoreAlert in Selenium IDE"

This topic has been viewed 287 times.

Last message :
29/03/2011 at 16h13 by "aanand"