how to write test cases for sort drop down box containning
6 options in the drop down list.
Answers were Sorted based on User's Feedback
Answer / mudaseer
select one option one by one and it should appear
in the drop down list
check whether the spelling is correct or not in the drop down
list
the size of the drop down box should be correct (standard size )
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / venu
Few more
Verify the default value of dropdown it should set a default value (or) select
verify the order in which the drop down is displaying
verify whether the selected values are highlighting or not
Verify whether the user is able to select more than two values at a time
verify whether the system throws error when no value is selected in drop down
verfiy the spelling issues
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / aadit
the menu should drop down to show on clicking its main menu
the menu should close if opened on clicking its main menu
the sub-menu should show its available sub menu on selecting
the sub-menu should perform it corresponding functionality
(prompts new window, box, etc) on selecting
the sub-menus should move up/down on drag and move
| Is This Answer Correct ? | 4 Yes | 1 No |
write a test case for student admission form
Explain how to develop a test plan and a test case.
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
What all comes under test case review?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
Write a test case for telephone?
How does one write Test Cases?
write a test cases for table,pen,electric bulb?
What is STATEMENT COVERAGE testing
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?