How to write negative testcase?

Answers were Sorted based on User's Feedback



How to write negative testcase?..

Answer / kayessor bangalore

we write the testcases against Business requirement
specifications,that is called negative test cases.

Is This Answer Correct ?    5 Yes 1 No

How to write negative testcase?..

Answer / abhijit

Hi,

continoue with same example i.e. login test case

for example Username=test & password=test

If you try to login into the system with Username=plan &
password=plan

System gives error message "Please enter valid username &
password"

this is the kind of negative testing.

Is This Answer Correct ?    4 Yes 1 No

How to write negative testcase?..

Answer / ruhi

Working against the specified functionality. Nothing but
testing the functionlaity to fail.If a particular action is
specified to show a result of "X" for an input of only
value "A". Then trying to work with values other than "A"
is nothing but a negative test case.

Is This Answer Correct ?    4 Yes 1 No

How to write negative testcase?..

Answer / ram balaji

we will test the application prevently what are all the
possibles for accuring a error.To test against the customer
requierments.

Is This Answer Correct ?    4 Yes 1 No

How to write negative testcase?..

Answer / semo

Suppose ur testing login screen.
If u enter username and if u donot enter pwd and try to
click login button..At this time the system should give
error message as "Enter Pwd"..
in order to test these type of things..you will do
Negative testing .Prepate the test data like the aboue.

Is This Answer Correct ?    2 Yes 0 No

How to write negative testcase?..

Answer / vardhani

negative test case is used to check when a wrong data is
entered into the application or the product, it should
indicate that it as an invalid input. By writing negative
test case you should get the positive result that is your
expected result (ie. it must show it is wrong).

Is This Answer Correct ?    1 Yes 0 No

How to write negative testcase?..

Answer / ramu

u r test u r application with negative test data.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

how to write a testcase for coke vewnding machine

1 Answers  


As a test engineer, to whom u are submitting test report?

3 Answers  


How will you assign priorities to test cases?

4 Answers  


What is Tracebility Matrix ? What is there in that and what will u do with that ?

15 Answers   CTS, Polaris,


how do you manage the testing for enhancement projects

1 Answers   Accenture,


test measurment techniques

1 Answers  


What are the testing types? Tell me abt few?

4 Answers  


What is test methodology?

3 Answers  


At what stage, the application can undergo performance testing?

1 Answers  


Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks

1 Answers  


Can anyone explain about agile software methodology...

2 Answers   IBM,


Exact difference between Verification and Validation?

7 Answers   Wipro,


Categories