There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions
2 13474What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
4 11972Roads 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
Post New Infosys Test Cases Interview Questions
How could the web element attributes be inspected in order to use them in different locators?
How pointers are declared?
What is data types in c#?
What is a verbatim string literal and why do we use it?
What is the Intermittent crashing of application in production?
If created one virtual object? Next time I changed the window position will it work?
Do you have reference list?
What are the types of dependency injection?
How a request is process in Django ?
What is the use of @autowired annotation?
Write a program to swap two numbers without using the third variable?
IS ACCOUNTING MBA AND FINANCE MBA SAME OR DIFRENT
What is mappedby in hibernate?
How to use arguments in a script?
Do I need to uninstall flex 3 beta 2 before installing beta 3?