Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

Problem in Attached Document

Hello,

I am going through how to use Jmeter with QLikview and i am stuck somewhere having following heading:

1: Customise recorded script to load test qlikview -> Pg.15

2: Configure path to files with random series.

Can you help me in this , what does it mean??

25 Replies
Sebastian_Fredenberg

Hello

That document has been replaced by the tool in the link below, which will simplify script creation and execution.

QV Scalability Tools (QV10,QV11)

/sebastian

nikhilgarg
Specialist II
Specialist II
Author

Hey,

Actually i am using 32 bit system so i think i cannot use QVTools. So i have to go with Jmeter only.

SO can you kindly tell me how to add:

XPath extractorPollObject and PollString Builder Objects ?? You can see this on page number 22 in documnet attached here.

Sebastian_Fredenberg

Hi,

Those components are included in the jmeter template (StandardComponents_QV10.jmx) included in the zip, under QV10 Standard Components.

Note that the template is for QV10, not QV11. It is also a lot more work to use this to create scripts compared to scalability tools, so I strongly recommend that you explore the possibilities to create the script on a 64bit machine.

nikhilgarg
Specialist II
Specialist II
Author

Hey,

I would love to use QV Tools but my machine is 32 bit. Is there QVTools for 32 bit system ???

And also i didn't get u completely. I mean i cannot find "XPath extractorPollObject and PollString Builder Objects " options in JMeter. Can you plz tell me again where to find this ?? Where can i find QV10 Standard Components ??

Sebastian_Fredenberg

Hello,

We do not have a supported 32bit version of scalability tools - 64bit is recommended to be able to simulate virtual users.

As for the second question, the document you are referring to in the original post comes in a zip file with other files and one of them is "StandardComponents_QV10.jmx". It contains logic created in jmeter specifically to communicate with qv. It is not something included in jmeter by default so in order to find it you have to load that jmx file in jmeter.

nikhilgarg
Specialist II
Specialist II
Author

Hey,

But when i unzipped jmeter, i couldnot find any such document named "StandardComponents_QV10.jmx".

Plz help

Sebastian_Fredenberg

Hello

Yes, that is true as it is not part of jmeter. It is part of the same package that included the document you refer to in the first post, downloaded from qlik community (I assume).

nikhilgarg
Specialist II
Specialist II
Author

HEy,

Thankx . I found it and working on it. Just want to ask that , Can we add :

Polltimer , XPATH Extractor INVALID objects and Poll string builder INVALID objects , XPATH Extractor objects and Poll string builder objects under very first poll request ? and then add poll loop ??

nikhilgarg
Specialist II
Specialist II
Author

HEy ,

I am also confused where to put XPATH Extractor INVALID objects and Poll string builder INVALID objects , XPATH Extractor objects and Poll string builder objects .

I search  in every transaction controller where first tym Pollname is written. Under that req i put:XPATH Extractor INVALID objects and Poll string builder INVALID objects

ANd just before that req i put:  XPATH Extractor objects and Poll string builder objects .

Is it so ??