I am trying to make my script flexible by specifing some values as LoadRunner attributes in the Runtime Settings dialog. But when I run the following JavaScript during playback:
var id_coordinator = LR.getLRAttr("id_coordinator");
I get the error:
Evalute JavaScript code var id_coordinator - LR...id_coordinator); ** failed - exception occurred: API_ERROR_INVALID_RU
NTIME: LR.getLRAttr("id_coordinator") APIError: Not Implemented
This API is described in the TruClient docs... does it just not work in development mode? How can I debug scripts that use LR attributes if they don't work in dev mode?