Forum Discussion

monj's avatar
monj
Occasional Contributor
9 years ago

Load UI how to auto changed the text input at each run or different data for multiple virtual users

I have recorded a sceario, one of the step is regarding save the UI data into one group. for example user input all data -> save as "group 1". the system did validation before saving it as "graoup...
  • RyanHeidorn's avatar
    9 years ago

    Hi ismee,

     

    If I understand correctly, you want to modify your scenario so that some of the data being sent is different each time. This is certainly possible with LoadComplete, though the process is slightly different depending on the format of the values you want to parameterize (HTML form fields in POST requests, JSON, XML, AMF, etc.). 

     

    The easiest way to do this is to use LoadComplete's built-in parameterization wizard. You can use data from an Excel worksheet, CSV file, or any ODBC-compliant database. Or you can use LoadComplete's data generator to create randomized data sets.

     

    The manual process of parameterization in LoadComplete (without using the wizard) is described here: https://support.smartbear.com/viewarticle/65027/.

     

    Hope this helps!