Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Developed in 12.53, also tested on 12.02 but did not work on that version.
- TC.log("Message from TruClient to logfile", "Standard")
- if (TC.userId == -1)
- {
- // running in VUgen
- TC.log("TruClient running in VUgen", "Standard")
- // set waiting time to 2 seconds
- TC.setParam("TT", "2")
- TC.setParam("ScriptTest", "Yes")
- }
- else
- {
- TC.log("TruClient running in LoadMode", "Standard")
- // set waiting time to
- TC.setParam("TT", "20")
- }
- TC.log("TT configured as " + TC.getParam("TT"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement