Plese tell me What is V model how do u prepair documnet
using V model ?
Answer Posted / krishna
V Model stands for Verification and Validation.
The V Model is a more interactive model which requires the
testing team to involve after the FRS is prepared. There is
much scope for adding the new features into the application
at any stage of the application. The testing phases are in
congruence with the development phases, for ex. while the
Coding happens, simultaneously the WBT also happens.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the negative testing and example
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
How is ‘build’ different from ‘release’?
why QA team is necessary for an organization?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Can anyone list out major scenarios for an application managing drug composition?
What is remedy testing,expalim that and how can use that
How to do integration testing on duster......
What is Catapult Testing in E-Learning Domain?
send the senario template
how will the test plan is pepared in ur organisation>?
Can automation testing replace manual testing?
When will the testing starts?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.