write a test case for employee income caculation it is
awindows aplication when window is opened all options
should be disabled except empno when user enter 3 charcters
empname,empdes,basic should be displayed but they should be
inactive,HRA,DA are active enter these two gross is
displayed,enter tax then net income is displayed.all inputs
must be integers and min is 1 and max is 4 charcters for
all text boxes.gross =basic+HRA+DA and netincome= gross- tax



write a test case for employee income caculation it is awindows aplication when window is opened ..

Answer / sharanya

1. Verify whether the Employee Income Calculation
window is opened or not
2. Verify that all fields should be in disabled state
except the empno, HRA, DA
3. Validate the empno field. i.e using the boundary
value analysis check whether the field accepts specified
boundary or exceeds the limit
4. Validate the empno field to accept numbers &
characters
5. Verify whether the emp name, emp desg and basic
fields are auto populated when the emp number is given
6. Verify that the emp name, emp desg and basic fields
should disabled even after auto populated with the data
7. Verify that when the HRA and DA are entered Gross
should be auto populated
8. Validate the fields HRA DA and Tax using the
boundary value anaysis
9. Validate the fields HRA DA and Tax to accept only
numerics
10. Verify whether the net income is displayed when the
tax is displayed
11. Validate the result of Gross and net income with
the Gross= basic +HRA+ DA & net income= gross- tax

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More Test Cases Interview Questions

How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

0 Answers  


What is STATEMENT COVERAGE testing

1 Answers  


Write test cases for orkut?

2 Answers  


can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u

0 Answers  


hi iam working in HCL as a fresher n iam dg automation testing i am going to give client demo i did some 7 scripts i want to call all those in some new page in QTP I KNOW CALL THE EXISTING ACTION N COPY OF ACTION if we use any of these options while running it will show the whole script but is there any other method while running it should not show the whole script it will show only the calling lines plz give me detailed explanation to ds i need reply fast plzz

2 Answers   HCL,






maximum length of testcase

1 Answers  


If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4

1 Answers   ISTQB,


Positive and Negative test cases for the speedometer?(minimum 5 each)

0 Answers   Bosch,


Give examples of boundary value and equivalence partitioning test cases.

10 Answers   IBM, Mind Tree,


how to prepare unit test scripts for accrued interest calculation.

1 Answers  


i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.

5 Answers   AZTEC,


In a log in page what will be test procedure,test scenario,test discription & test steps?

1 Answers  


Categories