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 |
Why do u want to change the job?
Does an increase in testing always improve the project?
what is ment by Requirement tracebility matrix?what is the use of it? what is the template of rtm?
What is good code?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
What is smoke test? Do you use any automation tool for smoke testing?
What is Change and configuration management repositoty
What is testing methodology?
24 Answers AppLabs, CTS, Google, IBM,
what is Difference between Test Cases and Test Plan ? Give some Example Both of them
What is Bicycle Testing?
when the test plan will be prepared in waterfall model?
Diffrence b/w functional testing,functionality testing,system testing?