Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create objects: Generate objects for form fields, such as username, email, and password and buttons, such as submit and cancel to support testing new features in web applications.

  • Edit objects: Modify object properties when the application's user interface changes, ensuring compatibility with updated elements. For example, changing the ID of the Submit button in the form from "submitBtn" to "submitButton."

  • Delete objects: Remove objects associated with discontinued features or elements during a redesign to maintain up-to-date test cases.

  • Locate objects: Easily find objects or search for objects in object collections. For example, to update the properties of a Login" button object, you can use the search function instead of scrolling through a long list of objects.

  • Import objects: Streamline teamwork by importing pre-defined objects in the context of test cases and tasks.

Using Regular Expressions

...