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.
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
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.
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.
hi,I want to learn testing concepts. But, actually, at
least, I don't have basic knowledge about testing. but, my
desire is to learn testing concepts. But, I don't know,
which material is good?And which site is good to learn
testing concepts. Please, could any one help me regarding
this? If any one have good material with you, with out
feel, kindly forward that material to me? Please, do this
help for me.
Thanks in Advance.
my mail id is gopimanchella@gmail.com
BEST REGARDS
M.MurthySharma.
7)In a Banking Application, for a module to pay a bill it
must have 3 screens (Entry, verification and confirmation
screens) in series. It was found that at the final
confirmation page the data was getting saved in the database
but was not getting displayed on the screen. Which is the
best suited category and severity of this defect?
A)High severity Content issue
B)Low severity Content issue
C)High severity Data Loss
D)Medium severity data loss
If U have Test Cases already prepared and u have to just
excute those test cases in a very short time then how will
U decide which test cases has to be excuted first. Is there
any technique ?
Can any one explain in detail about HLDD(High level design
document) and LLDD(Low level design document). general at
point of time can testers use this. wht does this doc
contain.