What is Entry and Exit Criteria in Testing Process?
Answer Posted / swathi
Entrance and exit criteria comes under the Testing life
cycle.Entrance criteria is, to know when to enter in to the
testing cycle and exit criteria is when to stop/come out of
that testing cycle.Exiting of one cycle can be the Entrance
of another testing.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
In simple steps how will you do unit testing using VSTS?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
After insert the record in front-end, how will you check the back end by manually? Please explain?
what are the types of Bug?
What is AGP?what is setup.inf?What are the ways to install driver?
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
What is the difference between baseline and traceability matrix?
hi all I have an overall experience of 12 years working in an EDP setup(worked in a manufacturing setup in a German MNC). On my request, I was relieved from my duties in Sep 06 for maternity reasons. However I would like to pursue a career in a software organization as a manual tester. I obtained my proficiency certificate in Software Testing from STAG SOFTWARE LIMITED 2 months ago i.e in May and would now like to continue working in this field. However I am unable to find a job until now. If anybody knows of a opening at bangalore, kindly let me know.
What is ecp (equivalence class partition)?
Can you explain requirement traceability and its importance?
What are the tasks of test closure activities in software testing?
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.
How do u determine,what to be tested?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?