Hi All,
I am trying to test a scenario where I need to validate certain parameters for a few telecom services (data speeds). A part of the xml request is below:
ServiceName>{{ServiceName}}</ServiceName
I have created a csv file and entered 12 data speed values under the column “ServiceName.” Examples of values are : F30M30M, F50M50M, F75M75M and so on.
My queries are:
-
For every iteration, I want that the service name should get saved in a collection variable first and then the test scripts should run. For example, first iteration value is F30M30M. When the first iteration runs, the value F30M30M should get set in a collection variable so that I can use it in the corresponding test scripts.
-
Is there any way to use “ServiceName” column name that I set in the CSV file directly in my test scripts?