I have a TestNG program that takes certain parameters as arguments from command line. TestNG is invoked programmatically. One of these arguments is “locale” which indicates either US or DE or ES etc. If i specify US it executes the test cases specified by the runner for US locale. If i sepecify “US,DE” it runs [...]
The post Running testng in a loop by modifying global variables appeared first on BlogoSfera.