what is meant by negative testing..give me one example?
Answers were Sorted based on User's Feedback
Answer / suneel reddy
negative testing is nothing but testing the finctionality
with invalid inputs and conditions
| Is This Answer Correct ? | 31 Yes | 5 No |
Answer / rupesh chavan
Negative testing is simply testing with invalid data, just
to check applications behavior with unexpected inputs.
for example:
If you have to validate "Age" field, your test data should
be numerals between 0 to 200 (I think I expect more :))
But you attempt to validate this field with alphabets OR
special characters it will become negative test data for
negative testing.
Regards,
Rupesh
+919225513854
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / uday kumar. a
Negative testing is done to show that the product does not
fail when an unexpected input is given. In other words, the
input values may not have been represented in the
specification of the product. But, at the end-user level,
there are multiple scenarios that are encountered and that
need to taken care by the product.
The purpose of the negative testing is to break the system.
A negative test would be a product not delivering an error
when it should or delivering an error when it should not.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / prajakta
Negative testing is nothing but "Test to Fail"
In this testing we enter invalid data and test that.
eg. you do not have email id in yahoo and you try to login
in yahoo messanger.
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / kishore
Negative testing is nothing but testing the functionality
of an application by giving the invalid inputs. the main
intension of the negative testing is we have to test the
application against the specifications.
Ex: If a text box is accepting only positive integers.
invalid inputs:
1. entering negative values.(-1,-4,-8,-6)
2. entering alphabets.(w,v,y,u,)
3. entering special symbols.(@,$,&,!)
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / deeps
Nagative testing is nothing but testing the application
with invalid data.
For instance:
- A field is designed to take between 6-32 characters.
- when you enter <6 or >32 characters in that field becomes
invalid input
- when hit enter it should throw you an error message
saying "enter atleast 6 characters" or something like that.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / tre' v. dozier
Negative testing is testing outside the relm of NORMAL
testing. If a requirement for a vaild age value input is
between 5 and 50 a negative test would be <5 or >50
produces a the correct error message along with the correct
handling process. A NORM condition should be created to
verfiy and assure that the ages between 5 and 50 inclusive
produces the correct response and process.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ragini
Negative testing is testing an application below and beyond
of its limits.
Ex: Entering special characters for the phone number.
| Is This Answer Correct ? | 7 Yes | 6 No |
What are the things the tests ensure?
Iam planning to take ISTQB(foundation level) Please send any list of sample papers and reference books to my mail id ID is ituraman@yahoo.com
How frequently is your project audited? How do you know the result of these audits?
What is shakedown testing?
how do u start web logic in your application
Why you choose automated testing over manual testing?
why do not u try to get job in your core side(example :-eee)?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
Can any one send the Basic Consepts of DB Testing? Which Type of Quarres are Frequently used in the DB Testing? If any one have those please reply..
How much Salary can u ask for Manual Tester Position with 1+yrs of Experience in an MNC like Infosys?
7 Answers 3D PLM, Geometric Software, Infosys,
what is the difference between quality assurance and quality control
4 Answers BIPL, BJIT, Cap Gemini, SouthTech,
hi Can anyone tell me abt how to do the virtual objects and how to pass input and output parameters in qtp? Plz send the answer in detail. Thanks Priya