Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This article describes how Qlik Application Automation can be used to perform and review app evaluations and take action accordingly.
Example
In this example, we'll create an automation that evaluates an app before publishing it to a managed space.
Before you continue, create a new automation.
Add a Condition block that verifies whether the vCacheOverrun variable is empty. If it's empty, it means there are no (too) slow cached objects and the app can be published. Add a Publish App To Managed Space block to the Yes outcome of the Condition block and add a Send Mail block from the Outlook connector to notify your team about the published app.
If the vCacheOverrun variable is not empty, the app should not be published. Add another Variable block vStringCache of type string to the No outcome of the Condition block. Set the value of this variable to the output from the vCacheOverrun variable and add the implode formula to transform the list variable into a string.
Bonus
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.
We want to do the performance testing of the Qlik Apps that we have already published in the Prod environment.
Some testing like load testing with 500-1000 users / and some other parameters like how much time the app and its individual tabs are taking in seconds to open.
What is the best way to do ?
Hello @dhandarphaleMayur
Do you mean an on-premise Qlik Sense environment or a Qlik Cloud environment?
All the best,
Sonja
Qlik Cloud environment.
We have got some pretty big apps, (tothe tune of > 7 GB which no-one paid attention to while developing. It is now taking time to open up. We are on Qlik SaaS and still in UAT environment.