ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  QA Concepts
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/allinter/public_html/common/queries.php on line 15
Question
what is meant by negative testing..give me one example?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is meant by negative testing..give me one example?
Answer
# 1
negative testing is nothing but testing the finctionality 
with invalid inputs and conditions
 
Is This Answer Correct ?    4 Yes 0 No
Suneel Reddy
 
  Re: what is meant by negative testing..give me one example?
Answer
# 2
Suneel Answer is correct.
 
Is This Answer Correct ?    2 Yes 0 No
Ashok Reddy
 
 
 
  Re: what is meant by negative testing..give me one example?
Answer
# 3
Negative testing is nothing but "Test to Fail"
In this testing we enter invalid data and test that.

eg. you do not have email id in yahoo and you try to login
in yahoo messanger.
 
Is This Answer Correct ?    1 Yes 0 No
Prajakta
 
  Re: what is meant by negative testing..give me one example?
Answer
# 4
It is intended to do  test fail- unacceptable data.
System doesn't do what it is not supposed to do.
For ex. login screen userid input box
It is supposed to take 8 alphanumeric characters
If you enter 9 characters, it doesn't accept.
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: what is meant by negative testing..give me one example?
Answer
# 5
where we want to put abnormal conditions on the aplication.
ex:invlid form selection
input values out of range
invalid test data selection
 
Is This Answer Correct ?    0 Yes 1 No
Guest
 
  Re: what is meant by negative testing..give me one example?
Answer
# 6
Negative testing is done to show that the product does not 
fail when an unexpected input is given. In other words, the 
input values may not have been represented in the 
specification of the product. But, at the end-user level, 
there are multiple scenarios that are encountered and that 
need to taken care by the product. 
The purpose of the negative testing is to break the system.
A negative test would be a product not delivering an error 
when it should or delivering an error when it should not.
 
Is This Answer Correct ?    1 Yes 0 No
Uday Kumar. A
 
  Re: what is meant by negative testing..give me one example?
Answer
# 7
negative testing means without getting any errors and if get
the mismatches we will test each and every functionality 

for example:
checking of username and pwd in the login window
 
Is This Answer Correct ?    0 Yes 0 No
Udaybhaskar
 
  Re: what is meant by negative testing..give me one example?
Answer
# 8
Negative testing is simply testing with invalid data, just
to check applications behavior with unexpected inputs.

for example:
If you have to validate "Age" field, your test data should
be numerals between 0 to 200 (I think I expect more :))
But you attempt to validate this field with alphabets OR
special characters it will become negative test data for
negative testing.

Regards,
Rupesh
+919225513854
 
Is This Answer Correct ?    1 Yes 0 No
Rupesh Chavan
 
  Re: what is meant by negative testing..give me one example?
Answer
# 9
Negative testing is nothing but testing the application 
against the requirement.
 
Is This Answer Correct ?    0 Yes 3 No
Vinod
 
  Re: what is meant by negative testing..give me one example?
Answer
# 10
Negative testing is testing an application below and beyond 
of its limits. 
Ex: Entering special characters for the phone number.
 
Is This Answer Correct ?    2 Yes 0 No
Ragini
 
  Re: what is meant by negative testing..give me one example?
Answer
# 11
Negative testing means entering invalid data and verifying  
for any error message is displayed or not.
 
Is This Answer Correct ?    1 Yes 0 No
Suvarna
 
  Re: what is meant by negative testing..give me one example?
Answer
# 12
Negative testing is nothing but testing the functionality 
of an application by giving the invalid inputs. the main 
intension of the negative testing is we have to test the 
application against the specifications.

Ex: If a text box is accepting only positive integers.

invalid inputs:

1. entering negative values.(-1,-4,-8,-6)
2. entering alphabets.(w,v,y,u,)
3. entering special symbols.(@,$,&,!)
 
Is This Answer Correct ?    2 Yes 0 No
Kishore
 
  Re: what is meant by negative testing..give me one example?
Answer
# 13
Nagative testing is nothing but testing the application 
with invalid data. 

For instance:
- A field is designed to take between 6-32 characters. 
- when you enter <6 or >32 characters in that field becomes 
invalid input
- when hit enter it should throw you an error message 
saying "enter atleast 6 characters" or something like that.
 
Is This Answer Correct ?    2 Yes 0 No
Deeps
 
  Re: what is meant by negative testing..give me one example?
Answer
# 14
Negative testing is testing outside the relm of NORMAL 
testing. If a requirement for a vaild age value input is 
between 5 and 50 a negative test would be <5 or >50 
produces a the correct error message along with the correct 
handling process. A NORM condition should be created to 
verfiy and assure that the ages between 5 and 50 inclusive 
produces the correct response and process.
 
Is This Answer Correct ?    2 Yes 0 No
Tre' V. Dozier
 
  Re: what is meant by negative testing..give me one example?
Answer
# 15
negative testing is nothing but testing the application by 
providing invalid inputs and check for possible errors.
 
Is This Answer Correct ?    1 Yes 0 No
Priya
 

 
 
 
Other QA Concepts Interview Questions
 
  Question Asked @ Answers
 
what is the role of QA in all the phases of SDLC? Value-Labs3
What is the difference between a test scenario and test condition? Please explain with an example  1
In an Interview I have been asked the following questions, 1) How would allocate job to your team members if you are assigned a role of Team Lead. 2) The second question was, do you follow any technique for the distribution of time while assigning jobs to your team members. For, both the questions I was clueless to answer. Please give me a practical approach for the above questions.  3
what is PDCA? Logica-CMG2
Iam planning to take ISTQB(foundation level) Please send any list of sample papers and reference books to my mail id ID is ituraman@yahoo.com  1
Please suggest a Automation Tool that helps in collaborating with teams located in various geographic locations Elico1
what is validation and verification Oracle5
What are the types of performance testing ?  4
steps for perfoming integration testing?  1
While doing desktop review of any document, how to judge that this comment is 1.Information 2.Trivial 3.Minor 4.Major 5.Critical 6.Blocker  1
What is IEEE? Why is it important?  3
how do u create a data table QA1
Any quality test-tracking tool which has live & automated dashboards so that the entire team is updated at any given point of time? GE3
defect, error, failure, fault Quinnox4
What kind of documentation is required for QA,QC and testing.?Tell me the diffrence between QA,QC and testing Tvs-Lucas3
what is meant by QA milestones Virtusa1
Can any one tell me about the free online certifications in the QA and QC stream  1
What are the various ways of writing test cases? Dataquest1
What is the role of QA in a company that produces software?  1
contents of test stratergy? Ordain-Solutions1
 
For more QA Concepts Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com