GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 83 of 413    Print  
What is difference between Waterfall model and V model?
I need 4 differences pls.........

  
Total Answers and Comments: 2 Last Update: April 16, 2007     Asked by: upendra 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Rekha
 
1.In Waterfall Model the tester role will take place only in the test phase but in V-Model role will take place in the requirement phase itself2.Waterfall madel is a fixed process u can't make any changes in the requirement or in any phase.but in V-Model u can make any changes in the requirements3.V-model is the simultaneous process but it is not in case of water fall model4.waterfall model used only the requirements are fixed but V-model can be used for the any type of requirement(Uncertain requirement)

Above answer was rated as good by the following members:
prasamsa
April 12, 2006 07:31:41   #1  
Rekha        

RE: What is difference between Waterfall model and V m...
1.In Waterfall Model the tester role will take place only in the test phase but in V-Model role will take place in the requirement phase itself2.Waterfall madel is a fixed process u can't make any changes in the requirement or in any phase.but in V-Model u can make any changes in the requirements3.V-model is the simultaneous process but it is not in case of water fall model4.waterfall model used only the requirements are fixed but V-model can be used for the any type of requirement(Uncertain requirement)
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
April 16, 2007 09:24:09   #2  
praveen reddy        

RE: What is difference between Waterfall model and V m...
.In Waterfall Model the tester role will take place only in the test phase but in V-Model role will take place in the requirement phase itself2.Waterfall Madel is a fixed process u can't make any changes in the requirement or in any phase.but in V-Model u can make any changes in the requirements3.V-model is the simultaneous process but it is not in case of water fall model4.waterfall model used only the requirements are fixed but V-model can be used for the any type of requirement(Uncertain requirement)

any changes are asked by client it will start from the beginning but in v model it will changed system testing

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

Latest Answer : A use case is the functionality defined in a system, and a test case is a sequence of test inputs and expected outputs for the functionality. ...
Read Answers (25) | Asked by : Varun

Latest Answer : Test Matrix: Test Matrix is simillar to the Test Traceability Matrix. Which maps the Test Cases with Requirement. to check all the functional flows are exactly covered with the  Requirment.Test Metrics: Test Metrics is used as a basis for estimating ...
Read Answers (4) | Asked by : omkarqa

Latest Answer : ad-hoc testing doesn't follow any metodologies whereas exploratory will follow and get the information from previous and past experiences of the projects. ...
Read Answers (10) | Asked by : sateesh

Latest Answer : GUI testing is the part of web testing as well as desktop testingIn GUI testing we check the graphical user interface that is Font size, font colour, links, labels etc.Webtesting means it is an 3 tier architecture,here we check the performance of the ...
Read Answers (4) | Asked by : chaitanya

Latest Answer : Gui map configuration : captures the specifications (height, width, class etc) of the objects, the objects may be the windows, buttons so on...The Gui map configuration is an intermediate application between the Software application and the automation ...
Read Answers (5) | Asked by : Linga

Latest Answer : Adhoc Testing - Done manually by anyone who is either a fresher to the tool/ project to gain the first level of understanding. Also done at times by team when there is specifically no task is assigned.Monkey Testing - When the adhoc testing is done through ...
Read Answers (12) | Asked by : ashok Reddy

Latest Answer : I apologise to differ with you on the above made statements. WaterFall Model is referred to as Linear Sequential Model. As in the case of developing a project, the requirements may change at any phase according to the customer/client. This process will ...

Latest Answer : V model is a process model that helps in improving the quality of the software product by combining SDLC & STLC. In this model both SDLC & STLC works parallel. The left hand side of the V model contains SDLC in down-hill direction & the right hand side ...
Read Answers (13) | Asked by : paresh

How many folders and files are created,when we create a test script in winrunner?what are the draw backs of data-driven test?what are the advantages and disadvantages of compiled module?what are the differences between printf and sprintf?
Read Answers (1) | Asked by : Kavitha pendkar

Latest Answer : Printf is used 2 send the O/P 2 WinRunner Print Log Window..Sprintf is used 2 send the  Formatted O/P 2 particular Variable.. ...


 Sponsored Links

 
Related Articles

NLP Well Formed Outcome Model

NLP Well Formed Outcome Model Introduction In modern days goal setting has become important for achieving success The concept of SMART goals is developed where SMART stands for specific measurable attainable and assignable realistic and rewarding time able and tangible In spite of the importance giv
 

SCOR Model Process

SCOR Model Process The Supply Chain Operations Reference Model commonly known as SCOR is a diagnostic tool for the Supply Chain Management It lets the users know the various processes involved in a business and the important things that lead to customer satisfaction The Supply Chain Operations refer
 

SCOR Model

SCOR Model The SCOR Model also referred to as the Supply Chain Operations Reference model is a type of tutorial used to improvise your knowledge and usage of the Supply Chain Management system It is more of a management tool The Supply Chain Management Council has designed the SCOR Model in collabor
 

What is OSI Model

The OSI model, which is shorthand for Open Systems Interconnection Basic Reference Model, is an abstract computer network protocol design divided into seven layers, developed in 1977 by the American National Standards Institute (ANSI) working group on Distributed Systems (DISY) as part of the OSI in
 

What is Common Data Model

This data model represents events, entities and objects in the real world that are of interest to the company. It is subject oriented and includes all aspects of the real world, primarily activities pertaining to the business. To use lay terms, a data model can be considered a road map to get one em
 

What is Data Model

Data Model is a logical map that represents the inherent properties of the data independent of software, hardware, or machine performance considerations. The model shows data elements grouped into records, as well as the association around those records. Since the data model is the basis for data
 

What are the differences between stored procedures and triggers?

Stored procedures are compiled collection of programs or SQL statements that live in the database. A stored procedure can access and modify data present in many tables. Also a stored procedure is not associated with any particular database object. But triggers are event-driven special procedures whi
 

Physical and Logical Data Model

The main important aspect is physical data model is created after logical data model. For designing a logical data model one need not have through knowledge in any specific RDBMS like oracle, Informix and so on. This is because logical data model is created after having through study of the business
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape