Click here to Skip to main content
15,885,180 members
Articles / Desktop Programming / MFC
Article

WebTester - a tool to test your web applications

Rate me:
Please Sign up or sign in to vote.
4.86/5 (4 votes)
24 Jul 20022 min read 85.7K   1.5K   27   15
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

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
He got Master degree of Theory and Application of Automatic Control from Tsinghua university(Beijing,China) in 1997,from then on he has been working for Tsinghua TongFang Software Co.Ltd,Beijing China.

Comments and Discussions

 
Generalgood tool Pin
Lakshmipathy17-Aug-06 2:23
Lakshmipathy17-Aug-06 2:23 
GeneralVery Good Pin
vivekvsb13-Nov-04 1:21
vivekvsb13-Nov-04 1:21 
GeneralError Pin
dakme4-Mar-04 9:03
dakme4-Mar-04 9:03 
Generalthrows an out of memory exception on some pages Pin
pronane31-Oct-02 6:36
pronane31-Oct-02 6:36 
Questionhow do you build this? Pin
Rick McClanahan30-Jul-02 16:51
Rick McClanahan30-Jul-02 16:51 
AnswerRe: how do you build this? Pin
Huang Wei30-Jul-02 19:55
Huang Wei30-Jul-02 19:55 
GeneralMemory Leak Pin
Nick Parker25-Jul-02 17:18
protectorNick Parker25-Jul-02 17:18 
GeneralRe: Memory Leak Pin
Huang Wei25-Jul-02 17:51
Huang Wei25-Jul-02 17:51 
GeneralIssue with using BCG Pin
Chris Maunder23-Jul-02 17:55
cofounderChris Maunder23-Jul-02 17:55 
GeneralRe: Issue with using BCG Pin
Huang Wei23-Jul-02 19:58
Huang Wei23-Jul-02 19:58 
GeneralRe: Issue with using BCG Pin
Huang Wei25-Jul-02 16:37
Huang Wei25-Jul-02 16:37 
GeneralDocument Pin
Huang Wei23-Jul-02 14:07
Huang Wei23-Jul-02 14:07 
GeneralDocumentation Pin
Alexandru Savescu22-Jul-02 23:48
Alexandru Savescu22-Jul-02 23:48 
GeneralRe: Documentation Pin
Bubba214623-Jul-02 3:42
Bubba214623-Jul-02 3:42 
GeneralInteresting, but... Pin
Victor Vogelpoel22-Jul-02 23:08
Victor Vogelpoel22-Jul-02 23:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.