4Test is the language used for GUI testing by Segue Software's QA Partner. // 4Test Version of 99 Bottles of beer // // Eric DeCosta // testcase bottles() INTEGER bottles for (bottles = 99; bottles >0;) print("{bottles} bottle(s) of beer on the wall,") print("{bottles} bottle(s) of beer.") print("Take one down, pass it around,") print("{--bottles} bottle(s) of beer on the wall.")