Answer Posted / deepak
The most important criteria to be checked is:
>equilateral if all three sides are of equal length,
>isosceles if any two sides are of equal length,
>scalene if no two sides are the same length.
Based on these we can derive the test cases
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the smoke testing?
Explain the component testing?
What are all the companies are doing manual testing till now ?
Explain the unit testing?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Explain the concept of semi-random test cases?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Scenarios to test wireless Speaker via bluetooth
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
test cases for friend finder system using gps?
Explain the format of a requirement traceability
What is test cases for mobile phone ?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
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 on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?