what is negative testing and positive testing with example?
Answers were Sorted based on User's Feedback
Answer / prerit binjrajka
Positive testing is to check whether the desired function
is being performed whereas negative testing is to check
whether the undesired inputs are being accepted .
eg- A box which is supposed to take amount as input-
Positive- enter digits(should accept)
Negative- Enter alphabets(should not accept)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramprasad.s
HI
Possitive Testing is to check the application Allows
only Valid inputs.
Negative Testing is to check the application rejects the
invalid inputs.
Exapmle : You try yr own.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 1 Yes | 2 No |
What is SQL Index ?
What is mean by Functional Testing? How will you do functional testing for Yahoo Login page?
What is the difference between bug and defect???
17 Answers Change Control, Tomax,
Hi can any one plz answer me how to set up the test environment does it done by tester it self? its urgent thanks in advance roli
If we have no SRS,BRS but we have test cases does u execute the test cases blindly or do u follow any other process|
What is an exit criteria?
How you will do the functional testing ?
If the user finds deviation from the requirement is it called Fault, Error, Defect or Failure
Tell me about ur favorite bug.
In whic page of QC , we run our Test case, or from where we run our Test cases from QC?
the interviwer ask ,why u r choose testing field means how can i say the answer for this one friend tell me
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000