65.9K
CodeProject is changing. Read more.
Home

WebTester - a tool to test your web applications

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.86/5 (4 votes)

Jul 23, 2002

2 min read

viewsIcon

86855

downloadIcon

1505

A tool to test your web applications

Sample Image - WebTester.jpg

Introduction

Webtester is a tool to test your web site or web application. First ,in the address input textbox, which in the upper region of the program, you type a URL, such as "www.codeproject.com", then press "ENTER" key, WebTester will display the webpage in the middle of the program, click any hyperlinks you like in the web page or type another URL in the address input textbox. You will see ,at the same time WebTester records URLs and Post data you just submitted in the lower part of the program. Then by selecting the menu "Go-->Play", it start up another instance of Internet Explorer, and let the Internet Explorer reproduce the same things you just have done for you .If you want to keep your work for future use, select the menu "File-->Save" to save to a file. If you want to do your previous work ,select the menu "File-->Open" to load the file, and then select the menu "Go-->Play".

WebTester is supposed to be most useful in this case, when you test a ASP or JSP Application, to verify if the actions of the application is OK. Usually this will involve many web pages' navigations, and many inputs. If the actions are not OK, the Application must be modified, after that you will repeat the test with many web pages' navigations, and many inputs. The WebTester makes the test work easy, simple and fast.

Thanks Chris Maunder for his great MFC Grid control 2.24. Hopefully, the programs will be of use to you. I need your comments. To get the newest version of WebTester, please refer to : http://166.111.208.47/HuangWei/Default.aspx

Update history

  • 1.1 - Removed BCG from the program, added play button in the toolbar
  • 1.0 - Original post