Creating a Keyword-Driven Test in
Silk Test Classic
Before you can create a keyword-driven test in
Silk Test Classic, you have to select a project.
This functionality is supported only if you are using the Open Agent.
Use the
Keyword-Driven Test Editor to combine new keywords and existing keywords into new keyword-driven tests. New keywords need to be implemented as
methods in a later step.
Click
File > New.
The
New File dialog box opens.
Select
Keyword-driven test from the file type list.
Click
OK.
The
Keyword-Driven Test Editor opens.
Perform one of the following actions:
To add a new keyword, type a name for the keyword into the
New Keyword field.
To add an existing keyword, expand the list and select the keyword that you want to add.
Press
Enter.
Repeat the previous two steps until the test includes all the keywords that you want to execute.
Click
File > Save.
The
Save As dialog box opens.
Type a name for the new test into the
File name field.
Click
Save.
Click
Yes to add the keyword-driven test to the active project.
Continue with implementing the keywords or with executing the test, if all keywords are already implemented.