What is Exception Testing? Explain in Detail.
What is Exception Testing? Explain in Detail.
I have never heard about exception testing.Will you tell me how you get familiar with this term?
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
Exception Testing
I guess is, to test if the application is showing the error messages appropriately and is recovering from the errors to continue running the application.
There is a concept called Exception Handling in s/w programming. It is carried out as one of the phases of SDLC. Here, the expected errors in the s/w application are handled so that, the correct and complete error message is displayed to the user, rightly recovered, execution status is updated and the error is logged for future reference.
Exception Testing may be all about testing to see if such development techniques are followed or not.
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.
-sutnarcha-
Good Answer Sutnarcha
For Testing perspective Exception Testing means tester needs to verify the error messages or exceptions which developers mentioned during coding or mentioned in requirement docs for different-2 scenarios like..server down,payment down,applications error,system errors etc.
Please correct me if i m wrong
some time our s/w throw exception during the execution of that s/w ,we have to find out all the way in which our s/w throw the exception