how to write test case for triangle and sqaure?
Answer Posted / lakshmi
For Triangle:
1. Check if there are 3 sides
2. Check for the angles and their sum [should be
180 degrees]
3. Check if the triangle is equilateral or
isosceles or
Scalene
4. Check if the sides are coinciding or not
5. Check if the axioms SAS, SSS are followed.
6. Check if the user is able to draw the 3 circles
[Interior, exterior, circumcirlce]
For Square:
1. Check if there are 4 sides
2. Check if the four angles should be in 90 degrees.
3. Check if the four sides are in equal length or not.
4. Check if the sides are coinciding or not.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
how to write defects in excel sheets when defects occured
What is software review?
how to test ecg machine?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
What is Dynamic Binding and Dynamic Loss?
Write the test cases for godaddy home page
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
What does 100% statement coverage mean?
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
Describe a past experience with implementing a test harness in the development of software.
could anyone explain application testing in sequence order i don't have any experience in that
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Tell me agile process in your company