Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi,
seems that there is no setStatus method in your SudentDTO class but setModelStatus.
So , I think that is typing error .
Change your line in groovy script
hope that helps
regards
nebojsa
eviware.com
seems that there is no setStatus method in your SudentDTO class but setModelStatus.
So , I think that is typing error .
Change your line in groovy script
student.setStatus(status); // instead of this
student.setModelStatus( status);// use this
hope that helps
regards
nebojsa
eviware.com