I ivon Member Aug 24, 2015 #1 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.
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.
Marco Kalter Administrator Staff member Aug 24, 2015 #1 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.
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.