how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / prem
Hi Mr. Sudanandareddycan can u kindly send me the QTP
meterial, frame work and PPT's
regards
hi4u_2006@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Keyword Driven test and Data Driven test?
Explain advantages and disadvantages kdf?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
What is CMMP and CMMH?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What is Cross browser testing? Does UFT support it?
Key word driven framework
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Can any one send me the QTP Basic Coding Samples?
How you can find the absolute value of the number in qtp?
Explain runtime dynamic settings?
What is the file extension of the code file in qtp?
what is the difference between the modular framework and datadriven frame work
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...!!!