Get List of Non Executed Tests | Selenium Forum
Y
youralok Posted on 21/05/2019

Hi,

I have created an Hybrid Framework with Java using the Test NG. In Extent reports, I get the list of tests that were executed. Once any test is failed, the execution stops there and we do not know what exactly happened. Can I get the list of all the tests with status that it was not executed and with the reason?


A
Ashish Thakur Replied on 23/05/2019

There might be some problem in the code you've written. If the test fails. it will be marked as failed and the next test would start executing.


Y
youralok Replied on 23/05/2019

Ok. Can you please suggest any area of the code that I can check to correct it?
I have created the code as it is given in your videos.


A
Ashish Thakur Replied on 23/05/2019

Which module are you referring?


Y
youralok Replied on 23/05/2019

Here is the one that I had followed as mentioned in my initial request:

TRAINING VIDEO - 24 - Duration 8 hr 14 mins


A
Ashish Thakur Replied on 25/05/2019

Please watch the videos carefully. We have covered everything in detail.


Y
youralok Replied on 30/05/2019

Ok, I will try again and if needed, will get back to you. Thank you.


A
Ashish Thakur Replied on 30/05/2019

Let us know if you face any issue.


Y
youralok Replied on 28/11/2019

Please close this for now. Thanks.