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

Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.

0 Answers   Siegeworks,


Can you explain steps in function points?

0 Answers  


if a very low defect (user interface )is detected by u and the developer not compramising with that defect what will u do?

3 Answers   MBT,


Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.

0 Answers   Wipro,


what are the things we consider when perform the UI testing of any web application please suggest me with basic things?

1 Answers  






how to test if there are 2000 requirements ro be tested in an application ?

4 Answers  


What is the difference between volume and stress?

1 Answers  


Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.

0 Answers   Infosys,


what is the methodology you are using in ur company?

3 Answers  


State a generalized process for load test? Or explain how you did it previously.

0 Answers  


Difference between client application and web application

1 Answers   Cap Gemini, PIT Solutions,


What disabilities are affect on software usability?

1 Answers  


Categories