VasanthVijay
12 years agoContributor
in sources control problem
i am facing problem in testcomplete with sorce control checkin and checkout policy.busines logic layer.mds file i cant able to checkin it showing invalid . i cant able to checkin.
Please give solution for this issuse.
Thanks in advances.
Vasanth.V
Please give solution for this issuse.
Thanks in advances.
Vasanth.V
Hi,
The testRunner variable is not exposed within Mock scripts, there is a mockRunner instead - in other words, mocks can't access properties in that way.
However mocks can access Global properties from within mock scripts e.g.
def globalProperty = com.eviware.soapui.SoapUI.globalProperties.getPropertyValue(
"MyProp"
)
Regards,
Rupert