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 / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what type of quetion may be asked for experienced person in manual tester of 1 year?

1823


What is an error?

660


what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!

1406


Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?

2090


Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?

1581






About Hierarchy level in your company.

1583


How does compatibility testing differ while testing in Internet explorer and testing in Firefox?

2781


what is the relation between all tabs in quality center & explain the testing process in quality center with tabs?

1575


Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.

1716


Can you explain boundary value analysis?

656


What’s the difference between verification and validation in testing?

625


MS Paint

1637


how to indentify memory leakages after the build

1630


if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?

1614


Explain stub in testing point of view?

700