How to report Negative Test Cases? Do we need to insert any
new column in the Test Case Document for Negative Test
Cases seperately? I'm very much confused. Please answer this
question!!!
Answers were Sorted based on User's Feedback
Answer / amit
There is nothing exactly like negative test case.
If we test with negative data, then it is called negative
testing. So no need to add new column for this.
For ex : There is a text box. According to the validation
it will take only alphanumeric value according to the SRS
(like 12gh, amit, amit 1234, 11amit). In this case enter
some special characters in that field ($&)@!) to know
whether it is accepting that or not. It is called negative
testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / veeresh kumar
Negative testing is something which relates to testing the
System against its requirements.
Every System has its requirements & defintions.Test Cases
are written based on the System requirements. If I
understood your question properly , you are confused
regarding where to write the negative test cases? THis is
good question, generally we tend up writing Test Cases as
per System Requirements and we have the results for the
same. Most of Test Engineers however also test -Ve test
cases during the whole testing process , but never record
them in test-procedure. Yes we should record them seprately,
may be by adding few more test cases as mentioning them as
-ve test cases or as suggestions to system requirements. I
hope this answers your question.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sree
Hi Amit!!Thanks for replying. Even i know about -ve Testing.
But, i thought testers can prepare seperate Test Cases for
Negative Testing also.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mudaseer
as soon as we get the requirement we start writing test cases both positive and negative test cases.for example requirement
says in a banking application the amount entered should be between 100 and 5000.so we enter values between 100 to 5000 and test whether money is transferring or not.we also test for less than 100 and more than 5000.that is we write negative test case but seperate column is not required.when we write negative test case it should fail but the test case is
passing then we report to the developer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashish
Negative test case says that try out some different way for
the same requirment but behavior of product should not
change i.e breaking mantality of developer.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are drawbacks in system development life cycle
what is beta testing
what is database testing?
Example For Load And Stress Testing.
Which testing is this- verifying the funtionality of each programme 1. white box testing 2. black box testing 3. glass box testing 4. grey box testing
1) How to test session ? 2) There is a website in which the user has to register to use its features. Suppose one user has registered in that site by paying some amount only for 1 month. Now i want to test the application that the user should not use the features of the site after 1 month. How to test it? The tester cannot wait for 30 days to test it....bear in mind..Thanks in advance...
PLEASE ANY ONE SEND SAMPLE DEFECT REPORT DOCUMENT MY MAIL ID IS-----gvbabu143@gmail.com THANKS IN ADVANCE
What types of testing is specifically important for web testing?
What is the first test in software testing process a)Monkey testing b)Unit Testing c)Static analysis d)None of the above
What are the stages of the Bug?? What is the exact life cycle of the bug??
Write scenarios as on a paper cup (which we use to have tea) [Believe me, they can ask any type of question! :)]
5 Answers College School Exams Tests, IBM,
Explain the Flow of V-Model