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 |
Write a set of test cases to test youtube?
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
what is oss testing?
Can you explain the concept of defect cascading?
Explain Operational Acceptance Testing with example ?
Hi friends, Is there any difference in testing the web applications which are built on different technologies like .NET,PHP,J2ee etc ?if yes then how the testing differes from one to other?(for me its urgent to know the diff. btn .net and php).can anybody answer soon....!
what is build and release and what is the difference b/w them?
what is the role of QA manager
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
Tell me the test cases for a search and replace functionality in a microsoft document (.doc)?
what is the difference between bug and defect? what is the definition of bug? what is the definition of defect?
Does alpha testing follow beta testing or beta testing follow alpha testing and why?