Micro Focus QTP (UFT) Forums
Frames Auto-Incrementing In The Repository - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Frames Auto-Incrementing In The Repository (/Thread-Frames-Auto-Incrementing-In-The-Repository)



Frames Auto-Incrementing In The Repository - zunebuggy - 11-15-2017

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