Unanswered question

How to pass different 'search' terms from CSV into a request?

While recording, on a web page, i will search the state keyword 'Montana' and select that from the result list.
How to simulate this scenario for multiple virtual users with multiple search terms fetching them from a CSV file?

Sumith H.
Sumith H.

Sumith H.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You just need to create a File type variable in NeoLoad pointing your CSV file. Then configure it for example with a change policy of "on each iteration" Global/Sequential so each virtual user uses a new search value on each iteration.

In the Design section replace your recorded search value by your File variable name. You can use the NeoLoad picker or directly write ${MyFile_Variable_name}.

 

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

To complete Nouredine's answer, the syntax is ${myVariableName.columnName}