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   To Refer this Site to Your Friends   Click Here
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 ?    3 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 difference b/w qtp,winnrunner,testdirector?  2
Give one example for both QC and QA Satyam7
what are the metrics you are following? Cap-Gemini1
I. Policymaker II. Technical specialist III. Project manager IV. Software development manager The personnel listed above represent a partial list of candidates for the configuration control board (CCB). In addition to software QA and software CM, which of these personnel should be included on the CCB? 1. II and IV 2. II 3. II and III 4. I and II 5. I, II, III, and IV  1
how do u create a data table QA1
How to start testing after project kick off ??? CTS2
What do you like least about Quality Assurance/Testing?  2
If you come onboard, give me a general idea of what your first overall tasks will be as far as starting a quality effort.  1
Hi all, I want to give ISTQB foundation level this july '08. PLease give me any question papers, syallabus, pateern type, books which u all have.. How long does one need to prepare. If you all have any data send it to karthis4u@gmail.com 9986667831  1
how can u test cookies? IBM1
What is the Use of Bug Tracking Tools.? what are the common and Importent Fields in any Bug Tracking Tool? Vyons-Labs5
What is the diff b/w Quality Assurence and Quality Control ?.. FIC11
What is defect management in QA?  2
what is target user?  1
What is shakedown testing? GE2
can u explain what is concurrancy in testing Sapient1
HOW DO YOU REPORT AND TRACK A BUG HCL1
What are the types of performance testing ?  4
defect, error, failure, fault Quinnox4
What is the diffrenece b/t regression and integration testing????  5
 
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