what is Compile Module in QTP? what exactly it contains
Functions or Actions?
Answer Posted / guest
Compile Module means library files. It contains functions.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Shall we add Local Repository to shared object repository,if yes,how we add
Explain the types of object repositorys in qtp?
What is quick test pro? What is a quick test professional?
assume i have few url link how will i dynamically call then using descriptive programming?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What are some test assets and related extensions of qtp?
What is the syntax to call one action in another?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What is the extension of the qtp local repository?
What are the different types of recording modes in qtp? Which will be used when?
What is the Difference between copy to action and call to action?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
how to explain a claims and insurance project?
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