Forum Discussion

juicejylee's avatar
juicejylee
New Contributor
14 years ago

Method About Property

Hi,

I have question about method.

I use a groovy script Step, It works like Property Transfer Step.

In there,
.................................................................................................................
TestStep createJob = testRunner.testCase.getTestStepByName("CreateJob")

1. createJob.setPropertyValue(parameter, value)
2. createJob.getProperty(parameter).setValue(value)
.....................................................................................................................


1 and 2, They work same functions? same result?


Thank you for your time for me
No RepliesBe the first to reply