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 13362What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
4 11792Roads 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 colour lookup table?
How does Quantum AI aid in optimization problems for improved efficiency?
How a .net web service is consumed?
Explain gaussian blur in adobe photoshop?
What is list comprehension and dictionary comprehension and why we use it?
Explain the factors that influence group effectiveness.
What does odbc do in context with php?
Tell me about complete manual Payment in sap fi/co ? Business things ?
What are active directory sites in windows server 2008?
In a gas over oil actuator, after the opening/closing of valve, how the gas is vented out? How does the hydraulic/gas circuit function?
What combiners are and when you should utilize a combiner in a map reduce job?
You’ve just accepted a new project management assignment. The project is for a customer in a foreign country. You've requested a business analyst and two other project team members from the country the customer resides in to participate on your team. The remaining team members are from your country. You know that the best way to ensure the project team doesn’t get bogged down in cultural differences and hold up project progress is to: A. Perform team-building exercises using videoconferencing to allow team members to get to know each other and get to the performing stage of team development as soon as possible. B. Provide diversity training for all the team members to make them aware of cultural differences and teach them to function effectively as a team despite these differences. C. Establish your role as project manager as the first order of business and require compliance to company policies. D. Require project team members to read and sign the organization’s diversity policy.
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
How to obtain information about shared memory?
Why is linux safer than windows?