资 源 简 介
AutoTester.Net
About
AutoTester.Net is a FREE Web/Windows App automation tool, written in C#/C++.
Function
AutoTester.Net can record/playback user actions on webpages and windows applications.
You can use it to do automated testing, or you can use it to simulate user actions on webpages and windows applications.
For example, every day you may need to open gmail, you need to input your username and password, then write mail to someone. You can use AutoTester.Net to simulate these actions.
AutoTester.Net can compile the scripts to a single exe file. You don"t have to install any software to run this scripts.
Example
Open browser -> navigate to Google.com -> input some thing in the textbox -> click "Google Search".
```
using System;
using System.Collections.Generic;
using System.Text;
using Shrinerain.AutoTester.Core;
using Shrinerain.AutoTester.HTMLUtility;
namesp