I am trying to test a webpage using Selenium and NUnit. One of my test cases entails the validation of text boxes. Using Selenium and C#, I am able to retrieve the value entered in the text box. But w
Is it possible to enter the captcha information with phpunit tests? something like $this->type(\"recaptcha_reponse_field\", \"information inside\");
I made several tests in Selenium IDE and saved it as a test suite in the HTML format which works fine for imp开发者_JAVA百科orting back into selenium IDE. Now however I would like to expand these test
Is it possible for an MSBuild script to pass an argument to the Selenium test runner that can then be used by a Selenium-IDE test script? I was hoping I could do something like...
开发者_如何学PythonIs it possible to pass 3 parameters into a selenium command via IDE? e.g. Selenium.prototype.doSetList =function(array1,array2,storeAsVar)
I\'m helping train some of our QA team in building Selenium tests and we are using the Selenium IDE. Some IDs were changed on the page, which requires our tests to change to get the correct page eleme
I am using: Selenium IDE version: 1.0.10 PHPUnit 3.4.15 If I use Selenium IDE (the firefox plugin) to create a very simple test case, with one command in a Selenese table row:
May I ask how to verify a text with special character ? or * as part of the text, not as a wildcard match of the text?
One of my application for where i have a field that should only a开发者_如何学JAVAllow numeric values, how can i validate this using selenium IDETry a negative testing approach - Enter character(s) ot
Can someone tell me the exact steps (be specific) to test (write tests and then execute them) a website through Firefox using Selenium RC and the Ruby programming开发者_如何学C language?