HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Answer / Archishman
Answer: To write test cases for a Megha Menu Drop Down Box, you would typically perform the following steps: 1. Identify the elements (ID, Name, CSS Selector, etc.) associated with the Drop Down Box and its options. 2. Verify that the Drop Down Box is displayed as expected when the page loads. 3. Verify that each option in the Drop Down Box can be selected. 4. Validate that the selected option persists upon selection. 5. Check for any error messages or unexpected behavior when interacting with the Drop Down Box.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data
How to write test case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact
anybody can send cross site scripting test cases pls...
Explain the ad hoc testing?
Suppose an Application has been maintain from 4 years, we have written 5000 test cases for that. Now the functional flow has been changed for a Page. If I want to write test cases for that newly built page. How can I find what was there in that page 4 years back? How can we traced out? What is the best way to find test cases other than tracability?
What is a test case?
int a, int b, int c= (a+b); Write the test cases for c.
write the test cases for pen
13 Answers GE, NEDA,
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
hi can anybody can write the test cases for sticky note
In a log in page what will be test procedure, test scenario, test description & test steps?
can someone tell me the test cases for following scenario of password: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consists of 1 uppercase letter. 3. Password should consists of 1 numeric. 4. Password should consists of 1 special character.