What is the life cycle of QTP? Pls Give me Exact answer?
Answer Posted / imthiyaz.shaik
Hi All,
Here is the comprehensive answer:
Automation lifecycle:
1.Prepare
-> Prepare the automated test env.
-> Prepare the test data
-> Check Appliction/Environment stability
-> Document manual test cases to be automated
2. Create
-> Record user actions to generate the basic test
-> Confirm successful playback
-> Use Object Repository
3. Verify and Enhance
-> Enhance automated test for playback and testing.
-> Add Synchronisation
-> Insert Checkpoints (As required)
-> Data drive the test
4. Integrate
-> Run multiple tests to check the flow of data
-> Integrate test and run in a Hierarchy.
Reporting & Tracking defects is manual process.
QTP just identifies the mismatch between expected and
actual result.
Regards,
Imthiyaz
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Diff b/w Health care domain and Banking Domain?
What is a reusable action?
What is environment variable in qtp and why to use it?
How does qtp identify the object in the application?
Which functionalities of QTP used in banking project?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
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...!!!
If object is not recognized by qtp but the object is standard object what is your approach?
What are the different recording modes?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Explain the qtp test phases.
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
How would you directly trigger javascript in a test?
Explain object spy in qtp.