Creating a Keyword-Driven Test in
Silk Test Workbench
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
visual tests or VB .NET methods in a later step.
Choose
File > New.
The
New Asset dialog box opens.
Select
Keyword-Driven Test from the asset type list.
Type a name for the new
asset into the
Asset name field.
Select the project in which the new
asset should be included.
By default, if a project is active, the new
asset is created in the active project.
Note:To optimally use the functionality that
Silk Test Workbench provides, create an individual project for each application that you want to test, except when testing multiple applications in the same test.
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
Save.
Continue with implementing the keywords or with executing the test, if all keywords are already implemented.