What do u mean by Positive and Negative testing & whatz r
the diff's between them .Can anyone explain with an
example .
Answers were Sorted based on User's Feedback
Answer / suneel reddy
Positive Testing: Testing the application functionality
with valid inputs and verifying that output is correct
Negative testing: Testing the application functionality
with invalid inputs and verifying the output
Difference is nothing but How the application behaves when
we enter some invalid inputs
Suppose if it accepts invalid input the application
functionality is wrong
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / saurabh
Example of positive Testing is u have one login form where
u have fields like name , password etc and now u r checking
for name field u enter right character(VALID DATA) in that
name field this is called positive testing and when u r
entering wrong data(INVALID DATA) in that name field is
called negative testing.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / v.l. pianmoia
Positive testing tries to prove that a given product
does what is suppose to do.When a test case verifies the
requirements of aa product with a set of expected output,
it is called Positive test case.
E.g :- A product delivering an error when it is expected
to give an error, is also part of positive testing.
Negative testing is done to show that the product
does not fail when an UNEXPECTED INPUT is given. 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 ? | 1 Yes | 1 No |
Tell me about SOFTWARE DEVELOPMENT LIFE CYCLE? Explain in brief?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
Describe some staff conflicts you have handled.
Can you please explain me about the types of Reviews?And which reviews are done by whoom?like Author,moderator etc..? Thanks for posting the Answer...
can u plz give an example for regression testing with example.
tell me about high severity & low priority bug?
What is your experience with change control? Our development team has only 10 members. Do you think managing change is such a big deal for us?
4. A software error can be described as: a. A description of the relationship between two or more variables or set members in which the value of one does not influence the values of others. b. Any ill-advised, substandard, or temporary fix applied to an urgent problem in the (often misguided) belief that doing so will keep a project moving forward. c. The process in which developers determine the root cause of a bug and identify possible fixes. d. A mismatch between the program and its specification. 5. Select a reason that does not agree with the fact that complete testing is impossible: a. The domain of possible inputs is too large to test. b. Limited financial resources. c. There are too many possible paths through the program to test. d. The user interface issues (and thus the design issues) are too complex to completely test.
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
what is defect ,error,bug,failure and fault?
16 Answers Accenture, Celstream, EDS,
What is severiety and priority of the bug?how do they effect u to report the defect in the builds?
can you write test cases on pen?