how we do database testing with qtp using descriptive
programming?
Answer Posted / mukesh
Hey guys......sorry if anybody is hurt....even my english
is not that good.....but i was searching for answer and
when i read this, it was frustrating to read .....maybe
Chandra is very good at QTP....mine was just a natural
reaction.........
Sorry Chandra....but answer in such a way that people can
understand
Now all of you please end this and give a correct answer..
Sirisha...has done nice job explaining...
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between run time object and test object?
How do I get the QTP scripts result in xml format by using vb script function?
How many types of recording modes in qtp? Describe each type with an example where we use them?
Can we record an application running on a remote machine using qtp?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
What is the significance of “action 0” in qtp?
How to remove associated function library?
How to create scenario selector
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
what is the advantages and disadvantages of using functions instead of re usable actions
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
How many add-ins comes by default with quicktest professional (qtp)?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks