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
What is bug, deffect, issue, error?
Should testing be done only after the build and execution phases are complete?
Artifacts in design phase of SDLC ?
Define cause effect graphing?
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.
can anybody tell me what is release process of company? release note?
. Is any graph is used for code coverage analysis?
How to find that tools work well with your existing system?
What is the difference between a standalone application, client-server application and web application?
In manual testing, what are stubs and drivers?
What type of questions will be asking for 2 years experience candidate in manual testing?
Can you explain the pdca cycle and where testing fits in?
write test case for gmail login page
Can you explain process areas in cmmi?
What are the main key components in web applications and client and server applications?