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
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 |
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 |
Why tester called as Bug and Dev.called as a Defect Why?Is there specific reason behind it.
What type of metrics we prepare in testing?What is the use of those? can any body plz let me know. udya uday_testing@yahoo.co.in
What is the name of the process developed by The Software Engineering Institute that addresses 18 key process areas for achieving a certain level of organizational maturity?
hai suppose if i want to delete cookie of a particular web site.is it possible if it is possible how? pls. tell me
Wht are the Test cases do we write for Message Box.. can anybody answer it.. Thanks in Advance..
What is difference between windows based application and web based application?
I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends
find out the odd man out in following options GUI spy, Object Spy, Gui map editor, Inspector.
Write all combinations of test cases for calculater on -symbel
What are the Testers Responsbile
give some good bugs that u have found ?
how will you manually test yahoo messenger on single system.