Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.1

...

  • Environment variables: Values that come from the environment that is currently enabled for the active suite.Image Removed

  • IDE variables: Eclipse variables, such as project_loc, as well as Parasoft variables, such as test_suite_loc (test suite location). For example:

    ${project_loc:MyProject}/DataSource/${soa_env:CVS_DIR}/my_csv_file.csv

    ${test_suite_loc}/../${soa_env:XLS_DIR}/my_excel_file.xls

    IDE variables: Eclipse variables, such as project_loc, as well as Parasoft variables, such as suite_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.

...