1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
GE,
1 5822Write test caes on 1.excel sheet 2. gmail attachments 3.raiway ticketing 4.negative test cases on net banking
5 29950how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
5662They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
1992i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
1 13340
Explain the scalability testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Do you know mutation testing?
Test Case for Text Editor!
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
How to write test cases or test scripts for UAT testing which is done manually
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
What is the domain testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Do you know explain security testing?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
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 technology used in financial applications?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.