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

Answers were Sorted based on User's Feedback



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

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

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

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

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

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

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

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

Post New Answer

More Manual Testing Interview Questions

what is the diff between testing and debugging

7 Answers  


What is un-installation testing?

0 Answers  


Tell the procedure to close word file?

4 Answers  


Diffference between System Testing & Integration Testing?

2 Answers  


1. fault based testing is reversed of which testing? option.1 conventional software testing Option 2Operations and classes that are critical or suspect Option 3 Use-case validation Option 4White-box testing of operator algorithms 2. Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism 3. Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning 4.Client/server architectures cannot be properly tested because network load is highly variable. Option 1 true Option 2 false 5. Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security Option 4 time 6.Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure 7.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products. Option 1 true Option 2 false 8.Static testing requires...? Option 1 Binaries Option 2 Source code Option 3 Product Option 4 Executables 9.etesting is testing the application with multiple sets of data is called retesting Option 1 true Option 2 false

2 Answers   Infosys,






what are the general problems in web testing?

2 Answers   Verizon,


Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?

2 Answers  


On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button

1 Answers  


What is Cyclometric testing?

0 Answers  


About Testing Methodology?

5 Answers  


What is reverse engineering?

0 Answers  


Which are the standards for software test plans?

0 Answers  


Categories