Hello.
I use the Test Manager in the PL/SQL Developer v8.0.4.1514. Can you please tell the answers to my questions:
1) Can I use 2 or more independent PL/SQL-block in a test window, for example, to reset the values of package variables? Example:
begin
dbms_session.reset_package;
end;
begin
my_package.my_procedure ();
end;
2) Can I organize a list of tests in the Test Manager window in a tree, like the object browser?
I use the Test Manager in the PL/SQL Developer v8.0.4.1514. Can you please tell the answers to my questions:
1) Can I use 2 or more independent PL/SQL-block in a test window, for example, to reset the values of package variables? Example:
begin
dbms_session.reset_package;
end;
begin
my_package.my_procedure ();
end;
2) Can I organize a list of tests in the Test Manager window in a tree, like the object browser?