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

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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage

1 Answers   ISTQB,


how to Create a test plan document for Library Management System

3 Answers   TCS,


wat is mutation testing ?

2 Answers  


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

0 Answers  






What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?

1 Answers  


is it necessary to write test cases in tabular form or will point wise will do.

3 Answers   Google, Zycus Infotech,


explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.

1 Answers  


what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective

30 Answers   TCS,


A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?

0 Answers  


Tell me how to write a test case to test a search (general search engine ) function that is present on almost all sites.

2 Answers  


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

0 Answers  


Categories