i was asked to generate test data for a equlateral
triangle,please any one explain how to do & what are the
process.
Answer Posted / amarnath.gp
The answer can be of 3 possiblities.....but it is for a
triangle with the condition (sum of two sides is greater
than or equal to the third side)..U can genetate a test
data for this 3pts i guess..
1. Measure all sides of the triangle.
2. Add the minnimum and second highest length of the
triangle and store the result as Res.
3. Compare the Res with the largest side of the triangle
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is the technology used in financial applications?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
pls i want test cases for oss? whts the process of oss testing
Explain the dynamic 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?
Test Case for Text Editor!
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
Explain the gray box testing?
For how many days (or) weeks you will test a product or software?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
I want 100 test scenario for gmail
This was asked to me recently in Microsoft interview How would you do DOS copy command testing