How to explian the V model ?
Answer / ramyab.mca@gmail.com
Hai...
Conventional V-Model represents the development process in
the form of a V shape. The right side of the V represents
the testing where the systems is validated against the
specifications defined on the left side. The meeting point
of the V represents the actual development
Business Requirements Acceptance Testing
\ /
SRS SYSTEM TESTING
\ /
HLD INTEGRATION TESTING
\ /
LLD UNIT TESTING
\ /
CODING
The V-model is a graphical representation of the systems
development lifecycle. The V-model is a software
development process which can be presumed to be the
extension of the waterfall model. Instead of moving down in
a linear way, the process steps are bent upwards after the
coding phase, to form the typical V shape. The V-Model
demonstrates the relationships between each phase of the
development life cycle and its associated phase of testing.
The four main process phases – requirements, specification,
design and implementation – have a corresponding
verification and validation testing phase.Implementation of
modules is tested by unit testing, system design is tested
by integration testing, system specifications are tested by
system testing and finally acceptance testing verifies the
requirements.
The V-model gets its name from the timing of the phases.
Starting from the requirements, the system is developed one
phase at a time until the lowest phase, the implementation
phase, is finished. At this stage testing begins, starting
from unit testing and moving up one test level at a time
until the acceptance testing phase is completed.
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 4 Yes | 0 No |
Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)
Does an increase in testing always improve the project?
actually i want some sample test case which used in projects
Can test condition,testcase and testscript help u in performing the static testing
Which is not present in formal review? a.)Facilitator b.)Auditor c.)Author d.)Recorder
What is difference in between operating system 2000 and os xp?
How can software qa processes be implemented without stifling productivity?
On what basis test engineer can find out TEST SCENARIOS???
Can any one please explain me, what kind of defects we should not raise while doing System Testing?
What are the main key components in web applications?
What is testing web based project?Give one Example
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?