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 13620What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
4 12194Roads 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
What are the mathematical functions supported by sql server 2005?
What is rss feed outlook?
What are different components of typescript?
How can we maximize browser window in selenium?
Explain the difference between globalization and localization techniques
how many values can the set function of mysql take? : Sql dba
how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
Explain the entire process of invoice verification from gr to invoice verification in sap with accounting entries?
Explain throw keyword in java?
whate is the difference b/w aflatoxions&ocharatoxions
What are dynamic actions and how to configure it?
Explain the difference between private, public, package and protected in java?
What is a fragment?
which method used to move a recordset pointer in nth position in DAG?
use of split range ? where it is used ? in which control loop it is used ?