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 is analysizing test results & creating the bug reportts?
how you will write test case for integration testing give me example
After few months, I'll be having 2 years of experience only in Manual Testing.I want to know which type of questions I'll be asked in Interview if I'll appear for any.
If a bug has high severity then usually that is treated as high priority,then why do priority given by test engineers/project managers and severity given by testers?
Hi Friends... Can any one tell me how many functional test cases we can write for basic login page.. Thanx in advance..
in configuration tool as a tester wich documents u r going to add
Hello all, Can someone tell me what kind of questions i can expect from hiring manager along with two team members on final face to face interview for manual testing position.. I am switching from BA to QA as its better on benefits etc.. Thanks in advance
1.Differentiate SDLC & v-model? 2. " verification and validation? 3. " quality assurance and quality control? 4.what are the components in test strategy? 5.Differentiate test strategy & test plan? 6.wht methods will you follow in yoiur company for test design?
One Project is developed on VB+Access it is working properly they are planning to change with backend Oracle . What type of testcases we can write?
what is compliance testing?
what is the preference when we perform manual testing- either FEATURES or FUNCTIONALITY ?
if we got new bug in the retesting due to errors in the code is the bug regression bug or retesing bug