i was asked to generate test data for a equlateral
triangle,please any one explain how to do & what are the
process.
Answer Posted / aniruddha
posibilities are
1-all side of triangle should be equal(1 UNIT to infinity
UNIT)
2-all internal angle of the triangle should be 60 + 60 +
60=180
3-It should have three edges...
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
In a log in page what will be test procedure, test scenario, test description & test steps?
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 cases for "hotel reservatrion" for ms word? Thanks a lot!
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
what is the test plan for ms-word
What is the syntax testing?
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Do you know mutation testing?
Suppose a job should be executed for every two hours? Write test case for this?
Explain the syntax testing?
write a test case for yahoo compose page?
Sample test cases for data conversion(Utility billing system)
how to make test case for anolog voice logger?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
how to write a test procedure & test log for login system