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"
textVar=browser("").page("").webtable("").getcelldata(8,1)
(table object will come only in web applications.)
| Is This Answer Correct ? | 1 Yes | 0 No |
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
What are the benefits of qtp?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
what is the use of automation objective model?where is used? plz tell me
write vbscript on veb applications in qtp with exapmles?
What is difference between design time and run time data table?
Give me diffrent script in QTP for Webpage(Java and .Net),WindowsBased Applications,Java application,.Net application...
When a requirement is given to u to automate , What is ur basic approach ?
how to change the properties of object during run time . plz give the code using flight reservation
how to write regular expression for Date field?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance