List/Grid
Tag Archives: loadscripting
Loadrunner scripting:How to do a Check using strcmp?
Here are some example of how to do some check in your scripts using strcmp……. Compares string1 and string2 to determine the alphabetic order. int strcmp ( const char *string1,… Read more