selenium-ide
Testing the validation of a text box using Selenium
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[详细]
2023-03-04 20:09 分类:问答How to Enter Captcha data with phpunit test
Is it possible to enter the captcha information with phpunit tests? something like $this->type(\"recaptcha_reponse_field\", \"information inside\");[详细]
2023-03-04 09:08 分类:问答Export test as python from Selenium IDE
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[详细]
2023-02-27 13:36 分类:问答Pass variable to Selenium-IDE script
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...[详细]
2023-02-27 01:33 分类:问答passing 3 parameters into a selenium ide command
开发者_如何学PythonIs it possible to pass 3 parameters into a selenium command via IDE? e.g. Selenium.prototype.doSetList =function(array1,array2,storeAsVar)[详细]
2023-02-26 05:03 分类:问答Changes made to tests outside of Selenium IDE do not appear when opening test suite inside IDE
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[详细]
2023-02-24 22:14 分类:问答When Selenium IDE converts html into php, why doesn't it create simple Selenese commands?
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:[详细]
2023-02-22 05:41 分类:问答selenium IDE: how to testing the ? or * as part of the text, not as wildcard match?
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?[详细]
2023-02-22 02:07 分类:问答how to validate whether the filed allow only numberic values by using selenium IDE
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[详细]
2023-02-20 05:51 分类:问答Initial steps to get up and running with Selenium RC and tests written in Ruby?
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?[详细]
2023-02-19 17:27 分类:问答