谢谢解答!作者: asks_zhuang 时间: 2006-9-22 16:21 标题: 原因就是没有输入参数啊 testcase Find (SEARCHINFO Data)
介绍,你定义了一个Testcase,其名字是Find,其运行时候需要一个参数(Data),参数类型是SEARCHINFO,
该类型是一个自定义类型,定义如下(和C里面的Struct一样!)
[-] type SEARCHINFO is record
[ ] STRING sText // the target text
[ ] STRING sPos // either <HOME> or <END>
[ ] STRING sPattern // the pattern to find
[ ] BOOLEAN bCase // case sensitive search ?
[ ] STRING sDirection // either Up or Down
[ ] STRING sExpected // the expected match