Test Maintenance

Test Maintenance typically includes the following:

  1. Update UI elements
    1. Modification of UI Elements and their properties
    2. Adding new UI elements or Deleting an existing one
  2. Updating Test Workflow
    1. Adding or deleting steps to an existing Tests
    2. Modifying step to point to a different UI Element
    3. Refactoring a test

Modifying tests where only UI Elements are updated is extremely easy using the Object Scanner that BqGenie provides. Object Scanner automatically identifies any UI changes in a given screen including additions/deletions or property updates. Performing these updates is as easy as selecting the shown changes and clicking on Save. Please see Object Scanner for further details to work with the Scanner.

Test changes that include workflow change are also simply done by the use one of the following techniques:

  1. BqGenie Recorder to add steps
  2. Directly working with the Test Steps Screen on the app where you can reorder/delete/modify steps easily
  3. Combination of Object Scanner and Test Steps Screen