Software automation testing
Posted
by
dotnet-practitioner
on Stack Overflow
See other posts from Stack Overflow
or by dotnet-practitioner
Published on 2011-01-06T17:48:40Z
Indexed on
2011/01/06
17:53 UTC
Read the original article
Hit count: 200
automated-tests
I work in a .net shop where we need to automate software testing.
We write ASP.net web apps, web services, windows services, scheduled console application. Back end for all these applications is SQL Server.
We would like to automate testing of any bug fixes, any where from web UI change to, middle tier .net code change to sql code change.
This tool would be used by programmers to do unit test and played back in different test environments to ensure that bug fix is test correctly in all the environments including the produciton environment.
This test would be executed by different teams such as QA, Build, and production site testers.
What tool or approach do you recommend?
© Stack Overflow or respective owner