Submitted Questions

  • QTP - Shared Object Repository (SOR)

    Question: Using QTP, added objects to the Shared Object Repository (SOR), notice that some of the screen names were not unique (DQR1, DQR2) so we updated the screen names is the SOR, example: DQR1_EmailGrp or DQR2_State Mailing. When we run the test script in QTP, the object is in the SOR but QTP does not recognize the screen names, so it creates and goes to local repository. So instead of using...

  • QTP Question - Actions

    When you have a single action and split into multiple action within a test they become new independent actions. The question is will these actions stay with test or can they be moved or just copied to another tests???

  • QTP question - Nested Action

    I am very new to QTP: My question is about Nested Action, if you have a parent-child action, and the parent action is not run, then the child action will not run, is this correct??? also if there is an error in the parent action, will the child action run?