Let take a look on the sample code:
STRING QuickTest = (Winrunner> Qtp) ? License : Tutorial
- If value of variable Winrunner is greater than Qtp, 4test would assign value of License to QuickTest;
- If value of variable Qtp is greater than Winrunner, assign value of Tutorial to QuickTest;