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
Explain types of output values?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Plz Explain AUTOMATION REFERENCE MODEL?
What is QTP’s model for test creation?
What are the differences between quicktest professional and winrunner?
What is an object repository?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
describe some problems that u had with automating testing tool?
can the activities of test case design be automated?
explain how to write vb script in qtp?when will you write own script?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
what function you write to do database testing with the help of qtp?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What is the difference between Keyword Driven test and Data Driven test?
Can anybody post some real time scenario in qtp? please its very urgent.