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.
Answers were Sorted based on User's Feedback
Answer / raka
Hemant do not copy n paste someone else answers like u did
for Rajendra.If u have ur real knowledge then only u should
add.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
TestPhase
ok
Software Development Life Cycle has different phases.
i.e if we take simple SDLC: Waterfall Model
1. Requiremnt Gathering
|
|
v
2.Requiremnt Analysis
|
|
v
3.Coding
|
|
v
4.Unit Testing
|
|
v
5.Integration
|
|
v
6.Integration Testing
|
|
v
7.System Testing
|
|
v
8.Maaintanance
The above eight 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.
Ok Friends Byee
Still if u have doubts
feel free to mail me.
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 3 Yes | 3 No |
Hi Rajendra, thanks a lot. I got clear picture. At present
iam working in Build&Release domain. Iam trying for testing
job and i faced this question. Once again thanks Rajendra.
i think u r working at Hyd (AP). I have seen many answers
from your side. I too from AP.
Thanks,
Raam
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raja
Which input face to satisfy to get the entry
Which output face to satisfy to exit
| Is This Answer Correct ? | 0 Yes | 0 No |
In what situation would you want to parameterize a text verification check?
Write test cases for agent login screen agent name will 4 to 20 character. password length not mention two buttons, 1-submmit and 2-Reset
what is the difference between test case and result matrix
what is coupling integration testing
If Client has given the requirement such that " (1)Items are sorted alphabetically (2)Apply Shortcut keys " Then Tester have to write test cases for that also or not?
give me an Example of UAT test cases What is functional and nonfunctional explain What is validation testing
1.what is the purpose of testing ?
What is mean by bug? how its gets injected into application?
what does srs document contains?
What is pesticide paradox?
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
how will define a bug generally?