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 the difference between Integration Testing and System Testing ?
What is Low level design & High level design? and brief description.
When are the followings prepared: 1.Software Test Plan 2.User Acceptance Test Plan
6. If you could make one significant change to this Web site, what change would you make?
what is SIT? Explain with Example?
How to write test cases for Hotmail page?
How do you go about testing a project ?
what is metrics?...What metrics do u follow in ur company?
Can anyone give me the example of High Priority and Low severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Please ignore the earline question which i have posted.Thanks in Advance.
How and when a build can be assigned to a Tester and who do this responsibility? Is there any tool is used for performing this process?Generally what is the flow of "Build assignment"?
WHAT IS PROTOCAL TESTING..EXPLAIN? L2, L3 PROTOCALS TESTING MEANS WHAT?EXPLAIN BRIEFLY
Are all special characters are used in email id? My question is - If I enter *,#$ in email id should it accept?