Answer Posted / chitra
1.Test case is an input applied during execution of a
software.
2.It is a step wise description followed for testing the
software.
3.It is a document which contains all inputs which are used
to apply during the time of execution of a program
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
what is the test plan for ms-word
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
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
write a test cases for WLAN
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Explain the integration testing?
Why does the boundary value analysis provide good test cases?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
write test cases on file open dialog box in notepad
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Explain the soak testing?
write the test cases for facility module
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
Explain the dynamic testing?
can one defect be mapped to more than one test script in manual testing