can any one give negative testcases for calculator
Answers were Sorted based on User's Feedback
Answer / jyothi
Negative Testing means to break the Software.
in calculator eg: 1*1 =1 but you have to check for in the
place of 1's enter some special characters like + * + do
multiplication for + symbol it should not generate any
answer. and should not break the System.
and 1*2 =2 this is the Positive testing
at the same time !*2 = some unknown this is negetive
| Is This Answer Correct ? | 26 Yes | 5 No |
Answer / anitha balasubramani
Negative testing is used to ensure whether the application can able to handle the invalid input and unexpected user behavior.For ex, if we give this data 4+5- and click equal to button then the calculator does not produce the result.To check these kind of behaviour we are doing negative testing. While doing negative testing the exceptions are expected. If it throws the exp properly in the negative testing then the application is working fine.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kalpesh ghori (kp)
4+5-=0 is correct ans.
4+5=9 is Calculated result after that we press - key that means..9-9=0
Other example i will give ..
press 5 from keyboard then
press- key then
press = or enter key.
the ans is 5-5=0 is correct ans because calculator will consider the same number as second number.
one more time press Enter the ans is -5.
| Is This Answer Correct ? | 4 Yes | 6 No |
What are the advantage and disadvantage of Selenium IDE tool? Is that useful for testing .net projects? please reply my friends.
What are all the important Key Metrics in Software Testing?
diff between priorty and severiorty?
Regression testing: suppose you have 1000 test cases & u find a bug in unchanged component , so whether you test whole test case or some particular test case
if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur.
in web application , what are the common "browser compatabality issues " that you have across.?
what is testing techniques,testing methodology,test packs,how are they differentiated?
What is Functional Testing and Regression Testing?give one real time Example?
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
What is Bug Validation? What can be a different resultant after the same?
how to Link the requirement with Test Cases in the Treaceability Matrix. Give real time Example ( Pl. Real Time Project testers only)
Do you use any automation tool for smoke testing?