What is negative path testing?
Answers were Sorted based on User's Feedback
negative path testing is part of functional testing,
in negative testing the test engineer will test the
application in negative thoughts .
EX: if suppose user name is there in the application. in the
user name we enter only a to z.the test engineer will test
the numbers, special character etc.this type if testing is
negative path testing.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / anjali
Test the application with the invalid test cases
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sri
Testing aimed at showing software does not work. Also known
as "test to fail".
| Is This Answer Correct ? | 1 Yes | 2 No |
when design phase is going on what testing team will do?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
what is mean by impact analysis ,how we used to select regression TC using this?
How do you get programmers to build testability support into their code?
What do you do (with the project staff) when the schedule fails?
What is Software Testing?
what is the diff between verification and validation.is verifiction and validation will takes place in each and every phase..pls send a clarified answer
is that software tester may or may not be involved in the actual acceptance testing
When to stop testing? (Or) how do you decide when you have tested enough?
what is configuration management...please explain... thanx
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
What is Injuction testing?