What is the life cycle of QTP? Pls Give me Exact answer?
Answers were Sorted based on User's Feedback
Answer / sumanth kumar
TEST PLANNING,GENERATING THE BASIC SCRIPT,Enhancing the
script,debugging the script,executing the script,track and
report the defects
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / 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 |
Answer / jay prakash
QTP life cycle i have never heard.. if u mean Quick Test
Workflow than please refer below:
Prepare -> Create -> Verify and Enhance -> Integrate
Prepare: Prepare the automated test env.
Create: Record user action to generate the basic test.
Veryfy and Enhance: Enhance the automated test for playback
and testing.
Integrate: Run multiple tests to check the flow of data.
Please let me know if it satisfies ur query.
| Is This Answer Correct ? | 11 Yes | 5 No |
Answer / 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 |
ANALYZING YOUR APPLICATION
PREPARE YOUR TESTING
ADDING STEPS TO YOUR TEST
ENHANCE YOUR TEST
RUNNING&DEBUGGING YOUR TEST
ANALYZING RUN RESULT AND REPORT DEFECT
| Is This Answer Correct ? | 0 Yes | 1 No |
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
For which type of projects the iterative model is not suitable?
Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?
What is the default object synchronization timeout in qtp?
Extract a word from a sentenece?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
How the automated tests in org
Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.
In qtp, how you can exit for loop?
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
wt is automation framework? give explonation?