Answer Posted / radhika
We can write Test cases before designing phase.but its not
mandatory.
some time we write test cases before designing phase and
some times
we prepare test cases after designing phase.
we know SDLC levels
1)requirements gathering(BRS)
2)Analysis(SRS)
3)Designing phase (HLD AND LLD)
4)Coding(unit,INTEGTATION TESTING(STUB,DRIVER))
5)Testing
6)Relese and maintanance.
We can prepare test cases before designing phase.
but execution starts from after designing.that means,
after coding.
in coding developers conducts integration testing.on that
I.T deve.release s/w build to testing team.
After receives build from developers then only we go for
test execution side
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....
Explain validation?
What is test case generator?
why we split testing into distinct stages?
Explain stress testing?
How many test cases will be there for testing the numbers of range -10.0 to 10.0? How it is classifying?
What is quality matrix in software testing?
Explain what the meaning of code walk through is?
what are the daily activities of a software tester ie the activities carried out by the tester from the time he/she enters the office till the time he/she leaves the office
hello frnz when we r testing cookies for security testing in that we have to check for deleting cookies my ques is do we have to delete from browser(google chrome m using) or from hard drive? reply soon thanx
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
What is dependency testing?
What is an equivalence partition (also known as an equivalence class)?
What is outputs?
Explain test driver?