automated-tests
Selenium RC fireEvent() not working in C#
I am writing an automated test to test a sig开发者_高级运维n up page. Each of the textbox on this page is validated on blur event. Sign up button is only enabled if the validation for all textboxes ha[详细]
2023-04-13 08:45 分类:问答Technical term for a single test case result
What is the technical term for the result associated with the single execution of a single test case. For example, I have a results directory in which I save each of my test cases: Test 123, Test 456[详细]
2023-04-12 12:53 分类:问答Is there a good http level testing framework for .NET?
Are there any good HTTP level testing frameworks for .NET? We want to replace some web inject scripts with something more friendly to .NET developers. Ideally we\'d like to be able to plug them into N[详细]
2023-04-12 10:00 分类:问答WatiN:How to use the automated test run result as I am unable to get the way of Reporting the result of the test run
开发者_开发知识库I have automated a module with WATIN and now I want the test result to be displayed as PASS/FAIL status etc(REPORTING), Is there any functionality in Watin to do my required action.[详细]
2023-04-11 22:45 分类:问答Automated control of a Telerik RadDatePicker
I\'m using开发者_JAVA百科 WatIn to create an automated test for a Web App that uses Telerik controls: my first challenge is to drive a Telerik date control - a RadDatePicker.[详细]
2023-04-11 20:47 分类:问答Load an external js file containing useful test functions in selenium
The runScript command in selenium is really useful, and I\'m using it to total values in a table and then store the value like this[详细]
2023-04-11 18:28 分类:问答TestNG dependsOnMethods from different class
The dependsOnMethods attribute of the @Test annotation works fine when the test to be depended upon is in the same class as that of the test that has this annotation. But it does not work if the to-be[详细]
2023-04-11 07:13 分类:问答FoneMonkey test crash during Jenkins run
I use FoneMonkey + Jenkins for automated iOS test. I ask FoneMonkey to generate XML reports (FM_ENABLE_XML_REPORT - set to TRUE) and run it with waxsim. Today I find out that when app crashes (ie due[详细]
2023-04-10 06:23 分类:问答Auto-web test : ExpectedResponseUrl error
While running my auto-web test, I received this message : Response URLValidationThe value of the ExpectedResponseUrl properity \'http://localhost:4800/FirstPage.aspx\' isn\'t equal to the effective[详细]
2023-04-09 22:28 分类:问答Dependency Injection & its relationship with automated testing via an example
Through SO, I found my way to this page: http://www.blackwasp.co.uk/DependencyInjection.aspx There they provide a snippet of C# code to use as an example of code that could benefit from dependency in[详细]
2023-04-09 15:36 分类:问答