Is Validation Test & Negative Tests have same meaning???Are
both same???
Answers were Sorted based on User's Feedback
Answer / murali
Validation Test does not mean a negative test. When we are
testing any application... for example on click on
button "Submit" a pop up should be displayed. We will check
if the pop up is displayed or not.
Validation testing can be both positive testing as well as
negative testing.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / shuba
Validation test means testing the data on the front end and
as well as on the back end to see both are matching.
Negative testing is testing the application with various
negative scenarios E.g. username field should accept only
lower case and minimum 8 characters, testing with negative
input like with upper case and with 6 charachters.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siri
they r not same, but validation includes positive testing
and also negative testing. for example: there is a username
field in the form which only accepts min. 8 characters and
only the combination of alphabets and numeric values;
in this case
the positive testing or scenario is ;
enter 8 characters with the combination of letters and
numbers(abcdef01;123456ab;)
enter 9 characters with the combination of letters and
numbers. (abcdefgh1 or 12345678a)
in this positive scenario, it should accept the input data.
the negative testing or scenario is;
enter 7 characters with the combination of letters and
numbers(abcdef0; 123456a;)
enter 8 characters with no combination of letters and
numbers(abcdefgh;12345678;)
enter 8 characters with the combination of letters,numbers
and special characters(abcde_12; 1234:abc)
in this negative scenario, it should reject or show an alert
message saying invaid input data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhavana joshi
no validation test and negative test both are not same.in
validation test you apply the negative test.
suppose you want to check 2+2=4.
then first you check for 2+2=4
and check for negetive means 2+2=5?
or
2-2=4? all the negative
senarios.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the testing techniques and what are the difference between Unit testing & White box testing is Unit testing comes under White Box testing, if WBT is a technique under this we do Path Testing, Loop Testing so what we do in Unit testing
What is ERP.Give a simple description about that.
difference between internet exploral and netscape navigator?
There is an opening in our organization Sierra Atlantic, Hyderabad. All Manual test engineers with 2-3 years of experience can forward your resumes to mah_cs82@yahoo.com before May 01, 2008. (Only manual testers) with a covering letter, current CTC and Expected CTC.
what is static testing,and dynamic testing? explain with an example.
what type of report that you print it out from your defect tracking too when you go for the bug triage meetings? Thanks
What is negative test case ?
What is Sanity Testing?
how to test a store procedure?
do u know abt configuration management tool,what is the purpose of maintaining all the documents in configuration manage ment tool?
1 Answers Cap Gemini, Sapient,
how will the test plan is pepared in ur organisation>?
When the 1st time I will log into the application it will ask to change the passward.After 30 dayz the passward will expire and the application is unaccesible.U cant alter the server time.... How will u test it??