Explain V model in depth?
Answers were Sorted based on User's Feedback
Answer / chabs
V-model is also known as Verification and Validation model
where the development and the testing team works parallely.
The CRS/BRS is sent to both developing and testing teams.
Where the developers/designers develop HLD, LLD then do
coding while the testers review and develop Acceptance test
cases and test plans, Integration test plans & cases,
functional test plans & cases.(in each stage i.e.,
CRS,SRS,HLD,LLD will be reviewed by the test engineers and
new document will be constructed if in case of any changes)
After white box testing is done at the developers side, the
product or the software is sent to the testing.
Now, this product is tested using the test plans and cases
(i.e.,they do Functional testing, Integration testing,
Acceptance testing) previously developed by the test
engineers(In the first phase they only develop test plans
and cases).
Finally, after doing the Acceptance testing the product is
moved to the production.
Advantage of this model is that each phase is tested
(i.e., defects in the customer requirements or any of the
documents is found out at the first phase)
so defects are rectified at an early stage.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ashish
The V-model is a graphical representation of the systems
development lifecycle. It summarizes the main steps to be
taken in conjunction with the corresponding deliverables
within computerized system validation framework.
The VEE is a process that represents the sequence of steps
in a project life cycle development. It describes the
activities and results that have to be produced during
product development. The left side of the VEE represents
the decomposition of requirements, and creation of system
specifications. The right side of the V represents
integration of parts and their verification
A concept of operations that describes user needs and the
operating environment, thorough and testable system
requirements, detailed design, implementation, rigorous
acceptance testing of the implemented system to ensure it
meets the stated requirements (system verification),
measuring its effectiveness in addressing goals (system
validation), on-going operation and maintenance, system
upgrades over time, and eventual retirement
Is This Answer Correct ? | 3 Yes | 2 No |
2. The prime benefit of testing is that it results in improved defects a. True b. False
Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?
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.
When do you feel that testing should start now while developing an application.
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
can u give me the sample bug report
If project wants to release in 3months what type of risk analysis you do in test plan?
You are the test manager starting on system testing. The development team says that due to a change in the requirements, they will be able to deliver the system for SQA 5 days past the deadline. You cannot change the resources (work hours, days, or test tools). What steps will you take to be able to finish the testing in time?
What is the difference between defect tracking tool and QC?
Hi What are the toold used for Manual testing? what are the tools used for defects/bug trackeing in Manual testing? I would appreciate if you can give some examples. Thankyou Sunitha.
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
what is mean by end to end testing?