Automated testing for SSRS reports

Thilina 6 Reputation points
2020-10-29T08:33:08.193+00:00

Hello,

I'm currently looking for a way or tool to implement automated testing for reports created by SSRS. It should have features to test all areas of the SSRS reports including report body( tables , charts etc..) , performance measures ( report loading time etc.) and the layout of the report. I know it's a really challenge but can someone propose a workaround for this?

Thanks!

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,911 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,576 Reputation points
    2020-10-30T03:02:33.067+00:00

    Hi @Thilina ,

    According to your description , you want to get an Automated Test for ssrs .

    You could try in the following aspects:

    Web (ssrs web portal): Selenium

    Unit test: Reporting Services Unit Testing Framwork

    Layout test: Sikuli

    Reference :

    Automated Testing for SSRS Reports

    How to automate tests for reports in SSRS

    Hope it can help you.
    Best Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.