I wrote a test some time ago that tests an integration I wrote between my code and a third-party API. The test makes sure that the integration works properly and that we get back the expected results.
I am writing a Test Automation Framework that involves automating testing a Winforms and WPF based application having 200 screens. The Automation Framework should do the control clicks and screen acti
I am planning to start writing some android test cases and I would like to know if there is a way of switching connectivity on and off programmatically in the emulator.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a web app that needs both functionality and performance tested, and part of the test suite that we plan on using is already written in Python. When I first wrote this, I used mechanize as my me
I just got started running UI tests against my ASP.NET MVC application using WatiN.It\'s a great tool and really intuitive, but I find myself wondering what belongs in an individual test.
I want to run the following u开发者_C百科nit tests, in order: Create new customer with a random number for name, password etc.
I am trying to c开发者_如何学Check whether the button is enabled or disabled. I am doing the following
So in our app we have multiple popups appearing on the page and at any given time we shown only 1 popup to the user. The way we are showing the popup is we use jquerys show function with the animation
I am programming a MUD game in .NET for fun in my spare time. I would like to know the efficient way to test my application to see if there are \"unused\" objects