Functional test assets

This section describes the different types of functional test assets that are available in Rational® Functional Tester.

A typical Rational® Functional Tester test script object includes these files:

  • Script file ( scriptname.java for Rational® Functional Tester, Eclipse Integration, or scriptname.vb for Rational® Functional Tester, Microsoft Visual Studio .NET Integration)

This file is created through recording.

  • Script helper file ( scriptname ScriptHelper.java for Rational Functional Tester, Java Scripting, or scriptname ScriptHelper.vb for Rational Functional Tester, VB.NET Scripting)

Each script has a script helper file that is generated after recording.

  • Shared test object map file ( kadov_tag{{<ignored>}}filename.rftmap kadov_tag{{</ignored>}}) or private test object map file (scriptname.rftxmap )

Each script has a map file. The map file can be associated with only one script (*. rftxmap ) or shared among many scripts (*. rftmap ). To prevent users from accidentally selecting a private map name as a shared map, the suffixes are different.

  • Verification Point file ( verificationpointname .rftvp )

Each script may also contain one or more verification point files. Verification point files are not shared among scripts.

  • Script Definition file (scriptname.rftdef )

Each script contains a script definition file. The script definition file contains the name of the map file, script name, the names of all of the recognized objects, and other file linkage information.

  • Public Test dataset ( filename.rftdp ) or Private Test dataset ( scriptname.rftxdp )

You can associate a public or private test dataset with a test script. You can associate a public test dataset with one or several test scripts.