Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unit testing

Hi

how to perform unit testing in qlikview

plz give the info on this

thx

2 Replies
Not applicable
Author

unit testing

jagannalla
Partner - Specialist III
Partner - Specialist III

Hello,

It all depends on the requirement what we need ?

Ok anyway I'll explain what i do in my projects.

Step1:

  • We should understand the requirement what we got.
  • Try to develop sample application with sample data according to requirement.
  • Once the sample application satisfies then integrate it in many application.

Step2:

  • First try to develop the graph charts in Straight table. B'coz in straight table you can see the data of expression what you have taken. Once it is satisified with your requirement then convert that chart to graphical chart.
  • If you are working on button actions, selections on chart, If you want to see whether it is selected or not .In this cases better to take Current Selection box to see the results of selections.
  • If you are develping the set analysis script in the chart and if you are facing any problem with set analysis. Better to hard code the set analysis and change the code later once you see the result what you need.
  • Develop the code one bye one for set analysis

Hope it helps you

Cheers!!

Jagan