what is the entry criteria and exit criteria of integation
testing.
Answers were Sorted based on User's Feedback
Answer / rajesh.pothina
when we enter a value in module a is entry criteria and to
check whether the value has present in module b is called
exit criteria for integration . Here we r checking the flow
from module to module .
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishal bilgaiyan
It describes the flow of your project. In entry criteria we
define what is the initial need of the project. Suppose in
the first step of the project a file have to import that
contains a specific data then for this project this files
comes under Entry criteria.
IO Exit criteria we cover all the things which should be
the output of the last step suppose generation of any file
or any situatiion.
Thanks
Vishal
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anil
entry criteria of integration : is like checking the
availability of data that is to be shared or not.
exit criteria of integration: is like checking that the
shared data is available in dependent module or not.
example: if we posted data in a module named "a" and that
must be visible in module "b","c","d" now we will check the
availability of the data that has to be shared and we will
go for module "b" and check that the data that is present in
module "a" is available or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyotipal singh
Entry level criteria is that CDD is ready and exit level
criteria is that the communication flow and data flow
should be satisfied.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aruna tummala
Entry criteria:The set of generic and specific conditions
for permitting a process to go forward with a defined task.
Eg :test phase. ..
Exit Criteria:It is a criteria or requirements which must be
met to complete a specific process.
| Is This Answer Correct ? | 0 Yes | 0 No |
What r test closure documents?
what is your current team size?
Hi everybody. In an interview i was asked to write the ECP for the range (1-10).
What is mean by Test Plan? What details will be mention in it?
What is bug, deffect, issue, error?
Should every business test its software the same way?
if u are asked to test yahoo login page what will be thw ur test cases ?
What are known issues?
what is the difference between Client server application and web based application
What are the different roles of testers in Verification and Validation?
Define brain stromming and cause effect graphing?
What is the Stub abd the driver ?Are these both using at the time of Top-up approach of integration testing and bottom-down approach testing .?