Forum Discussion

vxramad's avatar
vxramad
Contributor
13 years ago

parameterizing content dispositioned variables

I have recorded a task and i see that one of the task variable value is in content dispositioned format.

Now i am planning to parameterize the values for this parameter through DB connection Excel.



The field takes input as date and the current value shows as

2010%2F01%2F01  this is for 2010/01/01



If i am parameterizing this field like i said earlier, in the excel sheet should i provide the value as 2010/01/01 or should i provide the value as  2010%2F01%2F01


3 Replies

  • To provide additional information on the query- from the attached screenshot if i have to parameterize the value of the highlighted object from database variable (Excel sheet)

    How should i enter the values in the Excel sheet

    should i provide the value in the Excel sheet as 12 orange Blvd  or should that be 12%2C+Orange+Blvd



    please clarify
  • Hi,


    You do not need to convert your data stored in an Excel file to the Content-Disposition format. So, you can provide your values as 12 orange Blvd and 2010/01/01. When running the test, LoadComplete will convert the request parameters to the Content-Disposition format by itself if it is needed.