I'm trying to write a script that sets some fields in the testSteps table from other values I already have, and I can't figure out the format. When I do a workItem.getTestCase().getTestSteps();
on the item I get back
keys:[step, description, classification, sampleParameters, duration, instructions, expectedResult, notes, labLocation, sampleDesc];steps:[{values=[text/html:
1, text/html:
, text/html:
, text/html:
, text/html:
, text/html:
, text/html:
, text/html:
, text/html:
, text/html:
]}];
How would I say, change the first testSteps value of step from 1 to 3 and then set it back?