If there are two document files, from one doc. file we want some text copy & peste into next doc. file. So which are the negative test cases for such scinario.
ABC,
1 5113How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
3044In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
2217how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
2620Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?
ABC,
2 5735
how to write test cases for smart meter for gas and electricty
How to write test cases on laptop???
How to test a stored procedure?
can any body help me with providing a a case for usability testing...
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
Write the test case for a login page?
Explain the sanity testing?
Pls tell me test cases for pepper grinder
What is use case testing?
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
Explain the scalability testing?
Why does the boundary value analysis provide good test cases?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Explain the monkey testing?