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.

Is there a way to use a variable in the "Custom column name:" of a databank?

Options
BrianQuantum
BrianQuantum Posts: 23

I am iterating over a set of data using a REST GET command. I have an XML databank saving values from the response. I don't know how many responses I will get prior to the test. I run a command that counts the number of responses prior to the test so that during the test, it knows how many responses there will be. I would love to use a variable that gets incremented in the Test Scenario in part of the "Custom column name:" so that I have unique values to use in subsequent tests. Can this be done? Thanks

Comments

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    There is no way to use a variable within Custom column name. Even if there was, I'm not sure that would solve your problem, since you would need to reference each unique variable later in your tests, but you wouldn't know ahead of time which ones you could reference. I'm wondering if you should instead write the values to a Writable data source, which will aggregate the values in multiple rows within a single column. Then, if you needed to get specific values, you could use scripting to check how many values were added and pull out the specific ones you need.