how many functional testcases u can write for triangle
Answers were Sorted based on User's Feedback
Answer / chitra
1.Select a diagram.
2.Check for the shape of the diagram.
3.Check whether it is circle or other than that.
4.Check the figure for 3 straight lines.
5.Check whether it has 3 sides with equal or unequal length.
6.Check for length of the sides of the figure.
7.Check for angles between the sides.
8.Check that the sum of angles is equal to 180 degrees.
9.Check for 3 corners,where 2 sides join for intersection
for each corner.
10.Check for 3 vertices for the figure.
11.Check the length of the side and confirm whether it is
equilateral,isoceless,scalene traingle.
12.check for the angles whether they are equal or different.
Is This Answer Correct ? | 35 Yes | 0 No |
Answer / amit
Well I am not sure with above answers.
Question says-
Functional requirements.
But What we are checking is the appearance and UI of it.
What is function is considered here ... ?
Please correct if I am wrong .....!!!
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aashi
1.check for edges.
2.check for vetices.
3.check for 3 straight line.
4.check for equal lenght.
5.check for equal angle.
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / jyothsna
5 test cases
1.select a diagram
2.observe weather its circle or not
3.observe the fig type.
4.if its contain 3 sides fig
5.confirm the fig is Triangle
Is This Answer Correct ? | 3 Yes | 5 No |
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
What is defect cascading in software testing?
What is a defect?
Difference between Agile process and V Model
You are given two scenarios to test. Scenario 1 has only one terminal for entry and processing whereas scenario 2 has several terminals where the data input can be made. Assuming that the processing work is the same, what would be the specific tests that you would perform in Scenario 2, which you would not carry on Scenario 1?
differnce between testing life cycle and bug life cycle?
A Succesful testcase Means..?
what is meant by Priority nad severity?
11 Answers HCL, Infosys, Verizon,
If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
How is the communication with the developers for the Unit Testing?
How do you test if you have minimal or no documentation about the product?