Answer Posted / ramu@sunnys
using data base connection programmes
like con.provider
con.recordset
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which scripting language used by quicktest professional (qtp)?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
Hi All, How to get repeated word in string . Thanks Balaji
How to add verification steps to tests?
What do you mean by checkpoints in qtp?
Write a script to customize the test results in PDF and HTML format.
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
What are the key points to create a framework in QTP for oracle forms?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Explain the concept of object repository?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent