1
vote
1answer
121 views

Selenium Help needed [closed]

I am the beginner on selenium testing. I need step by step tutorials of selenium testing(using JUnit or PHP) from beginning to advance. Can anyone help me for this?? (if possible, link of video ...
0
votes
2answers
468 views

Click on element does not produce expected outcome using selenium webdriver

First the specs, I am writing Selenium Webdriver tests in java for an application written largely in ExtJS and running on the firefox browser v14. The interesting thing is that Selenium can find the ...
3
votes
1answer
517 views

Selenium WebDriver cannot locate Element that Selenium IDE can locate

This is a issue I did not expect to run into. I am writing a selenium Webdriver test using JUnit 4 in eclipse on Ubuntu 11. I had been using Selenium IDE combined with firebug and firepath to make ...
0
votes
1answer
142 views

Selenium Webdriver Error Unknown strategy class

I've been trying to use Selenium to test my application. I wrote the initial tests using the Selenium IDE but, when I converted the IDE tests to Selenium Webdriver tests I got errors for about half of ...
1
vote
2answers
191 views

selenium IDE, RC y XUnit

if selenium RC is more powerfull than selenium IDE, why people use selenium IDE?, I don't understand. These both make tests, but one of them (RC) use another languages (with all the advantages). So, ...
3
votes
1answer
1k views

JMeter load testing with JUnit from Selenium IDE

I have problem with JMeter not picking up my JUnit test. What I did: got JMeter and extracted created JUnit test through Selenium IDE and exported as JUnit4(WebDriver) try that test runs when ...
1
vote
2answers
419 views

detecting 500 internal server error using seleniumRC

How can you determine 500 internal server error using selenium RC? I have tried to use selenium.isTextPresent(); method but it does not show or detect the occurring at all.
3
votes
2answers
3k views

Selenium - Store hidden variable

We are using Junit + Selenium to webtest our webpage. But we have run into a problem. I need to parse the value from a hidden field with Selenium. HTML of hidden field <input type="hidden" ...