What is the life cycle of QTP? Pls Give me Exact answer?

Answers were Sorted based on User's Feedback



What is the life cycle of QTP? Pls Give me Exact answer?..

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

What is the life cycle of QTP? Pls Give me Exact answer?..

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

What is the life cycle of QTP? Pls Give me Exact answer?..

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

What is the life cycle of QTP? Pls Give me Exact answer?..

Answer / saritha

excellent ans.

Is This Answer Correct ?    0 Yes 0 No

What is the life cycle of QTP? Pls Give me Exact answer?..

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

What is the life cycle of QTP? Pls Give me Exact answer?..

Answer / d.srinivas

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

Post New Answer

More QTP Interview Questions

How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it

1 Answers   TCS,


Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?

12 Answers   IBM, Semantic Space, TCS,


How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.

3 Answers   IBM, TCS,


Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone

1 Answers  


How can we add regular expression for date field (dd/mon/yyyy)?

3 Answers   CTS,






I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next

0 Answers  


what is difference between calling a function and reusing an action?

1 Answers  


How many types of Parameters are available in QTP?

1 Answers  


Did the scripts need lot of maintenance? If yes, why?

0 Answers  


what is the difference between IE & Netscape in web testing on a log in page

0 Answers   TCS,


Is it mandatory to know abt regular expression in descriptive programming

2 Answers  


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

0 Answers  


Categories