...
Environment variables: Values that come from the environment that is currently enabled for the active suite.
IDE variables: Eclipse variables, such as
project_loc
, as well as Parasoft variables, such astest_suite_loc
(test suite location). For example:${project_loc:MyProject}/DataSource/${soa_env:CVS_DIR}/my_csv_file.csv
IDE variables: Eclipse variables, such as${test_suite_loc}/../${soa_env:XLS_DIR}/my_excel_file.xls
project_loc
, as well as Parasoft variables, such assuite_loc
(responder suite location).
Dynamic Variables
Dynamic variables represent values that may change during tool execution, for example, data source columns, data bank columns, and suite-level variables. Data source columns depend on the current data source row.
...