Showing posts with label Reporting. Show all posts
Showing posts with label Reporting. Show all posts

September 12, 2022

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report

How to customize report name instead of Index.html/ Dashboard.html when using latest versions of extent report

 If anyone is using the new version of Extent report may have seen that now we are getting two HTML files instead of one Dashboard.html Inde...

December 14, 2019

Multi Agent test execution in Azure

Multi Agent test execution in Azure

As we already know we can add multiple agent machines to an agent pool and use those agent pools to run jobs. Now what if we can run the ...

December 6, 2019

How can we associate MsTest test scripts with Azure test cases

How can we associate MsTest test scripts with Azure test cases

Whenever we want to start with automating an application, we start with identifying the test cases which can be and needs to be automated. ...

November 30, 2019

How to Attach result files to MsTest tests (Local and in Azure)

How to Attach result files to MsTest tests (Local and in Azure)

The results we can see along with any test written using MsTest is in the Output window. This window will be having all the logs we write d...

November 28, 2019

How to get a console output window in Visual studio to see real time logs

How to get a console output window in Visual studio to see real time logs

In eclipse we do have console output window to show all the logs we write during tests. All the strings written using  System.out.println(...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...