cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2331
Views
14
Helpful
4
Replies

Expression Testing in RTTEST

jdean74
Level 1
Level 1

Would someone be willing to post a quick 'How To' or most used expression tests for RTTEST? Looking to learn more about expression testing through RTTEST.

Thanks in advance for your time,

JWD

4 Replies 4

Unfortunately id doesn't. I'm looking for expression testing examples, or perhaps a accurate description of syntax/usage.

Thanks,

Thunderbird1
Level 1
Level 1

A quick and easy way I use is to build the expression in Formula editor ( Script Editor , If Node has one, along with a whole load of others)

and copy and paste it into the expression

e.g.

rttest:expr SkillGroup.Cus01ACD1.Skg1.Avail

rttest:expr Service.Cus01ACD1.Svc1.AgentsLoggedOn

rttest:expr Peripheral.Cus01ACD1.Status

rttest:expr ApplicationGateway.SamsTest.Available

Remember whatever is data returned is dynamic and changes constantly.

Wonderful. Thank you very much for taking the time to reply. This is exactly what I was looking for.