Write test case for a search engine?
Answer Posted / hanson joseph
Mainly test cases are mapping with the SRS
if there is nothing specified about its functionality we can
go through these sections
1. Search Box should allow user to enter some key
words and should display full letter properly
2. check the field size of the search field ( max and min)
3. create non logic search key words like special
characters, decimal points, and blank space.
4. Search with out entering any keywords.
5. is there is any order of displaying the search results (
like recently posted should come first) depends on SRS
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
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.
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write the test cases for STP
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
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?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
How to write test cases or test scripts for UAT testing which is done manually
Explain the branch coverage testing?
In a log in page what will be test procedure, test scenario, test description & test steps?
What are basic types of test cases?
Explain the exactly meaning of test case?
# 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 is transaction testing?
Explain the syntax testing?
Explain the domain testing?