How can we disable smart identification at the time of
recording? Ideally, smart identification should be enabled
only at the run-time.
Answers were Sorted based on User's Feedback
Answer / krishnateja muppalla
Test Settings you can see radio button. There based on your requirement you can disable. This is main.
Two other places also enable/disable options are there but, if you do it at the settings that is enough.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / santy
In the Test settings select the checkbox Disable smart
identification before recording starts.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / rahul
Normally we enable smart identification when Quick test is unable to find any object that the matches the recorded object description,or if it finds more than one object that fits the description.Smart identification gets disabled as it finds the right object.
CORRECT ME IF AM WRONG. THANK U.
| Is This Answer Correct ? | 2 Yes | 3 No |
what is run-time data?
What is checkpoints for quicktest professional?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
Hi, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...and also let me know is there any other automation tool availabe to automate Microsoft Dynamic Navision. Thanks Sandip. +91-9714177088
WHICH PROCESS U FOLLOW IN COMPANY
What is active screen?
In real time ,How to run all scripts in QTP? i,e in projects
Tell about descriptive programing in qtp8.2?
How often were they executed?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Is it possible to return multiple values from a function..? Then how..?