Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain building blocks of the bpt framework ?

1006


Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji

1339


Please guide me release notes of Automation once scripts are completed

1834


Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

1693


How will you report the bug and explain the defect tracking sheet you handled?

3013


How many types of parameters are available in quicktest professional (qtp)?

983


what is the structure for the data driven framework

1952


Is virtual object supported in low level recording mode?

1096


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1917


Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek

2008


how to acess a test in RSA?

2165


Difference between test object and run time object?

942


What is the Difference between test object and run time object?

1120


what is object and child object.. explain ..if possible give some example for better understanding ..

1940


X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

1984