Micro Focus QTP (UFT) Forums

Full Version: Frames Auto-Incrementing In The Repository
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the Object Repository, each time I run my script and add a new object to the repository, it adds _2, _3, _4, etc. to the Frame. (i.e. Frame_2, Frame_3, etc.)

I don't want this because I am losing object recognition in each run.

In Tools > Options > Gui Testing > Web > Page/Frame Options I have:

Create a new Page test object for
  • Every navigation - not selected
  • Different test object descriptions - not selected
  • Different URLs or a change in data transfer - Selected
  •          Ignore non user-input data - Get - unchecked
  •          Ignore non user-input data - Post - checked
  •          Ignore user-input data - Get - checked
  •          Ignore user-input data - Post - checked
  •          Use additional Page information - unchecked

Create a new Frame test object for
  • Different test object descriptions - not selected
  • Different URLs or a change in data transfer - Selected
  •          Ignore non user-input data - Get - checked
  •          Ignore non user-input data - Post - checked
  •          Ignore user-input data - Get - checked
  •          Ignore user-input data - Post - checked
  •          Use additional Page information - unchecked
Thank you  Smile