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

Wrong results with Infinite Iterations !!

HEllo,

If i am using infinite iterations and a particulat time limit . It isa giving me wrong results.

Why is it so ??

8 Replies
Sebastian_Fredenberg

What do you mean by wrong results?

/sebastian

Not applicable

Hello Nikhil,

Please explain the situation completely. so that we can assist you.

Thanks

San

nikhilgarg
Specialist II
Specialist II
Author

Hey,

I make a test scenario where under open doc i put change sheet and then

select the listbox. Now i put users 5 , iteration to infinity, ramp period

to 5 mins. Now when i execute the result and create the qvd's and analyse

the result , there i can only see that req is upto opendoc and it doesnot

cover changesheet and listbox. Why is it so ??

Plz help.

Thanx

On 09-Feb-2015 9:05 PM, "Sebastian Fredenberg" <qcwebmaster@qlikview.com>

nikhilgarg
Specialist II
Specialist II
Author

Hey,

I make a test scenario where under open doc i put change sheet and then

select the listbox. Now i put users 5 , iteration to infinity, ramp period

to 5 mins. Now when i execute the result and create the qvd's and analyse

the result , there i can only see that req is upto opendoc and it doesnot

cover changesheet and listbox. Why is it so ??

Plz help.

Thanx

Sebastian_Fredenberg

Without seeing the time limit (duration) you have set it is hard to answer. The script will stop when it reaches the amount of iterations performed or it has ran for its duration in seconds.

If the duration is shorter than the time for the first virtaul user to perform the change sheet, then the action will not be performed.

That is the most likely reason, the other would be that there is something wrong in the script but then those actions should be performed (and failed).

nikhilgarg
Specialist II
Specialist II
Author

HEy,

Duration i keep 5 mins. But the test execute from access point to open doc only !!

Sebastian_Fredenberg

If the scripts stops after opendoc and it is not due to duration is finished you have to troubleshoot why that is. To do so, right click on the script in the execution tab and select open in jmeter. Once jmeter opens enable View Results Tree and run the script with 1 user. The view results tree component will allow you to look at the requests that are sent and recieved.

Failed requests are marked in red, so select those and look at the response data why it fails. That should give you pointers what is wrong. Example problems could be access denied (no license) or file not found (due to special characters in filename).

Also it is no point of having a rampup of minutes if your duration is also 5 minutes. The last user will basically start at the same time as the script ends.

nikhilgarg
Specialist II
Specialist II
Author

Ohk , Thankx . I wil check it out. But what to do with Performance counter values ??

I am not able to see those values on Printsheet and Calendar time and neither the CPUa nd RAM usage . What to do . Plz suggest.