Hi anybody can answer this question with example. giving as
it is i faced in interview.................
What is TestPhase? What are Entry and Exit Criterias?
Should explain with Example.
Answer Posted / hemant singh
TestPhase
ok
Software Development Life Cycle has different phases.
i.e if we take simple SDLC: Waterfall Model
1. User Requirements
|
|
v
2.Requiremnt Analysis
|
|
v
3.Coding
|
|
v
4.Integration and Testing
|
|
v
5.User Acceptance
|
|
v
6.Maintenance
The above six phases are called SDLC Phases.
Ok,Now Testing is a Phase Of SDLC.
If Tester is Purely Black box tester he can do System
Integration testing , System Testing and Maintanance
testing.
Entry Criteria: The basis for stasrting the testing of an
application or product.
For example:Before starting System testing Development team
should comple the Unit testing.Then they will depoly the
build in the test server.
Then the testing people will do the Sanity or Smoke testing
on the Newly deployed Build of application or product.
If the Application or Product passes the Sanity or Smoke
testing we will accept the build for testing.
This is the Entry criteia.I.e We will accept Build when
only is is stable and have no show stoppers.
Exit Criteria: This is the criteiawhen we will
stop/conclude testing .
For example we encounter a show stopper and it is not
allowing us to test further then we will stop testing.
or If we met the Specified quality standards then we will
stop testing>
Entry and Exit criteria's are components of Test Plan.
Example:
4.4.1 Entry Criteria
*.Unit testing has to be conducted and should have
passed.
* Test results have to be shared with the QC team.
* Known issues should be communicated to the QC
team.
4.4.2 Exit Criteria
*.Execution of system test cases without any issues.
*.Discussion with PM for acceptance in case
of issues.
*.Acceptance and release approval from QC.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
According to RBI rule how much money can be transferred through online banking at one time...?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
Write notes on apparel testing equipments.
Write a set of test cases to test youtube?
How the application is launched to the production environment?
what is fusion testing and impact analysis???
Hello Varun, Kindly send me the material as well as sample question papers as i am interested in doing the certification. Kindly help me out in this regard. Here is my mail ID: bjyothitesting@gmail.com
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
Hello all, Can someone tell me what kind of questions i can expect from hiring manager along with two team members on final face to face interview for manual testing position.. I am switching from BA to QA as its better on benefits etc.. Thanks in advance
What is data matrix? What is the use of it?
What is split testing?
How to do Performance Testing manually for a Flash Application?
What is six sigma?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
How do you get programmers to build testability support into their code?