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
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
Write the test case for a login page?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
Pls tell me test cases for pepper grinder
what is the technology used in financial applications?
I want 100 test scenario for gmail
Explain the static testing?
Write a test case for computer keyboard?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Explain the scalability testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.