what the document used is in a V-model in each phase?
Answer Posted / sunithayagnamurthy
their r seven types is their.
1.Analysis phase review
2.Design phase review
3.Unit testing
4.Integration testing
5.System testing
6.User acceptance testing
7.Maintaince phase testing
Analysis phase review:
During this test reviews r conducted on
the design documents BRS,FRS,Project plan, etc
Design phase review:
The reviews r conducted on the design
document to design the document as per the customer
requirement the logic,the design is understandable,the
design is good, coding also reviewed.
Unit testing:This test is conducted by the developer or
white box test engineer.
it test single peace of code or component .this
test is conducted based on the code written by the developer.
their four steps in Unit testing
1.Statement coverage
2.Loop Coverage
3.Branch coverage
4.Functional Coverage
Statement Coverage:
It is to be ensured each statement is executed
minimum one time.to validate the correctness
Loop Coverage:verify the loop statement like
while,for.....and other statements r working correctly r
no.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What r the sequences that leads to automation?
can we do database testing in manual testing? then how we write the test case?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
Unit Testing can be done by using Nunit?
What is a maturity level?
What are the qualities needed by a software tester?
Write a Test scenario for Outlook Search functionality.
how recovery manager works in winrunner
Why did you choose the Software Testing Field?
Can you explain the workbench concept?
How do test documents in a project span across the software development lifecycle?
What are the main key components in web applications and client and server applications? And explain the differences between them?
What is performance tuning? What are tools of performance testing?
What is data matrix? What is the use of it?