What is the basic stuff you require to begin creating test
cases?
Answers were Sorted based on User's Feedback
Answer / shailaja
For preparing the testcases we require:
1.Software requirements speification
2.Approved test senarios
3.Testcase template
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / ganesh
Test cases are developed once tester understands the
Requirment specifications and the functional
specifications. Hence these two files are important in
writing the test cases.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nareshbabu
For preparing Test Cases we must have the Functional
Requirement Specifications,BRS,Use Cases,expected results &
a Test Case Template.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sathya kumar
To create Test Cases the basic need is the tester must
understand the SRS,Functional requirements.
1.Understanding Skill
2.Creative Skill
3.Innovative Skill
Are most Improtant Basic stuffs To create the test cases
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / raman
A test cast should contain particular test case identifier,
test case name, and objective rest conditions, set up, in
put data required, steps and expected results.
| Is This Answer Correct ? | 2 Yes | 6 No |
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
why we need a test plan
Which of the following defines the expected results of a test? Test case specification or test design specification.
what are the testcases for square
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
i got Question from iflex-just client gave just functional spec but they didnt provide any detaill, supporting document.but they want with in ten days testplan and test cases.excuse ans like prototype method. Question is how will u start writing testcases?
Do you write test plan and test case?
write the testcases for a triangle ABC. given length of 3 sides of a possible triangle, check whether 3 sides do indeed form a triangle or not if they do then state whether the triangle is scalene, isoceles or equilateral. Note that the sum of any two sides of a triangle should be greater than third side. A+B>C B+C>A A+C>B. need urgently. thank u... by priya
6 Answers Barclays, Stag Computers,
Write test cases for 8+4?
What is ramp testing?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
can one defect be mapped to more than one test script in manual testing