write the testcases for a triangle ABC. given length of 3
sides of a possible triangle, check whether 3 sides do
indeed form a triangle or not if they do then state whether
the triangle is scalene, isoceles or equilateral.
Note that the sum of any two sides of a triangle should be
greater than third side.
A+B>C
B+C>A
A+C>B.
need urgently. thank u... by priya
Answer Posted / venki
2,3,4
2+3>4
3+4>2
2+4>3
:)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how many test cases do u need to ship a product?
What are the test cases for mouse?
Explain the ramp testing?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Explain the static testing?
What is transaction testing?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
How many test cases u will write for Acceptance testing?
Explain the branch coverage testing?
Explain the integration testing?
Explain the domain testing?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Write the test case for a login page?
Can some body help to write possible test cases for a credit card at POS (point of sale)
write test case for button of google page?"i am feeling lucky" if button is not appear on page?