What is meant by Entry and Exit points in Testing?
Raam - ramumcato@yahoo.com
Answers were Sorted based on User's Feedback
Answer / divya
Entry Points:
- Test environment is ready
- Test cases are prepared
- Dev team has given the build
Exit points:
- All modules are covered
- All test cases are executed
- Bugs are reported and resolved
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / sistla
Entry and exit points are the entry and exit criteria for
testing , like for an application to enter in to system
testing the unit testing should have been completed. And for
acceptance the system testing needs to be completed.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / yammy
Entry points are nothing but exection of your test cases.
Exit points can occur in 2 ways firstly by completion of
the execution of test cases (passed) and secondly if any
showstopper bug occus.
Correct me if i am wrong.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manish
SRS and Test Plan are the entry points and Test result and
test reports would be the exit points in TESTING
| Is This Answer Correct ? | 1 Yes | 0 No |
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
What is the difference between Build and Version?
what is the format of traceability matrix?
what you consider in security testing particularly in web applications?
List out the test matrix
What is reference matrix or tracability matrix?
what are the different statuses of test cases?
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?
0 Answers CA, Dish Network, Wipro,
what is PVCS
What is integration testing?
please any one can sendthis q answer HOW DO YOU EXECUTE THE TEST CASE?
.In languages testing, what is the fixed part and changing part?