what is Negative testing and what It?s Purpose?
Answers were Sorted based on User's Feedback
Answer / vivek.ranganathan
Negative testing
validating the appln , in order to ensure the qulaity of
the product with invalid data
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siva sankar
Testing the application to check whether it fails where it
should fail with invalid inputs and out of bound scenarios.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shivani behere
In testing ,tester first approaches the valid conditions
and all valid inputs. But when after the Valid Approach he
turns through on Invalid Approach,like if there is a site
tester test that where this site fails ,all the steps taken
by him to make that site fail is called the Negative
Testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suneel redddy
negative testing is nothing but testing the application
with invalid inputs and unespected conditions
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / satya_k21
Hi,
Nagative Testing:
Take an example suppose ur in ur Login screen u
have username and Pwd text fields are availabel .The
requirement says that suppose if u enter any invalid value
in user name field , the system should display an error
message as "Enter value is invalid".
we are inputing the negative values and we are checking
that the error is getting displayed or not...
let me know if it is wrong..
Regards,
Satya.k
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rafi
negative testing means tesing the application with negative
or wrong test data to ckeck the behaviour of the
application.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / greenbean
I thought all the while that is negative testing but read
this :
http://www.sqatester.com/methodology/PositiveandNegativeTest
ing.htm
I am getting confuse as how to define negative test cases
now.
Anyone care to give me more lights for this?
Thanks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Negative testing is nothing but the testing with invalid data.
when we do adhoc testing at that time it is more useful.
In adhoc testing user dont know what is valid or
invalid.During such adhoc testing system should not
crash.For this purpose negative testing is done.
clear me if i m wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / eswar
Negative testing means we can test the Application with
invalied Inputs to improve the quality of that application
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shakun garg
One of the main testing principle:
"Destructive approach for constructive testing"
Some time tester should think like a hacker to identify loopholes in application.
To fulfill this tester should follow negative testing to justify system behavior of system in negative conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Negative testing?
From whom do u gather the use case document?
What is SQL Index ?
Explain Vmodel
Hi frnz!! Can we do the Testing without writing Test Cases, but only posting the bugs in the BMS?
14 Answers HCL, JPMorgan Chase,
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What is the difference in b/w waterfall & V'model?
I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testing ? please give me a answer .....
7 Answers HCL, Zycus Infotech,
What made you pick testing over another career?
is it always necessary to do white box testing before doing black box testing.wat ar applications where only white box is done not black box testing,and application where only black box is benifical not white box testing
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.