Anyone can please inform me about how to write test cases
for any mathematical calculations. Say for example, we have
a formula in a given scenario for calculating the interest.

The given formula for interest is: (principle * 5)/(12 * 100)

In this case, the principle amount may vary. Would like to
know how many test cases can be written for this scenario
and how can we decide over this. I will be very thankful for
the answer....

Answer Posted / shome varma

1. Value of principle amount +Float value accepting 2 value
after decimal
2. Principle amount cannot be 0.
3.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is black box system in software development in system analysis and design?

1761


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

585


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3446


Explain the component testing?

864


write test cases for flipkart.

10594






What is the toughest moment you faced in your testing carrier in which everyone praised you?

1904


Explain transaction testing?

755


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2046


Explain the syntax testing?

787


Could you pls give me sites where i can test card? mail me to

2381


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1530


can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.

3079


If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules

1183


write test cases for hospitality management system

2133


Explain the concept of semi-random test cases?

900