GUI testing

  • Thread starter Thread starter Hai Nguyen
  • Start date Start date
H

Hai Nguyen

Hello everyone

I'm testing a web application which requires to enter data into a lot of
textboxes. Since the large amount of data needs to input into the from to
test the efficiency of the page, I have to enter each input by hand. It's
really time consumming and not neccesseary just to sit there and do a manual
work. I would like to know if there is a software outhere that can help me
automatically fill out these from from an input file or can capture every
any keystroke type by the user on the form

Thanks
 
You can use Application Test Center (which shipped in VS.NET)

Tiendq,
(e-mail address removed)
 
You might take a look at NUnitASP-- from the website:

"NUnitAsp is a tool for automatically testing ASP.NET web pages. It's an
extension to NUnit, a tool for test-driven development in .NET."

I haven't used it yet myself, but it's a great concept. You may need to
familiarize yourself a little bit with NUnit, there's a good article on
the basics at TheServerSide.NET:
http://www.theserverside.net/articles/article.aspx?l=UnitTesting

Good luck!

Brett
 
Back
Top