Connectivity & Data Prep

Discussion board where members can learn more about Qlik Sense Data Connectivity.

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this topic

otherjainprince810
Contributor II
Contributor II

How to automate data validation between SQL Server and Qlik project - seeking recommendations

I am the QA Analyst for a project where we have a data warehouse on a SQL Server database, with Qlik serving as the front end for report visualization.

Our primary goal from a QA perspective is to validate that the data displayed on Qlik reports is correct and consistent with the data stored in the SQL Server database tables.

Currently, we are able to perform this validation manually, but we are interested in automating the process to improve efficiency and reduce potential errors.

We need to be able to write a program that would have basically below steps.

1.  Connects to a Qlik sheet/report, pulls out the displayed data into excel /csv files

2.  Connects to the underlying database( SQL Server ) on which the Qlik Sense Sheet is based

     2.1 Applies ETL logic to 'raw' data from the underlying DB

3.  Compares the two sets of data and flags any problems.

I am able to connect SQL server DB and pull the data into excel sheet via VBA macro but the 1st part which is 'connect Qlik sheet and export into excel sheet' 

I would appreciate any guidance or recommendations on how to proceed with automating our QA validation.

Thank you in advance for your help!

I am beginner of in QA automation. I just googled it about this scenario and got to know that it can be done using python.

Who Me Too'd this topic