Test cursor with Test Manger

ivon

Member
I have a test suite created with Test Manager. A test script for a procedure has as output parameter a cursor. How can I test this cursor.
 
You can only test is by processing the cursor in the Test Script itself. You can pass the result to the Test Manager in an indicator variable.
 
Back
Top