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 |
How can you handle exceptions in qtp?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
How the smart identification is used in real time?Please explain with an example
Explain key word driven frame work?How to use in real time?
How we can call the scripit from another scripit in QTP?,Not a call Action
what's the difference in between function and sub and give some code as well
What are the most frequent errors you faced while executing your scripts?
what is the long form of QTP ?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
How to convert QTP's ObjectRepository.mdb file to xml file
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.