

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
QTP/UFT support tip: Is possible to disable Smart identification during run time?
QTP/UFT offers the possibility to disable or enable the smart identification by accessing
File>Settings.
There you can check the "Disable Smart Identification during the run session" option in order to disable it; or uncheck it in order to enable it.
Now QTP/UFT also offers the possibility to do this during run time by typing a line of code in the test.
Use: Setting("DisableReplayUsingAlgorithm") = 1 in order to disable it
Or : Setting("DisableReplayUsingAlgorithm") = 0 to enable it
In that way you will be able to control were you want to use smart identification during test execution.
Regards.
HP support
If you find that this or any post resolves your issue, mark it as an accepted solution.
Note: The Opinions expressed in my post are mine alone, and do not reflect the opinions of my employer. No warranties express or implied for any answered posted.