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
Explain the glass box testing?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Can you list down a few characteristics of a test case?
What is the domain testing?
Explain transaction testing?
Can some body help to write possible test cases for a credit card at POS (point of sale)
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
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 manual testing? What are the main syntex for writing test cases for Junit?
Explain the soak testing?
What is the state testing?
Explain the format of a requirement traceability
pls i want test cases for oss? whts the process of oss testing
Please guide me for Add new user test cases