background image
<< SilkTest File Types | Exploring the SilkTest Window >>

Data Driven Script File Types

<< SilkTest File Types | Exploring the SilkTest Window >>
Getting Started: A Tutorial
19
1 I
NTRODUCING
S
ILK
T
EST
SilkTest File Types
4Test Script
Contains recorded and hand-written
automated testcases, written in 4Test
language, that verify the behavior of
the AUT.
.t
Data Driven Script Contains data driven testcases that pull
their data from databases.
.g.t
4Test Include File A file that contains window
declarations, constants, variables,
classes and user-defined functions.
.inc
Suite
Allows sequential execution of several
test scripts.
.s
Text File
An ASCII file; can be used to store
data that is used to drive a data-driven
testcase; can be used to print a file in
another document (Word) or
presentation (PowerPoint); can be a
readme file to accompany your
automation; can be used to transform a
tab-delimited plan into a SilkTest plan.
.txt
Results File
Is automatically created to store a
history of results for a testplan or
script execution.
.res
Initialization File
Stores attribute data and query
information; defaults to testplan.ini;
can be modified in SilkTest's General
Options dialog.
.ini
File Type
Description
File Extension