If there is a field called "Amount" which takes 4 digit
number & 2 decimal points what will be the test data for
this.
Answer Posted / 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 |
Post New Answer View All Answers
wat is meant by frontend and backend testing
any one please send me any test case examples with tabular columns in manual testing
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
wat are the questions would the project leader ask about the project?? please do send the answers early.
Does an increase in testing always improve the project?
What were the major challenges u faced while testing
what is conditional testing? explain and examples
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
whats main working for tester. and developer, and prject manager.
what is entry and exit criteria and explain it?
what is Test management fundamental?
Hi friends, Im an MBA Finance, 2 yrs of exp workng in Investment com, + around 2 yrs of exp in Manual testing in Finane domain. Im looking for manual testing jobs but not getting any calls, Im worried is manual tesing in finance domain do have any good scopes in future or not. Plz provide me ur valuable suggestion,so tht I can best decision to retain in this platform(manual testing). or not
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
What is the difference between manual testing and automation testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?