How to explian the V model. Diagram not required but iwant the
answer gnerally
No Diagram explanation plzzzzzzzzzz..
Answer Posted / himanshu patel
It is basically divided into two parts... Verification and
Validation
This model is important in Testing because it has seperate
testing part for each and every phase.
V Model is having following stages:
>> Requirements Analysis
In this phase, we get the requirements from client, analyze
them and freeze the feasible requirements.
>> System Design
In this phase, we design the entire system means DB Design,
Data Dictionaries, Forms, screens etc.
>> Architecture Design
In this phase, the architecture of the system is done. the
architecture means weather its a web based application,
Desktop Application, Client Server Architecture etc. It is
also known as High Level Design.
>> Module Design
Here, individual modules are designed. It is also called
Low Level Designing.
>> Coding
In this phase, actual coding will take place. Programmers
will do the actual programming of the application.
>> Module Testing
In this Phase, programmers will test the module which they
have developed by their self. Here, no QA/QC are involved.
>> Integration Testing
Here, the integration testing is done to make sure that
after integrating various modules of the system the system
as a whole is working fine and the referential integrity is
maintained or not.
>> System Testing
Here entire system is tested by different types like
performance, stress, usability, installation/uninstallation,
backup/recovery etc,.
>> User Acceptance Testing
This is generally done by users of the system. They verify
weather their requirements are met by the system or not.
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
Can you explain calibration?
1)can u tell me, what is the roles and responsibles for database tester in DB testing from requirement stage to UAT stage....2) what are the i/p documents he wants and who wil give the i/p docs. to DB tester.and tell me what exactly db test case means what?
How do you get programmers to build testability support into their code?
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
is it possible web application make it as executable file
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
What is software review?
What is defect cascading in software testing?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
what are your thoughts on SPRINT duration
What is a maturity level?
Have u ever done testing related to a database,give examples to support u r answer.
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
Actually by using severity you should know which one you need to solve so what is the need of priority?
what are the prerequisite conditins to test clientserver and web applications