Why a framework is needed?? Plaese post your answers ASAP
Answer Posted / ramchandra
Hi all,
A framework defines q set of guidelines for all phases of test automation. We design framework to reduce complexity of internal architecture which makes it easy to use for end user who may can be q non technical. U can say it's set of standards for automation.
Ramchandra Patil
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many types of parameters are available in quicktest professional (qtp)?
What is the Difference between test object and run time object?
How to handle dynamic objects in quicktest professional?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
tell me QTP standards ?plz
What is the difference between a Function and Procedure in QTP?
Explain the difference between call to action and copy action?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Explain calling sub procedure.
How to start recording using quicktest professional (qtp)?
can the activities of test case design be automated?
How many types of recording facility are available in quicktest professional (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...!!!