Waiting for a Property

Insert a step into a visual test to wait for a property of a control in the application under test (AUT) to get a specific value or to no longer have a specific value. Insert such a step to coordinate synchronization between the visual test playback and the test application.

  1. Open the visual test to which you want to add the step.
  2. Right-click on the step that precedes where you want to insert the step.
  3. Choose what Silk Test Workbench should wait for.
    • To wait for the value of a property to get a specific value, choose Insert > Synchronization and Timing > Wait for property.
    • To wait for the value of a property to no longer have a specific value, choose Insert > Synchronization and Timing > Wait for property not equals.
    Silk Test Workbench inserts a new step below the selected step.
  4. Select the newly created step to display its properties in the Properties pane.
  5. In the Locator field, specify the locator of the control in the AUT which contains the property that you want to wait for.
  6. In the Property field, select the property.
  7. In the Value field, specify the value for which you want to wait.
  8. In the Timeout field, specify the maximum time to wait before continuing playback.
  9. Click Save to save the step and its property value. The updated step and its descriptive text appear in the visual test.