how to merge 2 object repositories in qtp 9.0.what is use
of merge and y merge is used?
Answer Posted / pradeep
Thru Object Repository Manager --> Goto tools and then
select merge option --> select primary and secondary
repositories and ok.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi All, How to get repeated word in string . Thanks Balaji
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Explain the parameter in qtp?
How can you handle exceptions in qtp?
Can you write a script to check if the folder exists or not?
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
How smart identification works in qtp ?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
To which environments does quicktest professional supports?
Is it possible to call win runner script in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Is the qtp course will help to create a virtual object?
Explain object spy in qtp.
Give the syntax to import/export xls into qtp.
If object is not recognized by qtp but the object is standard object what is your approach?