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 performance tuning? What are tools of performance testing?
Define what is a critical bug.
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
How do test documents in a project span across the software development lifecycle?
need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview
Can you explain the elementary process?
What is the difference between pilot and beta testing?
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
What is difference between Manual testing and Pega/BPM testing?
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
What are the different available models of sdlc?
Hi , Please send me the interview questions which were asked in manual testing mainly the test cases asked to write in interview.
Hello all, Can someone tell me what kind of questions i can expect from hiring manager along with two team members on final face to face interview for manual testing position.. I am switching from BA to QA as its better on benefits etc.. Thanks in advance
When we use integration testing for any new system so why we required system testing.
Have u ever done testing related to a database,give examples to support u r answer.