<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Automated testing of output in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224567#M76957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have been thinking about how to test the figures that QlikView produces in the UI, by pointing it to a test database with known data, and somehow testing that the figures produced in the UI are the expected results.&lt;/P&gt;&lt;P&gt;My reasoning is that in cases where mistakes in the UI or the script could be very costly to a client, I want a way to quickly and regularly conduct tests without doing it manually.&lt;/P&gt;&lt;P&gt;Has anyone investigated this? I can't find anyone doing automated testing of QLikView. One idea I had was to use the Selenium or Watin web page testing frameworks to test the output of documents published to an intranet via a server using the AJAX deployement, although I have not tried this yet.&lt;/P&gt;&lt;P&gt;Any thoughts or guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Apr 2010 10:22:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-26T10:22:04Z</dc:date>
    <item>
      <title>Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224567#M76957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have been thinking about how to test the figures that QlikView produces in the UI, by pointing it to a test database with known data, and somehow testing that the figures produced in the UI are the expected results.&lt;/P&gt;&lt;P&gt;My reasoning is that in cases where mistakes in the UI or the script could be very costly to a client, I want a way to quickly and regularly conduct tests without doing it manually.&lt;/P&gt;&lt;P&gt;Has anyone investigated this? I can't find anyone doing automated testing of QLikView. One idea I had was to use the Selenium or Watin web page testing frameworks to test the output of documents published to an intranet via a server using the AJAX deployement, although I have not tried this yet.&lt;/P&gt;&lt;P&gt;Any thoughts or guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 10:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224567#M76957</guid>
      <dc:creator />
      <dc:date>2010-04-26T10:22:04Z</dc:date>
    </item>
    <item>
      <title>Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224568#M76958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I had the opposite problem, verifying a SSRS report with the help of a QlikView app.&lt;/P&gt;&lt;P&gt;I would try the following in your place:&lt;BR /&gt;1) think about data scenarios you would like to verify and define/create a reference dataset&lt;BR /&gt;2) create bookmarks for the scenario selections&lt;BR /&gt;3) export your tables / graphs to Excel or print PDF's for each bookmarked scenario&lt;BR /&gt;4) calculate expected results and compare with your QlikView results.&lt;BR /&gt;5) Adobe has a great PDF comparison tool (costly) that will show differences between different runs / versions of your app&lt;BR /&gt;6) haven't looked into this but you might be able to automate testruns from within a QlikView macro. An alternate would be to use Autoit (free) for the automation.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Juerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 13:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224568#M76958</guid>
      <dc:creator />
      <dc:date>2010-04-26T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224569#M76959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some good ideas, thanks - hadn't thought about Macros, may investigate that, and hadn't thought about bookmarks.&lt;/P&gt;&lt;P&gt;It would be great to get a process like you describe as frictionless as possible. I'll try to report back to the forum if I ever find a good way to do this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 16:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224569#M76959</guid>
      <dc:creator />
      <dc:date>2010-04-26T16:16:35Z</dc:date>
    </item>
    <item>
      <title>Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224570#M76960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have similar issue as jdallen. I know Selenium and Watin are option, when used on AJAX. But currently we are using IE plugins, and it is observed that the IE developer does not recognise the qlikview obect ids when opened with IE plugins(as it is on a dot net framework). Do you have any suggestions/ alternatives for this?&lt;/P&gt;&lt;P&gt;However, use of macros does help, but this will help testing only the values generated in the UI. If we could achieve GUI, Usability along with Functional testing with any given tool would be great.&lt;/P&gt;&lt;P&gt;I would like to know more on the bookmark thingy suggested. Request you to elaborate on this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Preethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224570#M76960</guid>
      <dc:creator />
      <dc:date>2010-10-01T07:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224571#M76961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also researching for test automation of QV while developing and maintaining the QV documents. &lt;BR /&gt;Is there any updated information for QV UI testing? Is it possible for QV UI testing be abe to be automated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also refer to the following discussion I made.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/232227#232227"&gt;http://community.qlik.com/message/232227#232227&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaung &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 04:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224571#M76961</guid>
      <dc:creator />
      <dc:date>2012-06-26T04:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224572#M76962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if you able to figure any good tool that we can use to test qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sirisha Chigurupati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 12:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224572#M76962</guid>
      <dc:creator />
      <dc:date>2016-05-26T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automated testing of output</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224573#M76963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This topic is 6 years old.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a question, I suggest your start a new topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 12:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-testing-of-output/m-p/224573#M76963</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-05-26T12:18:34Z</dc:date>
    </item>
  </channel>
</rss>

