Write test case for a search engine?
Answer Posted / test_king
Test1: Search functionality should not work when no keyword
is entered and prompt to enter
Test2: List of links/paths should display matching at least
one of the keyword
Test3: Most suitable matches should display at the top of
the list
Test4: Link should open in the same window.
Test5:Allow user to return to the search again by resetting
or fresh
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
What is the difference between test scenarios, test cases, and test script?
In a log in page what will be test procedure, test scenario, test description & test steps?
What is the domain testing?
Write a test case for telephone?
Explain the logic testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
write a test case flipkart login page
What is ramp testing?
Define some of the attributes of a test case?
explain end to end scenario's for online Money transfer in Banking Domain?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
What are the test cases for mouse?
write a test case for telephone billing ?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.