How to enable the text check point in qtp? By default it is
disables
Answer / guest
only in the recording mode the Text checkpoint will be
activated....
Start recording and then check the available chk points
| Is This Answer Correct ? | 6 Yes | 0 No |
in which situation u will use recording and in which situation u will used to write script manually
How does QTP identifes the object in the application?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
WHY U CHOOSE TESTING FIELD?
. Types of properties that Quick Test learns while recording?
I want to learn QTP Online, where can I get quality training?
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me
how you update scripts in qtp?
How the automated tests in org
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
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"