readme.htm

来自「an automated software testing tool for W」· HTM 代码 · 共 71 行

HTM
71
字号
<!--------------------------------------------------------------------------->
<!--                           INTRODUCTION                                

 The Code Project article submission template (HTML version)

Using this template will help us post your article sooner. To use, just 
follow the 3 easy steps below:
 
     1. Fill in the article description details
     2. Add links to your images and downloads
     3. Include the main article text

That's all there is to it! All formatting will be done by our submission
scripts and style sheets. 

-->
<!--------------------------------------------------------------------------->
<!--                        IGNORE THIS SECTION                            -->
<html>
  <head>
    <title>Web Replay v1.0</title>
    <style> BODY, P, TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt }
	H2,H3,H4,H5 { color: #ff9900; font-weight: bold; }
	H2 { font-size: 13pt; }
	H3 { font-size: 12pt; }
	H4 { font-size: 10pt; color: black; }
	PRE { BACKGROUND-COLOR: #FBEDBB; FONT-FAMILY: "Courier New", Courier, mono; WHITE-SPACE: pre; }
	CODE { COLOR: #990000; FONT-FAMILY: "Courier New", Courier, mono; }
	</style>
    <link rel="stylesheet" type="text/css" href="http://www.codeproject.com/styles/global.css">
  </head>
  <body bgcolor="#ffffff" color="#000000">
    <!--------------------------------------------------------------------------->
    <!-------------------------------     STEP 1      --------------------------->
    <!--  Fill in the details (CodeProject will reformat this section for you) -->
    <pre>
Title:       Web Replay
Author:      Emmanuel KARTMANN
Email:       emmmanuel@kartmann.org
Environment: VC++ .NET (2002)
Keywords:    Web Automated Testing Replay
Level:       Intermediate"
Description: This article presents an automated software testing tool for Web Applications (Internet/Intranet) based on Internet Explorer
Section      General
SubSection   Internet &amp; Network
</pre>
    <!-------------------------------     STEP 2      --------------------------->
    <!--  Include download and sample image information.                       -->
    <ul class="download">
      <li>
        <a href="WebReplay_demo.zip">Download Web Replay binary executable - 840 Kb </a>
      <li>
        <a href="WebReplay_src.zip">Download source - XXX Kb</a></li>
    </ul>
    <p>
      <a href="WebReplay.jpg" target="_blank"><img src="WebReplay.gif" alt="Click to enlarge" width="600"></a>
    </p>
    <!-------------------------------     STEP 3      --------------------------->
    <!--  Add the article text. Please use simple formatting (<h2>, <p> etc)   -->
    <h2>Introduction</h2>
    <p>Web Replay is an <b><i>automated software testing tool for Web applications</i></b>. 
      It helps in detecting bugs and regressions in Web applications by replaying 
      scenarios to test the application.</p>
    <p>Using WebReplay, you can <b>automatically</b> <b>navigate</b> to a Web page, <b>fill 
        in</b> form fields, <b>click</b> on the submit (OK) button, and then continue 
      to another Web page.</p>
    <p>To use Web Replay, <b>build an XML Scenario File</b> (see below), type the 
      name of the file in the edit box and click on the Replay button.</p>
    <h2>Background (optional)</h2>
    <p>Web Replay is based on Microsoft's <a href="http://msdn.microsoft.com/workshop/browser/webbrowser/reference/objects/webbrowser.asp" target="_blank">
        WebBrowser</a> control (Microsoft

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?