Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to do manual testing in qlikview?
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
might help you?
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.