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 |
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?
is test case required to be baselined?
How to write load test case for pen?
please test case for calculator
write a test cases for 2- way swtich?
Who will decide what the test cases you have written are correct?
4 Answers Mind Q Systems, Satyam,
test cases for calculator ,this should accept integer form +99 to -99(perform addition operator).need to raise defects
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
What is the toughest moment you faced in your testing carrier in which everyone praised you?
How to write test data for login module?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.