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.

  1. Click File > New. The New File dialog box opens.
  2. Select Keyword-driven test from the file type list.
  3. Click OK.
    The Keyword-Driven Test Editor opens.
  4. 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.
  5. Press Enter.
  6. Repeat the previous two steps until the test includes all the keywords that you want to execute.
  7. Click File > Save. The Save As dialog box opens.
  8. Type a name for the new test into the File name field.
  9. Click Save.
  10. 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.