Options

Is it possible to apply the same set of generators to multiple tables?

For performance testing purposes, I have multiple tables with the same schema. I'd like to be able to define the generators for the columns of one of those tables and then apply that same set of generators to all the other tables. I have seen no way in which to do this.

Answers

  • Options
    HallmarcHallmarc Posts: 2 New member
    I ended up doing this by modifying the XML project file directly but it seems this would be a useful feature to have in the GUI: copy generator definitions to another table.
Sign In or Register to comment.