Write test case for a search engine?
Answer Posted / umesh7a
1. select the option in wich you want to see your search
result. like Web, Images etc.
2.Type the desired keyword in the search window.
3.and press the search button.
4.all the search results displayed on the window.
| Is This Answer Correct ? | 29 Yes | 27 No |
Post New Answer View All Answers
Explain the format of a requirement traceability
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
explain end to end scenario's for online Money transfer in Banking Domain?
how to test stand alone programs?
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
How to write email id in world wide web
Explain the component testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
# 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?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Write test cases to test a browser app
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
What is the state testing?
Explain the ramp testing?
What is Initial Configuration?