What is Mean by V-Module?
Answers were Sorted based on User's Feedback
Answer / shivanibehere
It will be V Model not V Module.........
V Model can be define as.
Acceptance Testing ----------------------Client Requirement
System Testing----------------------Planning
Module Testing------------------Design
Unit Testing------------Unit Coding
|
Coding
This the V Model or Verification and Velidation Model,it
something looks like in the V shape.
In this model at the first step Acceptance Testing must be
parallel at the Client Requirement means that Acceptace
Testing must be satisfied when Client Requirement will be
done in the same way other steps will follow.........
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / kamaraj
v-module is the parellel process in software developement
and test development.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / subbu
It's lika a V-Shape.
BRS............................UAT
SRS......................ST
HLD................IT
LLD's........UT
CODING
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sumalatha
V model is a diagram showing the map between verification
and corresponding validation for the application
verification is to see tht we are buliding the product right
validation is to see the the product build is right
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / anurag
v-module is the parellel process in software developement
and test development.
V- Module is a systamatic discription of Verification and
validation.
Verification is static, and validation is Dynamic.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vivek.ranganathan
V module is software development tool where development And
testing occurs simultanesouly ....
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mamta
in the software develoment life cycle, both the development
activity and testing activity starts at the same time with
the same information in thier hands.A development team will
apply "do-procedures" to achieve the goal and the testing
team will also apply "check-procedures" to varify
that.normally to say its parallel process and arrive to the
productwith almost no error.
develoment activity=testing activity.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aleem
V Model is also known as Inverted V Model,it is one of the
software development Model.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shwetha mahadik
v-model which illustrate how the testing activities are
carried out in software developement life cycle..
| Is This Answer Correct ? | 2 Yes | 0 No |
which are the mandatory fields in QC while rising new bug??
In manual testing (web based testing)interview, interviewer asked me "How you connect to the database?" What is the answer for this question
In the static testing,what all can be tested?
What all possible test scenarios can be written for the PAINT OF An Airplane?
How to write test scenario for white board?What is scenario? pls explain me with example.
Diff. between system test cases & UAT test cases.
Explain severity with example and expalin each example?
What is regression testing
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong
what is the Difference between SRS and SRS? Please mail me penisetty@gmail.com
The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?
why do u go for whitebox testing,when black box testing is available?