Quantcast
Channel: Unit Testing SSRS
Viewing all articles
Browse latest Browse all 22

New Post: How to setup Dev, Test, Prod environmnents

$
0
0
I was asked how organise environments (Dev, Test, Prod) .
My preference is to use BIDS (or Data Tools) as Dev environment, where developer can create and modify report without deployment. Then I create 2 solution environments using Configuration Managers. On SSRS server I create 2 or more folders Test and Prod and setup deployment path in the Configuration Managers. When report looks good enough I deploy it to Test folder of SSRS. Then I create Visual Studio unit test to run report in Test folder. When test is passed I deploy report to Prod folder.
Again, Visual Studio (BIDS) is not testing placeholder. I do not use this tool in VS directly. I just create project type unit test which invokes the tool. The tool analyses SSRS folder content, run report through web services, creates linked reports in that folder, etc.

Viewing all articles
Browse latest Browse all 22

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>