Recent content by Alex.A.

  1. A

    Testmanager

    Mike, oh, exactly, i see what you mean. thanks. is it posible to pass dynamic parameter? or it is possible to pass only fixt values?
  2. A

    bug or feature in test of object types

    i haven't told, we are using 9.0.1 version create or replace type myobj as object ( -- Created : 15.09.2011 14:38:30 -- Purpose : -- Attributes myobj_id NUMBER, myobj_name VARCHAR2(2), CONSTRUCTOR FUNCTION myobj RETURN SELF AS RESULT, CONSTRUCTOR FUNCTION myobj(myobj_id...
  3. A

    bug or feature in test of object types

    hi, it looks like bug, but maybe is a feature that i can#t understand i have object types with different overloaded constructor. so i want to test one of them, right click> Test and get the generated code like declare result scott.myobj; obj myobj; begin obj := myobj(myobj_id =>...
  4. A

    Testmanager

    i thought the test-set is only for one testscript, where you can implement different testcases for one function, and one testscript is one call of a function so if i want to test all my functions i have to make several test-sets i imagine the test suite that unites all test-sets, so i can...
  5. A

    Testmanager

    Hi all, do you plan to extend the testmanager? it will be nice to have a possibility to create a test suites or something like this Thank, alex
Back
Top