what is vmodel?advantages and disadvantages of vmodel?

Answer Posted / narendra

The V-model is a sequential path of execution of processes.
Each phase must be completed before the next phase begins.
Testing is emphasized in this model more so than the
waterfall model though. The testing procedures are
developed early in the life cycle before any coding is done,
during each of the phases preceding implementation.

ADVANTAGES
Simple and easy to use.
Each phase has specific deliverables.
Higher chance of success over the waterfall model due to the
development of test plans early on during the life cycle.
Works well for small projects where requirements are easily
understood.

DISADVANTAGES
Very rigid, like the waterfall model.
Little flexibility and adjusting scope is difficult and
expensive.
Software is developed during the implementation phase, so no
early prototypes of the software are produced.
• Model doesn’t provide a clear path for problems found
during testing phases

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the exception handling can be done using quicktest professional (qtp)?

569


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1324


what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?

1449


which type of testing process are you following in ur company? how to recognize a qtp page?

1403


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2573






How many types of recording facility are available in quicktest professional?

564


what kind of frame work you used in your last project?

1818


what are the challenges you have faced while testing web based application using the automation tools ?

598


If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP

1301


I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error

2350


What is the difference between local and shared object repository in qtp?

564


I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.

3570


How we can import data from database?

644


How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

566


How to start recording using quicktest professional (qtp)?

597