what is vmodel?advantages and disadvantages of vmodel?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chandra
v model is nothing but a erification and validation.
whenever the requriments is ready at the same time the
validation is also going. cheking paralell to customer
reqriments
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / rajarathnam
The answer told by chandra is wrong. the question was asked
for SDLC model, the V model is one of the type of SDLC.
The answer posted by chandra is for the Question V&V
| Is This Answer Correct ? | 3 Yes | 0 No |
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
What is keyword view and Expert view in QTP?
I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?
How can we redirect QTP results in to a excel sheet after the execution
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Write a script to delete a specific row in a webtable.
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?