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 any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
How to handle the exceptions using recovery scenario manager in QTP?
how to load the *.vbs (or) test generating script in a new machine?
How many types of OBJECTS are there in QTP?
8 Answers Intel, Inter Globe Technologies,
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain what the difference between Shared Repository and Per_Action Repository
How many ways we can parameterize data in QTP ?
How to connect to data base?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
what are the qtp tester responsibilities?