Is Validation Test & Negative Tests have same meaning???Are
both same???

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bug, deffect, issue, error?

1071


Should testing be done only after the build and execution phases are complete?

1351


Artifacts in design phase of SDLC ?

3282


Define cause effect graphing?

866


Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.

1827


can anybody tell me what is release process of company? release note?

1694


. Is any graph is used for code coverage analysis?

2351


How to find that tools work well with your existing system?

1827


What is the difference between a standalone application, client-server application and web application?

982


In manual testing, what are stubs and drivers?

896


What type of questions will be asking for 2 years experience candidate in manual testing?

2031


Can you explain the pdca cycle and where testing fits in?

995


write test case for gmail login page

4902


Can you explain process areas in cmmi?

836


What are the main key components in web applications and client and server applications?

949