2011年12月25日

摘要: If the action called by the RunAction statement includes an ExitAction statement, the RunAction statement can return the value of the ExitAction’s RetVal argument. Note that this return value is a return value of the action call itself and is independent of any values returned by specific output par 阅读全文
posted @ 2011-12-25 14:43 空城优昙 阅读(175) 评论(0) 推荐(0)
 
摘要: 1) Calling Actions Using Basic SyntaxIn the Expert View, a call to an action with no parameters is displayed within the calling action with the following basic syntax:RunAction ActionName, IterationQuantityFor example, to call the Select Flight action and run it one iteration:RunAction “Select Fligh 阅读全文
posted @ 2011-12-25 14:42 空城优昙 阅读(224) 评论(0) 推荐(0)
 
摘要: To use the Dictionary object, you must first add a reserved object to the registry (in HKEY_CURRENT_USER\Software\Mercury Interactive\QuickTest professional\MicTest\ReservedObjects\) with ProgID=”Scripting.Dictionary”. For example:HKEY_CURRENT_USER\Software\Mercury Interactive\QuickTest professional 阅读全文
posted @ 2011-12-25 14:40 空城优昙 阅读(161) 评论(0) 推荐(0)
 
摘要: Create a text file containing the comments, function calls, and other statements that you want to include in your action templateàsave the text file as ActionTemplate.mst in your <QuickTest Installation Folder>\dat folder. 阅读全文
posted @ 2011-12-25 14:39 空城优昙 阅读(139) 评论(0) 推荐(0)