diff between v model and waterfall model
Answers were Sorted based on User's Feedback
As most of you have said, In the waterfall model each sterp
is frozen before the next step. that is the requirements
are frozen before the design starts, and once the design is
frozen the coding starts etc. But what will the testing
team do till then?????
In V model, based on the requirements the System test
cases are prepared, and based on the HLD (High level
document)the Integration Test cases are prepared, and based
on the LLD(Lowlevel document)the Integration Test cases are
prepared. and then the coding is done. once coding is
completed, unit, integration and system testing happens in
the sequence.
for further information:
http://s-qa.blogspot.com
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better? how would u do performance Testing manually for web site.
What is flowchart?
What does a typical test report contain? What are the benefits of test reports?
what is diffrence between the system test and acceptence test
What does the mclabe cyclomatic complexity of a program determine?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
1.WHY DO YOU GO FOR WHITE BOX TESTING,WHEN BLOCK BOX TESTING AVALIABLE? 2.WHY DO YOU MAINTAIN REPOSITERIES AND WHAT IS REPOSITORY?
in automation how can we post a bug?
What is test development?
What are the main key components in Web applications and client and Server applications? (differences)
What all can be included in white box testing?
What is dynamic testing?