java - Default variables and select lists in JMeter -


I entered the code with the recording controller in JMT.

I was filling a lot of forms in this session. In other forms the selection box was also present with prices along with the values. For example:

  For Price: In the "john" text box, the value "1" appears in my selectbox "2" for the value (one Need to choose - none is selected by default): "Jack" in the text box appears in the value box "3" and "4" (like above) in my selection box  
< P>

There in the < Smth like Exact Extractor Add this to a http request before this page, where there is a Use Select box (first page for feedback with this page).

Assume that id = "selectboxid" can be used in your selection box, select smth:

  // [@ id = " Selectboxid "] / option [1] / @ value  

take a look at some of the more Learn more


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -