Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour,
My concern is really basic but I've been blocking it for a long time 😔
I am new to QlikSense and learned about TNR automation tools. I chose Selenium which I use with Python and chrome as support but I have some difficulties to retrieve data via the source code like this array for example:
For example, I would like to retrieve all of its values to subsequently compare them with an application of an earlier version but the absence of an ID only leaves me the choice to do it via the classes and I encounter errors when I try :
I'm not sure I'm doing it right, I would greatly appreciate a little help, even a simple tip ,
Thank you in advance ! 🙂
While the tool is focused on performance testing, it also has an excellent regression testing feature. See the "Regression Testing" chapter on page 38 of the user guide.
-Rob
I recommend you take a look at using the Qlik Sense Scalability tools instead. The tool provides an excellent regression tester to identify changes between versions and test runs.
https://community.qlik.com/t5/Scalability/Qlik-Sense-Scalability-Tools/td-p/1490846
-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com
Hello,
thank you for your answer 🙂
After an analysis of the tool I noticed that its main use is for performance testing.
This is unfortunately not what I am looking for.
Would there be an API that would allow me to retrieve all the elements of an array like this image, with Python for example?
I found the QlikSense Engine API where data fetching is done in JSON but I didn't find much information on how to.
If this works I imagine that I could compare two JSON (table version 1 and table version 2 for example). Is this achievable?
thank you in advance
While the tool is focused on performance testing, it also has an excellent regression testing feature. See the "Regression Testing" chapter on page 38 of the user guide.
-Rob