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 entry criteria and exit criteria for your test
automation

Answer Posted / sayed aftab hussain

Entry Criteria: Use to determine that test plan is ready to execute

1. Setup test environment that is required for particular test plan
2. S/W or application has been installed successfully.
3. All required / specified per-requisite are there.

Exit Criteria: Use to determine that it is the time to stop testing like...
1. All major functionalists have been cover as specify in test plan
2. All test cases are completely executed or not
3. S/W or application is bug free (up to 80%) and no higher priority
or higher severity bug in application.
4. All the documents should be reviewed, finalized or signed off.

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

2124


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

1953


When Recovery scenario actually starts while testing the application?

2017


Mention the different actions types of qtp.

1002


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1898


How would you directly trigger javascript in a test?

1880


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

2306


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

1845


If you are testing a web application then what will you test in that application?

2023


What contains Data Driven Framework document in qtp?

1966


How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1969


Explain how you can delete excel file in qtp?

1032


How can you write the scripts that operate on different objects depending on run-time information?

2570


Explain in brief about the qtp automation object model (aom).

984


Define Canvas view of UFT?

1061