文章分类 -  QTP技巧-Framework相关

摘要:Function MyTest(ParamA, ParamB)Dim OCSet OC = Log.EnterFunction("MyTest",Array("ParamA", ParamA, "ParamB", ParamB))'Function codeEnd FunctionFunction Repeat(sText, iCount)Dim iFor i = 1 to iCountRepeat = Repeat + sTextNextEnd Function'Class to define a function 阅读全文
posted @ 2012-06-25 21:26 dushuai 阅读(185) 评论(0) 推荐(0)
摘要:1.Reporting model2.Execution model3.Batch execution model4.Test Data management and maintenance5.Script maintenance process6.Object repository maintenance7.Naming/Coding guidelines or standards8.Support for multiple version of application9.Estimation guidelines/process10.Error or Exception handling1 阅读全文
posted @ 2012-06-24 16:43 dushuai 阅读(126) 评论(0) 推荐(0)