Topic by Duncan Taylor
Content
I avoided asking this question in here because I had a ticket in with Oracle TS. But I have not received an answer from them so I'm going to ask here.
Does anyone actually know how the Test Harness functionality works? The documentation for this is practically non-existent aside from a tips FAQ.
I'm getting a bunch of errors I have no idea how to fix because I have no idea what the harness is doing. What I'm looking for is an explanation which looks like the following:
"The test harness will first run the setup function. Next it will loop through run the fetchObject function once. If the return value is an array it will run the validate function once for each value in the array. The cleanup function will be run once after each validate operation. It is passed 1 parameter which is the object which was used in the validate function."
The above is obviously NOT how it works, but I'm hoping someone can correct this based on what they've figured out.