Jmeter scripting - how to capture value from drop down list?

jakarta.apache.org/jmeter/usermanual/fun... Example: Define SOURCE="a||c|" in the test plan. ${__split(${SOURCE},SPLIT),|} This will return the contents of VAR, i.e."a||c|" and set the following variables: SPLIT_n=4 (3 in JMeter 2.1.1 and earlier) SPLIT_1=a SPLIT_2=? SPLIT_3=c SPLIT_4=?

(null in JMeter 2.1.1 and earlier) SPLIT_5=null (in JMeter 2.1.2 and later) In your case, to get "normal", you'd want to reference ${SPLIT_3} Depending on the source code, it might be easier to write a regex to extract your value: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions