Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gireesh1216
Creator III
Creator III

manual testing

how to do manual testing in qlikview?

3 Replies
Chanty4u
MVP
MVP

hi gireesh,

Manual testing means.

1) what ever the metrics from BRD for ur project given by the user.

U need to fulfil the requirments as per user.

2)

while delivering the product  to the user  u need to test the document if it is getting correct or not.

3) u can test wit the sample data or test data.in Text boxes for each of the Expressions u hve in ur metrics.

Then only u can deliver if u get the correct results for those formuales.

Hope this helps u

Thanks

Suresh

Anonymous
Not applicable

might help you?

Testing in qlikview

jagan
Partner - Champion III
Partner - Champion III

Hi,

You need to validate against your data source;  For example Sales Data

Validate Sales by Year, Month, Product, Customer, Company, Supplier etc with your sales data.

Suppose if you are comparing by Product

Chart: Straight Table

Dimension: Product

Expression: Sum(Sales)

DataSource Query (For SQL):

Select Product, Sum(Sales)

FROM Sales

Group By Product;

Now copy this two results to excel and compare.  This is the way you have to test the data in Qlikview.

Regards,

Jagan.