Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

please help me asap

Hi I need to write test cases for this qvw.. i am not familiar with qvw so pls any one help me....

Thanks in advance

Sudha

5 Replies
its_anandrjs

Hi,

For this qvw which type of cases you want to know. Explain clearly please.

Thanks

Not applicable
Author

For a QVW application you can consider following test cases:

1) Whether this application opens in access point or not?

2) Does it look same as that in the Desktop Client. (sometimes things get distorted)

3) Open each chart and notice it loading time.

4) Try making some selections in the application and verify if each chart or table gives us the expected results.

5) These selections will be considered as filters for the application.

6) You can test, if any Triggers are placed on activation or button click, that works fine or not.

There can be hundereds of test cases that we can develop as per requirement.

Thanks,

Angad

Not applicable
Author

Hi Angad,

Thanks for the reply,

I want to  unit testing on this qvw. so i need step by step test cases . I am just entered into QLikview. so feeling difficulty to understand the logic in this qvw...see attached file as example

Not applicable
Author

The attached sample file has no UI created. It just has the script.

You need to create a UI first to create unit testing.

For Script

1) THe script should use QVD's whereever possible

2) You can debug the script and verify the code.

3) The data model should be efficiently created.

4) Finally you can try reloading the document. It should reload successfully.

Thanks,

Angad

Not applicable
Author

can u just explain the logic in it please... so that i can write test cases. Basically its loading the QVDs based on Quarter,herebthe quarter starts from November. so please go through the code and tell me how it s calculating...