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



Should I write test case for sorting items? [If there are 1000 items & I have to sort them by n..

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

Should I write test case for sorting items? [If there are 1000 items & I have to sort them by n..

Answer / prashant

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

Should I write test case for sorting items? [If there are 1000 items & I have to sort them by n..

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

Post New Answer

More Manual Testing Interview Questions

what is regression testing?

11 Answers   IBM, TCS,


Who executes the UAT testcases

5 Answers  


why u chose testing as ur career?

3 Answers  


When do u stop testing?

5 Answers  


Types of Acceptance testing?

1 Answers  


Can anyone please tell in detail about the Rally tool and how a tester is going to use it.

0 Answers  


What is the role of documentation in QA?

1 Answers   IBM,


What is the difference between Retesting and Data Driven Testing?

8 Answers   CTS,


Do u writing a separate testcase for Regression Testing? If it is Yes, Explain How to write the Testcase?

4 Answers  


What are the interview question on insurance domain in manual testing

0 Answers   CSC,


what is uml

5 Answers  


what is srs based review, brs based review and trm based review

1 Answers  


Categories