what is not present in the test case?
1>requirment ID
2>test case ID
3>bug ID
4>objective
Answers were Sorted based on User's Feedback
Answer / khushbu nemade
test cases are generated to discover the functional parts of
ant application or say software .firstly see what should be
present in test cases
pre-condition;
test case id
test steps
expected results
actual results
bug id should not be present
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / sandeep15october
bug id is not present in the test cases beacuse bug comes
afetr testing:)
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / santosh pampatwar
Bug ID will not be present in the test case as bug will be
detected after the execution of test case.
Santosh Pampatwar
Quality Engineer
Satyam Computers
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / vikram g
Test case format(IEEE829 Format):
Test Case ID:
Test Case Name:
Test Suite ID:
Priority:
Test Setup:
Test procedure/Data Matrix:
It is Test case format,so Bug ID not comes in testcase
template
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / guest
BUG ID is not present in test case obviously becoz that is
for what u write test cases for....
secondly, how can u assume there is going to b a bug...
;-)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ashish mahabaleshwarkar
Bug ID is not presnt in the Test Case.
| Is This Answer Correct ? | 6 Yes | 1 No |
what are the possible test cases of an VOIP phone
Why does the boundary value analysis provide good test cases?
How to write load test case for pen?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
Write a test case for a chair to check whether it will last for next 10 years and check the quality of the chair and it’s durability.
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
why do we need test cases?
Could you pls give me sites where i can test card? mail me to
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
This was asked to me recently in Microsoft interview How would you do DOS copy command testing