i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / pradeep
My email:carthi1985@gmail.com,please provide license
key for
QTP 9.5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is different command used in command Prompt while using QTP?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How do you create new test sets in td?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
What is the difference between qtp and selenium?
What are advantages of test automation?
How to data driven test for Win objects in QTP ?
What is the difference between per-action and shared?
What is the keyword view and expert view in qtp?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
What is debugging? How you debug your script?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
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...!!!