I am setting up the Virtual Environment for my grid-based Webdriver tests. And sure enough, there are problems with IE driver.
I use Selenium RC for 开发者_JAVA百科testing. Now to perform a load test, I want to run parallel test cases.
There is Selenium plugin (RC) in Hudson and the builds are taking to too long and keep failing if the server takes a while to respond. I do not think putting in waits in the test files would be a good
I am trying 开发者_开发问答to write the selenium test using selenium 2.0 for the attached scenario.
I really in need of conver开发者_开发问答ting/exporting my test cases to PHP. But PHP-phpunit formatter in Selenium IDE 1.2.0 is missing. Can you please tell me how can I get it? Its really urgent ple
Currently run 150 plus scenarios nightly approximately 5000 steps.I see the following error occur around 10 times in the 5000 steps.Not a lot, nor on the same step, however don\'t know what to do to f
I开发者_如何学Python have an iframe that gets loaded when i click on a tab on a page. When i use Firebug to look at the iframe on IE8, all i see is:
I have two test suites configured in build.gradle and i am using selenium-server-standalone-2.1.0.jar. How can i make use of selenium-grid to run selenium tests parallel. Is it possible to run two dif
I use Selenium with HtmlUnitDriver with javascript enabled and I get Out Of Memory errors (I use Java). I just browse the开发者_运维百科 same page. I am only using a single GET command. Which is the s
So, I was absolutely baffled as to how to do this in Selenium, and couldn\'t find the answer anywhere, so I\'m sharing my experience.