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
what is black box system in software development in system analysis and design?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Explain the component testing?
write test cases for flipkart.
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Explain transaction testing?
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
Explain the syntax testing?
Could you pls give me sites where i can test card? mail me to
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
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.
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
write test cases for hospitality management system
Explain the concept of semi-random test cases?