Description
The table stores the values of token variables that will be used when running a tokenized (parameterized) manual test.
Columns
The table contains the following columns:
Seq : int, allows null: no
The ordinal number of the iteration in which the token value is used.
TestId : int, allows null: no
The ID of the test that uses the token variable.
TokenName : nvarchar (max 100 chars, or 202 bytes), allows null: no
The name of the token variable.
TokenValue : nvarchar (max 1000 chars, or 2002 bytes), allows null: yes
The value of the token variable in the current iteration.