Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
QlikQA
Contributor
Contributor

Automation tool for QA/Regression testing of QlikSense Dashboards.

Requirement:
Automation tool for QA/Regression testing of QlikSense Dashboards.


Ideally, we are looking for a solution/program to automate our Qlik QA testing:

1. Open Qlik App into browser. Fetch required data from it.

2. connects to the underlying database on which the Qlik Sense Sheet is based

2.1 - apply calculations to 'raw' data from the underlying DB

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

Please suggest an automation tool (paid/open source) which would be able to identify all the Qlik Sense app locators/elements.

Any other solution or suggestions are welcomed.

Labels (2)
2 Replies
Gui_Approbato
Creator III
Creator III

Hi, can you elaborate more about this?
Not sure I understood what is required. You have data in Qlik and want to compare it with what? And what part is automatic?

QlikQA
Contributor
Contributor
Author

Hi, thanks for the reply.

I plan to use automation tool (e.g. tool A) to fetch data from Qlik Dashboard. On other hand, I fetch data from database as well using code (e.g. java code). Then, I need to compare these both data and make sure that they are same and there is no discrepancy. So all these parts are to be automated.

Hope this provides more clarity on my question.