background image
<< Testing Phases: Create, Run, Report, and Track | Data Driven Script File Types >>

SilkTest File Types

<< Testing Phases: Create, Run, Report, and Track | Data Driven Script File Types >>
18
Getting Started: A Tutorial
1 I
NTRODUCING
S
ILK
T
EST
SilkTest File Types
SilkTest File Types
There are eight types of files used by SilkTest in the automated testing
process, each with a specific function.
File Type
Description
File Extension
Project
SilkTest projects organize all the
resources associated with a test set and
present them visually in the Project
Explorer, making it easy to see,
manage, and work within your test
environment.
The project file has a .vtp (Verify Test
Project) extension and is organized as
an .ini file; it stores the names and
locations of files used by the project.
Each project file also has an associated
project initialization file:
projectname.ini.
.vtp
Testplan
An automated testplan is an outline
that organizes and enhances the testing
process; references testcases and
allows execution of testcases
according to the testplan detail; can be
of type masterplan or of subplan that is
referenced by a masterplan.
.pln
Test Frame
A specific kind of include file that
upon creation automatically captures a
declaration of the AUT's main
window including the URL of the Web
application or path and executable
name for client/server applications;
acts as a central repository of
information about the AUT; can also
include declarations for other
windows, as well as application states,
variables and constants.
.inc