Where is the resultset of a sqlquery (which is fired by
rsobj.open sqlquery,xxxx,xxxx) stored ?
Answer / Saurabh Kumar Dubey
The resultset of an SQL query executed using QTP's rsobj.open function is stored in a Recordset object. This Recordset can be further manipulated for data extraction or comparison purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the common defects found in your project? (in qtp interview)
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
wt is automation framework? give explonation?
Java add-in is need to work on java oriented project ?
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
Explain more about the Test Fusion Report of QTP?
what is a test strategy & what is the difference between test strategy & test plan?
If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me