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 |
explain me traceability matrix in brief....?
how to write test cases on SRS?tell me any example which type of certification is usefull for less then 1 yr exp. people in testing. can anybody know immediatly sent it which the answer
Tell me what all u have done for 2 years as a manual tester in your company
1.The main purpose of integration testing is to find design errors.is it true 2.The testing technique that requires devising test cases to demonstrate that each program function is operational is called ?
What is Software Testing ? Why software testing is necessary ? When to stop testing?
I am a B.COM graduate. I have studied all the theorotical aspects of manual testing. How can i get in to testing without practical exp. And even if i manage to get a job, i want to know whether i will be able to do my job, being i am new to software field.
What is Migration testing ?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
What is Test Condition. what is test scenario.
what is difference between severity and priority
Give an example for pre testing and post testing ?
i have soure and target having 1 laks records same structure and same data. no primary key. how to do data validation in. how to identify each and every record same r not. i want check every record. wat is process.