# A large IT company is in the process of revising salary
structure for its employees. The salary will be on the
basis of assessed performance of the previous year for all
employee who have completed six months or more.
# The rules for salary revision are provided below :-
Performance level 1 : Increase existing salary by 30%
Performance level 2 : Increase existing salary by 20%
Performance level 3 : Increase existing salary by 10%
Performance level 4 : Increase existing salary by 5%
Performance level 5 : No Increase
# For those who have not completed six months, provide a
flat increase of 7.5% in their salary. In addition to above
provide a special loyalty allowance of Tk. 800 to all
employees who have complete THREE years with the
organization.
# Compute the minimum number of paths that you would
require to cover the application and how many test cases
would you require?
No Answer is Posted For this Question
Be the First to Post Answer
Write a test case for telephone?
if software faild in customer environment what we called a)error b)fault c)defect d)failure
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
What is the differance between Bug and Defect.
17 Answers Cap Gemini, CarrizalSoft Technologies,
Why does the boundary value analysis provide good test cases?
how we test the login page using jwebunit test case...
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
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
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);
how to write test cases for credit card payment