Answer Posted / bond
Test case is a documentation that describes an input action
or events and the expected results.
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
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?
What is the logic testing?
Explain the scalability testing?
How to write test cases for lift?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
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
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
What is the domain testing?
Explain the concept of semi-random test cases?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Which of the following defines the expected results of a test? Test case specification or test design specification.
Explain the glass box testing?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Explain the domain testing?