If there is a field called "Amount" which takes 4 digit
number & 2 decimal points what will be the test data for
this.

Answers were Sorted based on User's Feedback



If there is a field called "Amount" which takes 4 digit number & 2 decimal points wh..

Answer / chitra s

1.00
10.00
1000.00
10000.00
1.0
1.000
10000.000
so on
It means you have to test this field with three different
sets of values.
1. Valid figure (i.e. whole number between 1-4 digits &
decimal part 2 digits)
2. Invalid whole number (value more than 4 digits)
3. Invalid fractional part (value more than 2 decimal
numbers.

Is This Answer Correct ?    3 Yes 1 No

If there is a field called "Amount" which takes 4 digit number & 2 decimal points wh..

Answer / amol

In my opinion purpose of this question is to verify
wheather you know the test case design techniques.

so answer will be..
I will use eqviualance partioning and Boundry value
analysis methods to test this functionality.
Example :-
Eqviualance
0.00 to 99.99
Boundry
-0.00,0.00,01.01 98.98,99.99, 100.100

Eqviualance
99.99 to 999.99
Boundry
98.98,99.99,100.100 998.99,999.99,1000.100

Eqviualance
999.99 to 9999.99
Boundry
998.89,999.99, 1000.100
9998.98,9999.99, 10000.100

2) Also try to enter Alpha numeric values

Is This Answer Correct ?    1 Yes 0 No

If there is a field called "Amount" which takes 4 digit number & 2 decimal points wh..

Answer / pencildot

u can have any nuber of test datas for this but the actual
test data has to be decided on boundary values and error
guessing ie...u can decide the values randomly if allowed

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...

0 Answers   Wipro,


test cases on antivirus with integration testing

2 Answers   Infosys,


1.How will u write traceability matrix? 2.What is Test summary Report…? 3. What is Test Closure report…? 4.What are the Testing methodologies that u have followed in your project ? plz...........do reply...............

1 Answers   Virtusa,


On what basis you are fixing up the time for project completion?

0 Answers  


integration testing is followed by a)unit testing b) system testing c) acceptance testing d) regression testing

3 Answers  






Provide and example that explains difference between usability and functional defects?

3 Answers  


What is six sigma?

0 Answers  


how will you test transfer funds module...explain in detail

0 Answers   Tarang,


if a project is long term project , requirements are also changes then test plan will change or not?why

2 Answers   IBM,


How do you determine wat to be tested?

1 Answers  


What are the stages in the Test Development Life Cycle?

6 Answers  


Is this good to start a career as a manual tester?

1 Answers  


Categories