what is positive and negative testing with example?
Answers were Sorted based on User's Feedback
Answer / kumar
Positive Testing: Testing the build with permitted
values,i.e values as per the requirement specification.
Negative Testing: Testing the build with wrong inputs,i.e
non permitted values as per the requirement specification.
Correct me if i am wrong.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / anamika
Positive Testing: Confirm that a feature behaves according
to the specifications.
Negative Testing: Confirm that the software fails
gracefully if used incorrectly or if it receives incorrect
input.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tanushree goswami
+ve testing verify that Software is behaving according to
there specification.
-ve testing verify that Software does not do something
which specification does not mentioned to do.
Ex: If anybody want to write test case on Glass
+ve test case will be glass can store limited quantity of
water whereas -ve test case will be does glass hold water
if we pore it from bottom.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / archana
Provide inputs in such a way that up on the usage of these
inputs we would successfully pass the feature in working as
per its specifications.This kind of a testing is positive
testing.For example: to login to gmail account we need to
give authenticated/registered correct user id and password
and submit.
Whereas in negative testing, we deliberately introduce the
invalid inputs in order to fail the application. For a
login into gmail account we can have 4 types of negative
inputs. i.a valid id but invalid password, ii. an invalid
id with correct password, iii. invalid id and password, and
iv. enter all correct values but press a cancel button
after entering the data.
Hope this will clear your query.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ammu
positive testing:
Testing aim at showing software works or test to pass
Negative testing:
Testing aim at showing software does not work or
test to fail
| Is This Answer Correct ? | 0 Yes | 0 No |
How to explain the Insurance project in the interview?
What is the difference between bug and defect???
17 Answers Change Control, Tomax,
if u are asked to test yahoo login page what will be thw ur test cases ?
What is Difference between White-box Testing and Unit testing?
6 Answers AZTEC, College School Exams Tests,
what is the diff. between Test Case and Test Secenario ? give me one example ?
HI, i did MCA and i took coaching for testing and now iam trying to get job.but whenever i see any job requirement they r asking for minimum 3 yrs of experience and many other pgmming languages like java,c++,perl,shell,database like unix,linux.my question how can one have experience without getting job and how one can know so many(pgmm lnguages).iam afraid to keep fake experience and cannot answer as i did the project.so some one pls suggest me how should i proceed ..thx in advance.
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
Why does Software have bugs? urgent pls .....
Mention 3 test component areas which gave lots of bugs & had lots of difficulties in testing it ?
1.What is mean by data base testing?explain with example? 2. you can check the data base testing through sql then why we are using QTP Data base check ? 3.difference between modified waterfall model and waterfall model? 4.defect life cycle?
What is the initial stage of testing?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)