|
Suppose your program accepts
input as three sides of a
triangle and gives output on
what type of triangle is
this i.e. Scalene (no sides
are same), Isosceles (any
two sides are same) or
Equilateral (All the three
sides are same). You have to
come up with different test
cases to test this program.
You can write your test
cases here, by giving side
of the triangles and evaluate your
test data. Once you are done
with all the test cases you
can think of, check your
performance. If you want to
restart your test anytime,
just click on the restart test button. I have not
covered all the possible
test cases here as idea is
to give you sufficient
information to get started.
Let me know if you like this
approach by giving your
feedback.
You can also suggest more
problems like this.
If you have finished this
test, you might want to try
Sine Wave Test.
|