很多網友都問道,在qtp裡面,在2個action之間怎麼通過parameter傳遞引數。
action之間傳遞引數有3種方式
1、 環境變數
這個簡單,在設定中自定義環境變數就行了,定義完了,如果想留著下次使用,還可以匯出。
2、datatable
3、parameter
舉個例子就明白了
a 在預設action1加入**:
print "this is action1"
parameter("name") = "from action1" '記住這個地方,給name賦值一定要用parameter包起來,
'不然系統不知道你給inputparameter裡的name賦值
runaction "action2", oneiteration,parameter("name")
同時,新增乙個inputparameter : name
b test 中新增action2 (after the current step), 並加入**:
print "in the action2 : "¶meter("name")
同時,新增乙個inputparameter : name
最後,執行結果如下圖:
QTP中Action的引數呼叫
一 action的引數呼叫1 1 設定引數 action properters action parameter 增加input的引數和output的引數 2 action 1 的指令碼 parameter output action1 output msgbox action1 input met...
GAMS系列分享4 引數parameter
gams的基本資料型別2 parameter。parameter 一共有三種形式,分別對其進行介紹,並介紹新手常見的錯誤。目錄 1,scalar 2,parameter 3,table 4 table常見錯誤 就是沒有定義在集合之上。其他兩種都定義在集合上。具體的語法查一下資料就知道了。可以給高維資...
資料來源控制項引數類Parameter
parameter 類表示由 asp.net 資料來源控制項用來選擇 篩選或者修改資料的引數化 sql 查詢 篩選表示式或業務物件方法呼叫中的引數。parameter物件包含在 parametercollection 物件中。在執行時計算parameter物件,將其表示的變數的值繫結到資料來源控制項...