In "V" model of SDLC which phase correspond to integration
testing:
1. Requirements
2. Analysis
3. Design
4. Coding
Answers were Sorted based on User's Feedback
Answer / ella
In the V Model hte integration testing corresponds to the
design phase. As this is the phase where the high level
design and functionality of the application will be
determined before coding them. At the coding level, unit
testing would be done and then when coding is complete it
and unit testing is over, the integration testing would be
done. The integration test cases would derive their input
from the design specifications document.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / meetu mahajan
The design phase corresponds to the integration testing as
this is the phase where different modules / sub systems of
a system are defined. After this phase only the integration
test scenarios / cases can be written.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sagarika
In "V" model of SDLC,design phase is divided into high
level design and low level design.Unit testing is done in
low-levl design and intigration testing is done in high
level design.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / pratap
In "V" model of SDLC Correspond to integration testing will
be design.
| Is This Answer Correct ? | 3 Yes | 3 No |
What is software requirements specification?
What is a document version?
What does cots represent?
Explain Peer Review in Software Testing?
What advantages would using an iSCSI Storage Area Network (SAN) give to your organization over using Direct Attached Storage (DAS) or a Fibre Channel SAN?
Why we use decision tables?
What is the difference between top-down and bottom-up testing?
WHAT IS MEAN BY DESIGNING THE APPLICATION AND CODING THE APLICATION?
How u r managing the time constraints in completing the project?
Explain how to test documents in a project that span across the software development lifecycle?
Mention what the purpose behind doing end-to-end testing is?
What is memory leaks and buffer overflows ?