Should I write test case for sorting items?
[If there are 1000 items & I have to sort them by name,
code etc..]
Answers were Sorted based on User's Feedback
Answer / glamorous
how many items are there is not a matter to write the test
case here we mention th field:
Test case objective: check for sorting
description:check for sorting of the "field name"
Expected result:items should be sorted as "by name"
this much description is enough we need to mention based on
which field did it be sorted ok
| Is This Answer Correct ? | 7 Yes | 1 No |
yes we can write.
1. By name
step1:enter the name(whose we sort)
step2:click the sort or submit button.
or press the enter button.
step3:sort name is shown(when the name is available in the
list)
2.By code
step1:enter the code(ie dept code,emp code etc)
step2:click the sort or submit button.
or press the enter button.
step3:details are shown(when the code is valid)
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / rkcr
Negative test cases should also be covered while authoring
test cases
for eg What happens if sorting of the items are not done
properly....
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between bug,defect, error, failulre, fault & mistake?
what is scalability testing
why feature not to be tested in test plan
Want to learn Manual Testing in just two days? Students around Thanjavur, Trichy, Mayavaram and Kumbakonam Mail to manualtestingtraning@gmail.com. Entire Manual Testing Concept. Any doubt regarding IT Job please mail above ID
Is testing just sampling???
Explain Operational Acceptance Testing with example ?
Please give me example of - 1. High Severity and High priority Bug ? 2. High Severity and low priority Bug ? 3. High priority and low severity Bug ? 4. Low Severity and low priority Bug ? Thanks
Want to learn Manual Testing- mail to manualtestingtraning@gmail.com
what exactly done parallely in v-model with verification.
What are the tools of performance testing?
how many test cases are posible to write on textbox. but it is allows the 0-10 digits numaric
Hi Friends Can Any one give test cases on Credit card system