Skip to main content

AOP_TEST24_PKG

Constants

Others

-- c_aop_version 
c_aop_version constant varchar2(6) := '24.1'

RUN_AUTOMATED_TESTS Procedure

Run automated tests in table AOP_AUTOMATED_TEST; if p_id is null, all tests will be ran

Syntax

procedure run_automated_tests(
p_app_id in number,
p_id in aop_automated_test.id%type default null,
p_only_failed in varchar2 default null)

Parameters

NameDescription
p_id

Id of record in table, null is all

p_app_id

Application Id

RESET_AUTOMATED_TESTS Procedure

Reset all automated tests in table AOP_AUTOMATED_TEST

Syntax

procedure reset_automated_tests(
p_app_id in number,
p_id in aop_automated_test.id%type default null,
p_only_failed in varchar2 default null)

SYNC_AUTOMATED_TESTS Procedure

Add new and update existing automated tests in table AOP_AUTOMATED_TEST based on the entries in the AOP Sample App

Syntax

procedure sync_automated_tests(
p_app_id in number,
p_id in aop_automated_test.id%type default null,
p_only_failed in varchar2 default null)