Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to write Negative test cases?

Answers were Sorted based on User's Feedback



How to write Negative test cases?..

Answer / manish

by providing input values of invalid scenarios.like if the
user id text box can accept 6-12 characters then a negative
test case can be sumthing like "enter 5 characters in the
user id text box and press enter"

Is This Answer Correct ?    67 Yes 12 No

How to write Negative test cases?..

Answer / sunil

BY GIVING INVALID DATA ,AND TEST THE APPLICATION

Is This Answer Correct ?    30 Yes 6 No

How to write Negative test cases?..

Answer / avashesh

Negative test cases are written to test the output of the
system on providing the invalid input. Primary objective of
negative test cases is "System should not break in case of
invalid input."
ex: If System contain a field called postal code which can
only accept numeric value of length 6 then negative test
case would be
1. Enter 5 characters in postal code field
2. Enter alphanumeric characters in postal code field

Is This Answer Correct ?    17 Yes 2 No

How to write Negative test cases?..

Answer / ramya c.r

Unit Level

Number field Try to enter other than numbers
Length Min -1 Max +1
Mandatory fields Not entering any data and only spaces.
Date Field If a format is fixed for that field,
try to enter other than the specified
format.
Combo Box(drop
Down Box) Try to enter some data in the combo box.
Read only Fields Enter some data in the read only fields.

Try to enter special characters which should not be allowed
in a field.

Is This Answer Correct ?    19 Yes 5 No

How to write Negative test cases?..

Answer / sathish

Anticipate the response for invalid values , say suppose in
a date field enter a date of invalid for eg.30/02/2007 , the
application should no accept though the date is of specified
format , and shoulg prompt an error message

Is This Answer Correct ?    14 Yes 5 No

How to write Negative test cases?..

Answer / varshab

By providing invalid inputs.Negative testing is also called
as 'Test to Fail'.E.g There is 'Name' field (It must contain
characters only).Testing this field by entering numbers is
negative test case in this scenario.

Is This Answer Correct ?    11 Yes 3 No

How to write Negative test cases?..

Answer / bhaskar

Negative Test cases tells System allows to do the operation
when invalid data, or input given or selected

Is This Answer Correct ?    3 Yes 0 No

How to write Negative test cases?..

Answer / trupti

Can any one answer how write test case for Pie chart and
excel sheet..

Is This Answer Correct ?    1 Yes 1 No

How to write Negative test cases?..

Answer / mudaseer

negatives test cases means invalid test cases which is
written to ensure that the test cases fail .for example in
atm when u enter in multiples of 230 it should display
please enter in multiples of 100 and in sign in page when
you enter valid mail id but wrong password it should not
allow you inside. and if u dont enter username and password
in sign in page it should display please enter user name and
password here we are writing invalid test cases

Is This Answer Correct ?    1 Yes 1 No

How to write Negative test cases?..

Answer / navari s

- By considering the negative flow of the application.
- By using at least one invalid input in each set of data.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

Types of risks

5 Answers   QA,


You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?

1 Answers  


How to prepare traceability matrix?

1 Answers  


Explain the scenario with example.

4 Answers  


what is the diffrence b/w Test approach,test stratagy,test plan?

1 Answers   CIL,


tell me about high severity & high priority bug?

4 Answers  


plz can anyone tell me about agile in real time

1 Answers  


This Question asked in Oracle Walk-in Write the content of high level design documents? Thanks in advance

4 Answers   Oracle,


What is the actions will be taken after preparing and reviewing test cases. Directly we will go for execution and how can we know the status of the application(whether the build is completed by unit testing).After unit testing completed, what are the next steps????

1 Answers  


i have an android phone i want to share a photo to my friends phone via Bluetooth.can you tell me possible test cases for this?

2 Answers  


what are the major observations that you made when you are doing compatibility testing particularly in web applications?

3 Answers   ADITI,


What are the positive and negative testing can be done to social site like orkut?

3 Answers  


Categories