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 13520What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
4 12031Roads 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 is difference between dictionary and hashtable in c#?
Explain 3 basic parts of a trigger.
How do I compare two columns in excel for differences?
Where do I save css files?
Define a way to add hibernate mapping file in hibernate configuration file?
How do I learn what codesets are available in oracle? : BEA Weblogic
What have you liked or what has surprised you about the technology?
How will you define the term management?
How do I go to root?
Which dialog box can you use in you android application?
Does sap vora work with relational data-bases other than sap hana? : hana vora
What is COM Interoperability?
Distinguish between array and arraylist in c#?
What is online agreement?
What are Grunt and Gulp?