wirte the test cases for triangle
Answers were Sorted based on User's Feedback
Answer / vikas
Assume that the prg takes inputs as 3 sides of triangle :
1. Enter 0 0 0 : Error : no triangle can be made
2. Enter -1 -1 -1 Error : no triangle can be made -ve values
3. Enter 1 0 x : Error : no triangle can be made . only
numbers and no alhpabets
4. Do not enter any values : Prompt to enter valid values
5. Enter 0.000000000000001 , 1000000000000,1000000000000 :
Triangle should be made (Boundary value)
6. And the most tricky
Enter 1 2 4 : Triangle can not be made . Summation of 2
sides should always greater than third value . 1+2<4 . So
triangle can not be made
7. 2 2 2 : Equilateral triangle
8. 1 2 2 : Isoscelous triangle
9. Test with very small values , very large values and
combinations of both .
| Is This Answer Correct ? | 68 Yes | 7 No |
Answer / ravi
Some more possibilities r there,
like sides u can also write TC for the angles
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / minni
First check whether it is triangle or not by "any two sides
sum should be greater than third side"
check if 3 sides are equal
check if a NE to b NE to C
check if any two sides are equal
| Is This Answer Correct ? | 8 Yes | 10 No |
diff b/w desktop based testing & web application testing
Developres release the build with known bugs , then how will u(as a tester) write defect reports without developer known bugs .
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
how you get build from developer? pl answer it?wht is build ?
contents of test plan
ANY IDEA ABOUT CMM AND ISO?
If a bug is not reproduced what will be the next action of the tester?
What is the main use of preparing traceability matrix and explain the real time usage?
can automation testing replace manual testing?it it so,how?
Hi frnds,im roopesh. i got job in an MNC company on FAQ experience(2.6yrs)..though i know the subject,but i dont know the real time process in a company. so pls can any one tell me vat is the work that i get first & what should i do ? in starting day ven i enter into company vat is environment there ? so pls frnds send the answer soon & give me support plzz..thanking u all.....
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
How to test the database manual? how to test data base lekage by using manual and also using QTP ?