1Test run started : 05/29/2008 02:51:03 PM 2BEGIN StrConv 3 TEST START : Test StrConv function 4 ITEM Assertion OK : Converts the string to uppercase characters:ABC EFG HIJ 5 ITEM Assertion OK : Converts the string to lowercase characters:abc efg hij 6 ITEM Assertion OK : Converts the first letter of every word in string to uppercase:Abc Efg Hij 7 TEST OK : Test StrConv function 8END StrConv 9Test run finished : 05/29/2008 02:51:03 PM 10