How will you get the Data requirement for your testing?
Answers were Sorted based on User's Feedback
Any testing that you perform should have requirements. If
someone asked you to test functionality on a system, they
or the user need to tell you what they expect and what the
outcome should be. If there isn't a formal system
requirement, then from the information you gather, you
write the requirement for the testing you are asked to
perform.
If you are asking about DATA, be it numeric or such as
name, address, city, state, zip code data requirements.
This information also comes from the person requesting the
testing.
NOTE:
If you don't know what to do, you can't know how to do it.
In other words, how can you test something that you don't
have the correct information. How will you know if the test
case passed or failed, or if your test case is even valid?
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / adithya
Data requirement is the first prerequisite of Entry
criteria...and it should be given by the client or from the
Dev BA...
| Is This Answer Correct ? | 0 Yes | 0 No |
What is test incident report?
How will you get the Data requirement for your testing?
Which types are testing are important for web testing?
At what phase tester role starts?
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 qualification testing?
What is JBOD?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
Explain traceability matrix?
Best institute for protocol testing in Hyderabad ? How will be the market for protocol testing ?
If 2x-y=4 then 6x-3y=?
What is quality policy?