I am programmatically creating test accounts, and then immediately trying to log in w/ them using a selenium driven browser.Unfortunately, the browser is just redirected to the facebook homepage. I ca
I have to test few sites which sales the same things, but they have an another template. So I want to run each MainTestClass with giving some input parameter, let\'s say :
When I run the script, I am getting the below error... I have pasted the firefox location in to system variable path...
When I run the java code I am getting the below error.. Below i have given my Java code... Please correct me if i am going wrong...
My company monitors performance and availability of websites and mobile applications via functional testing in the cloud; we\'re looking to expand our technology to include Selenium tests.We use RoR s
I\'m looking for a solution in selenium RC how to return html attributes. Basically I want to search certain regex on the page, and once the regex has been found I wand to employ a method that returns
I am testi开发者_高级运维ng using Selenium RC but most of the waitforNottext etc are not present in it. Any idea why?
I am currently automating tests with selenium RC which run every hour. Everything runs smoothly most of the time but there are some times where either firefox will crash or the selenium RC will just h
I have the following issue. When I start my selenium test, to get to the part where the actual test is performed, I need to start the browser, log in, do some other operations, and then it comes the p
We have a bunch of redirects in our Apache configur开发者_JAVA百科ation. I would like to automate the testing of redirects with Selenium, which led me to some problems: