What is negative Testing ? Write Negative Test Cases on
"Edit" Button, "Cancel" Button ?

Answers were Sorted based on User's Feedback



What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / revati

Negative testing:

Tests aimed at showing that a component or system does not
work.
Negative testing is related to testers' attitude rather
than a specific test approach or test design technique,
e.g. testing with invalid input values or exceptions.

Negative test cases for both Edit and cancel button would
be:
1> It should not accept any key other than mouse click or
Enter key or a specific combination of key (e.g. Alt-E or
Alt-C)

Is This Answer Correct ?    21 Yes 2 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / v

Negative Testing:
Testing the system in a negative way i.e. Checking that
wether system is doing what it is not supposed to do.

Is This Answer Correct ?    20 Yes 7 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / raji

Negative Testing is done to show that the software does not
fail and it remains stable when an unexpected input is
given.

Is This Answer Correct ?    11 Yes 2 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / dineshbalaji

Negative testing means Testing the system using negative
data. eg., for every login page there will be some minimum
and maximum characters to type, so by entering above/below
specified characters we need to check. if it accepts then we
should declare it as a DEFECT(Bug).

Is This Answer Correct ?    6 Yes 1 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / varsha b

Negative testing means designing the test cases with the
sole purpose of breaking the software.

If software does do something that it is not suppose to do
then it is actually positive testing as software is
behaving as expected.

Negative test cases for Edit button:Try to enable edit
button using other hot keys(means if alt+e is the hot key
then press alt+any other alphabet)

Is This Answer Correct ?    4 Yes 1 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / pp

Negative Test cases means checking the system is not behaving which it is not supposed to. It means by giving wrong input it is giving proper error message or warning.

Is This Answer Correct ?    2 Yes 0 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / otgoo

For my thinking negative test cases should be checked
outgoing restrict and some special value If you want to make
negative test cases show att excel files.

Is This Answer Correct ?    0 Yes 0 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / kazi

for my thinking,nagative test case should be checked min no
of charactor/max no of charactor and give some special value
(exmpl-123,@,%,_)and try to execute.

Is This Answer Correct ?    1 Yes 2 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / priyanka

When we check the forum for those inputs which it should
not supposed to be accept.For example

Is This Answer Correct ?    10 Yes 12 No

What is negative Testing ? Write Negative Test Cases on "Edit" Button, "Cancel"..

Answer / anjani d

Negative Testing is simple testing the application beyond
and below of its limits.

1)We want to enter a name for that negative test can be
first we enter numbers.
2) we enter some ascii characters and we will check
3)First numbers and characters we will check
4) name should have some minimum length below that we will check

Is This Answer Correct ?    6 Yes 8 No

Post New Answer

More Manual Testing Interview Questions

Hi, my name is Maiko and I work as a Business Analyst. Does anybody have experience with TOSCA Testsuite? I hear it's all new and great but I can't really find any user reviews. Please help me out. thx

2 Answers  


If a defect is found in UAT after releasing what can a tester tell to his Manager about that defect?

2 Answers   IBM,


what is the diff b/w Test Strategy and test approach doc? and which team prepares these doc's?

2 Answers  


what is the Quality and Value that you are going to add to your company

3 Answers  


who will infrom the testers when the build is ready to test from developement side?

5 Answers   Infosys,






how we do system testingf project?

3 Answers   InfoStep,


hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.

4 Answers   IBM,


what is mean by service level testing? what will come under this?

1 Answers  


what is definition of functional and security testing

6 Answers   HCL,


Define cause effect graphing?

0 Answers  


(urgent)hi all can any one answer to following questions.i have an interview tomorrow.it will be a great help if any one answer to this questions.thanks all. 1.when ever we get a build do we need to do smoke test is it compulsory,and how much do they spend for test. 2.generally all the testcases are stored in which place in real time.is there tool used to store that testcases and test plan,suppose we are using test director can we store all our test cases in it, and where does entire application test cases and test plan is stored assuming that company is using test director. 3.and when we file a bug,and it gets fixed after that do we need to do regressing testing only on that test case or any other test cases also.how the process will be there in real time. 4.when ever a new feature is added to the application do all the test cases to be re executed. 5. can we use toad, winaql in oracle database to access sql queries.

8 Answers   Instill,


Different environments in software testing?

3 Answers  


Categories