What is Mean by V-Module?
Answers were Sorted based on User's Feedback
Answer / shankar.j.
V-Model is nothing but Development and Testing done in same
time.
Shankar.J.
9965525553.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nirmal
In V model - development and testing will be done
simultaneously because of quick delivery of product.
| Is This Answer Correct ? | 2 Yes | 0 No |
V-model is used in testing.
it is the verificationand validation of the product,
verification is to see tht we are buliding the product right
validation is to see the the product build is right
verification is the static
validation is the dynamic
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ramachandra naidu
-> V-model is graphical representation of the system
development lifecycle.
-> The left tail represents the specification stream where
the system specifications are defined.
-> The right tail represents the testing stream where the
systems are being tested.
-> The left tail refers to "Verification" where as right
tail refers to "Validation".
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / a.r.umesh
It is widely used model. Here writing test plan’s and
test cases starts at the initial phase i.e. during
designing phase of SDLC and the test cases execution is
done after coding.
Tejasoft Invoation Pvt. Ltd.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shirin shaikh
1.V- Module is a systamatic discription of Verification and
validation.
2.Verification is static, and validation is Dynamic
3.v- module is software development tool where development
and testing process is simultaneously.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudhir s m
V- Diagram (model): A diagram that visualizes the order of
testing activities and their corresponding phases of
development.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / mohan
Testing activity starts at the begining means paralally to
development activity
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you explain equivalence partitioning?
what is stand alone application?
knowledge of Sales domain
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?
What kind of techniques used while writing test cases?
How do you review testcase?? Type of Review...
Why does user inter-operability testing present such a big challenge to the testing effort?
What is Equivalence Partitioning and Boundary Value Analysis. Is Boundary Value is subset of Equivalence Partitioning??
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)
When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?
Difference between adhoc testing and error guessing?
do you write test case for smoke testing?If not why?