Project

General

Profile

Bug #136

Updated by Nikola Bilbiloski over 2 years ago

An application wrongly calculates the salary. 

 *Steps to reproduce:* 
 1.Add User adds the working hours manually from the data base into the application. hours. 
 2.Trigger User press "Calculate" button, to calculate the application for a result. 
 3.Calculate the manually added data from the data base on another calculator. 
 4.Calculate the data of the working hours that the app drags from the database. 
 5.Compare the results if they are same. monthly salary. 

 *Expected result:* 
 A correctly calculated salary should be displayed. 

 *Actual result:* 
 Wrongly calculated salary is displayed.

Back