Automatic Testing

  • Thread starter Thread starter Andy Crawford
  • Start date Start date
A

Andy Crawford

Can anyone point me to some sources for creating and running automatic tests, similar to WinRunner? If I'm going to have to spend a lot of time mastering WinRunner coding, I would rather spend it learning more C# or VB.NET. Surely someone out there knows of some free or cheap code to capture screen objects, read data from a web app, and send commands to the screen to simulate a user entering data.

Thanks
ac
 
Andy,
Visual Studio .NET 2003 Enterprise editions comes with
Microsoft's Application Center Test
http://msdn.microsoft.com/library/en-us/act/htm/actml_main.asp

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.able-consulting.com


Can anyone point me to some sources for creating and running automatic tests, similar to WinRunner? If I'm going to have to
spend a lot of time mastering WinRunner coding, I would rather spend it learning more C# or VB.NET. Surely someone out there
knows of some free or cheap code to capture screen objects, read data from a web app, and send commands to the screen to
simulate a user entering data.

Thanks
ac
 
Back
Top