Language 4Test
| Date: | 04/20/05 |
| Author: | Eric DeCosta |
| URL: | n/a |
| Comments: | 0 |
| Info: | n/a |
| Score: |
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.")
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments