Answer Posted / kalyani.b
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 |
Post New Answer View All Answers
Test cases for Internal IP Messenger
what is scrum how with ex?
What is the difference between coupling and cohesion?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is the difference between load and stress testing?
What is the difference between Functional testing and Unit Functionality testing?
Explain Testing process in your organization?
What are microsoft 6 rules?
How soon the bug should get fixed?
How do you test google or gmail application??tell me step by step process??
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
Write 10 test scenarios to test remember me checkbox present in login window
What are the different levels of manual testing?
Explain the importance of agile testing?
Have u ever done testing related to a database,give examples to support u r answer.