Wht are the BY default Add-ins in QTP 9.2 version and what
all are differences between 8.2 and 9.2
Answer Posted / reddy prasad
default Add-ins:
ActiveX
VB script
Web
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Is the qtp course will help to create a virtual object?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
What is an expert view and keyword view?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is object spy in quicktest professional?
How to find the path of folder in which the test is saved in qtp?
What are parameterizing tests?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
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...!!!