Will you write a test plan in all phases?
Answer Posted / santhosh
we can write a test plan for various types
of testing like Unit test plan ,Integration test plan ,Acceptance Test Plan,Load Test plan.....
But while testing in different release for build we will update the existing test plan with relesee no Project Name 1.x.x and get sign of from PM ,QA and stake holders for every release in prod.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the testing process you follow in your organization?
Which is not a tool of static code analysis? a.)Ada b.)Borland-delphi c.)Fortan d.)None
What is big-bang strategy?
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 typically the most important reason to use risk to drive testing efforts?
What is technical review?
repeated testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:
What are the ways of functional testing? Can you give me an example of how to perform Functional testing on a Login Page for example.
Hi, I am writing ISTQB foudation exam on 9 June 2010. Anyone please send me pdf of the book "Sample Exam Questions: ISTQB Certified Tester Foundation Level (Paperback)by John A. Estrella " to hsdantot@yahoo.com Thanks Sree
Explain a variable?
Explain how does a test coverage tool work?
What is criticality?
What version of the oracle are you familiar with?
Explain test procedure?
Draw the Framework Architecture of Selenium RC with combination of Selenium webdriver?