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"
Answer Posted / bkiranratna
textVar=browser("").page("").webtable("").getcelldata(8,1)
(table object will come only in web applications.)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How QTP identify the system time that's changes every seconds?
How to modify the text checkpoint?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
any body can you help me what is the script to automate an comand promt
how to post xml data from QTP scripts to any application?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
Which recording modes need more memory?
In qtp, how you can get the last character from a string?
What are parameterizing tests?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
Should have experience in framework means?
How can you identify the browser and its information using QTP script?