Distinguish Failure Reports

Experiences, small talk, and other automation gossip.
rahulcan
Posts: 11
Joined: Tue Dec 18, 2018 5:04 am

Distinguish Failure Reports

Post by rahulcan » Tue Dec 18, 2018 5:58 am

Hi,

Can we distinguish between Failure Reports? Like what cases are getting failed due to Functional failures or internal failures like Time outs etc?
I am running test cases and some cases are getting failed, but its a tedious process to segregate between functional failures and internal failures. Any help would be appreciated.

User avatar
RobinHood42
Posts: 324
Joined: Fri Jan 09, 2015 3:24 pm

Re: Distinguish Failure Reports

Post by RobinHood42 » Wed Dec 19, 2018 12:48 pm

Hi,
Can we distinguish between Failure Reports? Like what cases are getting failed due to Functional failures or internal failures like Time outs etc?
Well, I guess that's exactly your job to find a way to distinguish between those failures. You reporting and error handling, the way you setup your tests, should enable you to find the root cause of the failure :wink:

Cheers,
Robin