I have an intranet web application and I would like to do a simple health check/smoke that runs once an hour to make sure that everything is how it is supposed to be.
I\'m not that entirely familiar with the testing suite that comes with Visual Studio 2010 (Ultimate) but I\'m trying to find a means to produce something similar to Selenium Grid with the Coded UI Tes
First, the setup... I am cu开发者_StackOverflow社区rrently developing a Rails 3 application on Mac OS X using Ruby 1.8.7 MRI, running tests and local dev against a MySQL database. I have 3 \"other\"
We\'re interested to see if we can include Instruments-based leak testing as a part of our regular application smoke testing. Wha开发者_C百科t kind of scriptability is available for Instruments?Instru
Wha开发者_开发百科t is it and why is it used/useful?A sanity test isn\'t limited in any way to the context of programming or software engineering. A sanity test is just a casual term to mean that you\
In my projec开发者_JAVA百科t we use UnitTests (MsTest). We run them manually and in the build script.
I am considering to write smoke tests for our WPF application. The question that I a开发者_StackOverflow中文版m faced is: should we use UI automation( or some other technology that creates a UI script
After I deploy a build to staging.I would like to have a system that smoke tests all our webpages looking for error http status codes (400,500).