What is the smallest number of test cases required to Provide 100% branch coverage?
If(x>y) x=x+1;
else y=y+1;
while(x>y)
{
y=x*y; x=x+1;
}
A. 1
B. 2
C. 3
D. 4
plz explain vss?
If there are 10 steps for a test case. and for this test case there are 6 expected results. should I write 6 exp. results in the Expected Result column for a single tes case
how to search a Unix file system in Google search engine??? write the test cases foe that one???what will be the step
write test cases for test cases...?
Write the Load test cases on a water bottle.
5 Answers Cognizant, IBM, Logic, Microsoft, NIC,
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
who will prepare enhacement report?mail me at gavaskarreddy149@gmail.com
what are the possible test cases for sending an sms from mobile
Pls tell me test cases for pepper grinder
test cases for friend finder system using gps?
Who will take care of test plan and test case?