background image
<< Exploring the Connections | Examining the Structure of a 4Test Statement >>

The Client/Server Application

<< Exploring the Connections | Examining the Structure of a 4Test Statement >>
108
Getting Started: A Tutorial
5 C
REATING
T
ESTCASES
Exploring the Connections: Testplans, Scripts and Testcases
Also note that the 4Test script (webtut.t) contains the 4Test statements for all
of your interactions with the application when you created the testcase.
The next section describes the connections between the testplan, script and
testcases that were developed for the client/server application. If you are not
testing client/server application please proceed to
"Examining the Structure
of a 4Test Statement" on page 109
.
The Client/Server Application
Take a look at the image below.
Note the following in the testplan (cstut.pln):
·
The test description (in blue) begins with a minus sign instead of a
bullet, indicating that the test description is fully expanded.
·
The testplan contains script and testcase statements (in red) that
connect to the testcase you created:
-
The script statement specifies the script that contains the
testcase for verifying the caption.
-
The testcase statement invokes the testcase that performs the
test.
Testplan file
Script file
Test description
Script statement
Testcase statement