Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Executes utPLSQL test suites using the testSuite operation.

Inputs

Input Name

Input Code

Required

Description

Suite InFDUTPLSQL_TSUITE_INP_SUITE_INYesThe name of the test suite to be tested.
Recompile InFDUTPLSQL_TSUITE_INP_RECOMPILE_INNoPass FALSE if you do not want utPLSQL to automatically recompile your test suite before running the test.
Reset Results InFDUTPLSQL_TSUITE_INP_RESET_RESULTS_INNo

Pass FALSE to tell utPLSQL to not reset the results information, in which case you will still be able to view results by calling utResult.show. Otherwise, utPLSQL clears the result data after each test.

Per Method Setup InFDUTPLSQL_TSUITE_INP_PER_METHOD_SETUP_INNo

Pass TRUE to run the setup and teardown procedure before and after each unit test procedure is executed. Default of FALSE means that these programs will be run once, at the start and end of the suite test execution as a whole.

Override Package InFDUTPLSQL_TSUITE_INP_OVERRIDE_PACKAGE_INNo

Override the automatic determination of package names thus removing the one to one relationship between test package and package to test. Default is false. Instead of using this parameter consider the procedure runSuite.

Artifacts 

This operation delegates the consume/produce artifacts decision to the workflow developer.

Endpoint Selection

This operation delegates the selection to the workflow developer to determine.

Endpoint Execution 

This operations delegates the execution to the workflow developer to decide.

  • No labels