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

Version 1 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 (Keep one and edit if desired.)

This operation doesn’t consume or produce any artifacts.


This operation consumes artifacts from the artifacts repository.


This operation produces artifacts that will be stored in the artifacts repository.


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


Endpoint Selection (Keep one and edit if desired.)


This operation will select all available endpoints associated to the environment instance which have resource type of {Resource Type}. 


This operation will select all available endpoints associated to the environment/instance.


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





Endpoint Execution (Keep one and edit if desired.)


This operation will execute on any one of the selected endpoints and will be random in the determination of which one.


This operation will execute on all of the selected endpoints and will execute on each of the selected endpoints.


This operation will select all available endpoints associated to the environment instance which have resource type of {resource type}. 


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

Special Considerations


[Delete section if not needed]


Describe any dependencies between properties that may exist or anything that that isn’t really covered above but is relevant to this operation.


  • No labels