background image
<< Chapter 10 - Designing Performance Testing Suites | Creating a Suite from a Robot Session >>
<< Chapter 10 - Designing Performance Testing Suites | Creating a Suite from a Robot Session >>

VU test script

264
Chapter 10 - Designing Performance Testing Suites
The following simple suite shows three user groups: Accounting, Data Entry, and
Sales.
In this suite:
s
The Accounting user group runs two test scripts: one calculates payroll hours and
one calculates payroll taxes.
s
The Data Entry user group runs five test scripts: one logs in, one initializes
database options, and three change database records.
s
The Sales user group runs three test scripts: one logs in, one initializes database
options, and one reads database records.
Note:
The suites in this chapter contain VU test scripts, which are generally used for
performance testing. A suite, however, can also contain GUI scripts, VB scripts, or
other user-defined test script types.