NOTICE: Our Community is moving. Get more information.
Yes, there is an alternative which is outlined below:
TestPlan.pln
[-] Test Description [ ] script: testscript1.t [ ] testcase: test1 [ ] $sData = "This is a comment that is set through a testdata variable" [ ] testdata: $sData [-] another Test Description [ ] script: testscript1.t [ ] testcase: test1
testscript1.t
[-] testcase test1 (string sData optional) [ ] print ( sData) [ ] print ("HI") [ ] LogError ("error")