Bug 43727 - Test Action does not support variables or functions
Summary: Test Action does not support variables or functions
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.3
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 10:54 UTC by Dmitry Kudrenko
Modified: 2007-10-30 07:48 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Kudrenko 2007-10-29 10:54:08 UTC
TestAction duration field supports only numeric values.
Seems it is impossible to specify dynamic pause using Test Action.

It is possible to put a Timer to TestAction element, but I think it will be 
great to allow variables/parameters in this field.
Comment 1 Sebb 2007-10-30 05:20:15 UTC
Yes, that's because the field is converted to an integer before it is stored 
in the test plan. But I agree, this is an unnecessary restriction.

The field should be made bigger to allow for function calls.

And the label should make clear that the value is in milliseconds.

Comment 2 Sebb 2007-10-30 07:48:57 UTC
Applied to SVN in r590093
Comment 3 The ASF infrastructure team 2022-09-24 20:37:40 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2041