BookmarkSubscribeRSS Feed
Vimal08
Obsidian | Level 7

Hi Team,

Is there any utility, which we can leverage after migrating SAS 9.4 Artifacts on SAS Viya 3.x or 4, to test (Unit test) that everything got migrated successfully and working fine on SAS Viya.

Your help is highly appreciated.

2 REPLIES 2
AllanBowe
Barite | Level 11

If you're looking for a framework to unit test SAS Macros, web Services and Jobs - you can check out the SASjs CLI: https://cli.sasjs.io/test

It works identically across Viya, SAS 9, and Foundation SAS.  So you can build your unit tests on both sides and compare the results (in JSON, XML, CSV, and LCOV formats)

/Allan
SAS Challenges - SASensei
MacroCore library for app developers
SAS networking events (BeLux, Germany, UK&I)

Data Workflows, Data Contracts, Data Lineage, Drag & drop excel EUCs to SAS 9 & Viya - Data Controller
DevOps and AppDev on SAS 9 / Viya / Base SAS - SASjs
Vimal08
Obsidian | Level 7

Thank you Allan!!

Indeed this will help us for SAS jobs, macros and web services, but is there any utility or approach, which can help us to test other artifacts as well such as, OLAP cubes, Info Maps, VA reports etc.?