Plese tell me What is V model how do u prepair documnet
using V model ?
Answer Posted / a sameer
BUssiness Requirements(BR)- ----------> User Acceptence Testing
\ /
System Requirements(SRS)---------------> System Testing
\ /
High Level Design(HLD)--------------> System Integratioon
Testing
\ /
Low Level Design(LLD)--------> Component Integration Testing
\ /
Coding ----------> Unit Testing
\ /
\ /
\ /
\ /
Build
V Model is a popular Software development model. It large
number of resources to implement.
In v model every development stage will have corresponding
testing stage.
Here test will be prepared in parallel with development phases.
i.e
After receiving the business requirements are prepared
then testing team will develop User acceptence Testcases.
But these testcases will be executed and the end of the project.
Here Business Requirements are very abstract in nature and
it talks just about What user/customer actually needs.
System Requirement Specifications will be prepared From
Business Requirements specifications.
SRS will be more elaborated then the Business requirements.
SRS tell what are system features need to be developed.
After seeing SRS Document Testing People will start
preparing System Functional Test cases.
After receiving High level Design Doc,Testing people will
prepare the System Integration Test cases.
After seeing Low level Design doc,Development team will will
prepare the Component integration Test cases.
After coding development team will prepare uint test cases
and executes the unit test on the each individual unit or
function.
Thus there is a mapping between the each development phase
with testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
Do you know anything about Set Top Boxes?
What are the different levels of manual testing?
What is reverse engineering?
from where do u collect test data if u miss some data what will happen
What is a maturity level?
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
Tell me the advantage and disadvantage of cookies?
what the purpose of requirement phase
value momentum
What is meant by entry criteria and exit criteria in software testing?
integration test cases for mouse and keyboard
Explain the strategy for testing a Java application?
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
What is data flow diagram?