4. Edit webtest
5. Add a transaction
Transactions in Web testing are similar to timers. A group of operations can be encapsulated in a transaction. You can consider a typical transaction as the following process: start the timer, request a page, request another page, and then end the timer. From the start to the end of this series of operations constitute a transaction.
When a web test is used in a load test, the transaction response time is displayed in the transaction table of the Load Test monitor.
6. Add setting creden
You can set creden。 for any website that uses basic authentication or integrates Windows authentication. Websites that contain personal information usually require user authentication before any information is displayed in a browser. By setting creden。 for a web test, you can perform a test on a website that requires this level of authentication.
7. parameterized Web Server
A. You can parameterize the URL of the web server, so that you can easily modify the Web server to run the test. The advantage is that both the record test and the encoding test can run on another server, and you only need to make a few changes to the ing between the context parameters of the Web server and the other server. Instead of record or re-compile the test.
B. This is useful when you want to run a test on a specific web server (with different names in a non-production environment and production environment. In this case, both web servers are active web servers.
C. You can also modify the web test to an ASP. NET development web server on a local computer. You can create a web service that uses ASP. NET development server on a local computer to host web applications.Program. ASP. NET development server automatically starts and stops when running a web test.
D. If you run a test on the specified test web server to generate a verification, you can identify the target website outside the actual web test. Identify the Web server outside of the test to avoidSource codeManage any test section.