Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Assigning variables to Data Source

reactancexl
reactancexl Posts: 160

Trying to fulling understand this pattern. Lets say I have a JSON Databank and write a value to a writable DS. The DS ends up with 10 entries. If I assign a Variable to the DS column, will that variable become "Mutable" and contain a single entry and change with each new entry, or will it contain all the values as an array?

Tagged:

Comments

  • jakubiak
    jakubiak Posts: 795 admin

    I am assuming you are talking about test variables. If so, it will become mutable with a single entry that changes for each iteration over the writable data source.

Tagged