What is the life cycle of QTP? Pls Give me Exact answer?
Answer Posted / latha
QTP Life Cyle:
Consists of 6 phases,
Test Planing: Here understand the requirements and identify
the areas to be automated.
Generating the basic Test:Script is generated
Enchancing the Test: by inserting the check points
2. synchronizing the Test
3. parameterizing the Test
4, inserting the output values
5. Measuring Transactions
6.Inserting the programmatic Statements
7. Adding Comments
8. Inserting the script statements manually
Debugging the Test: develop the test as per user
requirements
Executing the test: developed test is executed to check
whether working properly
Analysing the Result: after executing the outcome is
observed diverting from the user requirements, if yes is a
defect, is reported and modified until it works propery.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
how can i call function (which has link with excell sheet at a remote location) within another function
With what extension you can save the list of tests in a file to run in test batch runner?
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?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How may types of defects identify application or your currently working application?pls give me answer..
Explain the concept of object repository?
Is it possible to merge two object repository files in qtp?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How does qtp recognize objects in aut?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Give me some real time point of way where exactly we can conduct audits?
By using QTP can we record any log files written by the application which is in execution?
What is active screen?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.