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 |
What does the scope contain in a test plan
What is industry standard for code coverage numbers?
What is the Diff between Code Walk through & Code Review?
if we got new bug in the retesting due to errors in the code is the bug regression bug or retesing bug
what is testplan? and can you tell the testplan contents?
When is Ad-hoc Testing done in a project?
what is UAT and IST ?
what is test case and test scenario , plz do explan with example....
1.what is function incrementation and Bing- Bang 2. Drivers are also known as: a. Spade b. Test harness c. scaffolding
why do u go for whitebox testing,when black box testing is available?
how do u perform regression testing,means what test cases u select for regression
what is data base testing, explain with example