Leveraging Page Objects

  • Creating Page Objects

    Creating Page Objects with Architect is similar to creating a test case. The main difference lies in selecting the test type as Page Object when saving.Creating a Page Object with ArchitectStep 1: Begin the Pro...

    Read more

  • Editing Page Objects

    Page Objects can be edited as easily as test cases and are ready for use across a whole project.Open a project to the Test Listing page.Click the Page Objects tab in the left sidebar panel.Under the Actions col...

    Read more

  • Using Page Objects in Test Cases

    A Page Object is a reusable set of actions. You can create a Page Object by using Architect or from an Instruction, a set of actions within an already existing test case.  Once you create the Page Object, you c...

    Read more

  • Parameterizing Page Objects

    Page Object Parameterization is primarily used for handling multiple parameters and defining new parameters and their corresponding values within the Page Objects to facilitate the easy modification of testing ...

    Read more