Hi,will U Please Provide me details certification for QTP
&QC and also please provide me the Material also.
Send to mail:jjaanu2mail@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
I know the Basic QTP. But I wanted to learn descriptive programming in QTP. Without Object Repository how we can develop a script? I wanted to do one real time project using QTP. If you know this type of training is available in pune then let me know the address.
from where we will retrieve data for data driven tests in qtp?
Key word driven framework
what is check point?
what's the difference in between function and sub and give some code as well
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
How to retrieve particular cell data in excel sheet ?without importing method.
3 differences between QTP & Winrunner?
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
what is the purpose of .vbs file?
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 can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)