What is dfference between positive and testing testing.which one do you prefer as tester and why?
Answer :
Positive testing -- In Positive testing we write test case according to the specifications i.e. eaxctly what given in the specs
Negative testing -- In Negative testing we write test case opposite to he specs i.e. to fail the requirement given in the specs
e.g - If spec says a text box should accept 12 characters then for Positive test case we will say it should accept 12 characters and if we write test case saying enter 13 characters then its a negatve test