qtp 常用對用及後面所跟的操作

2021-08-21 06:21:54 字數 742 閱讀 8591

獲取30天免費使用期:

(1),在 c/programdata/.safenet sentinel刪除或更改名稱

(2)、qtp右鍵屬性/開啟位置 ,找到 instdemo.exe 雙擊執行

1、webedit -- 文字框 -- set「資料」

2、weblist -- 下拉列表框 -- select「資料」

3、image -- 影象 --click

4、browser -- 瀏覽器 -- close

5、page -- 頁面

6、link -- 鏈結 -- click

1、winedit -- 文字框 -- set「資料」

2、winbutton -- 按鈕 -- click

3、window -- 視窗 -- activate(啟用),close(關閉),minmize(最小化),maximaze(最大化)

4、dialog -- 對話方塊 -- activate(啟用),close

5、winradiobutton -- 單選按鈕 -- set

6、wincheckbox -- 核取方塊 -- set「on」,set「off」(取消選中)

7、wincombobox -- 組合下拉框 --select「資料」

8、winlist -- 列表框 --select「資料」

9、winmenu -- 選單--select「父選單;子選單」

10、activex -- 時間控制項 -- type「資料」

QTP專題 04 物件及操作方法

本節介紹知識點包括 1.qtp自動化的原理 2.兩類物件 to 測試物件 ro 執行物件 3.操作方法 settoproperty,getroproperty,gettoproperty 1.封裝被測物件到物件庫 2.執行應用,對比物件庫里的物件屬性和執行時的真實被測物件的屬性 3.對比一致後找到相...

QTP常用函式及驗證郵箱是否符合格式要求

一,我們閒看下qtp中常用的一些函式 1 instr 函式 返回某字串在另一字串中第一次出現的位置。instr start,string1,string2 compare 2 right 函式 從字串右邊返回指定數目的字元。right string,length 舉例 dim anystring,m...

js underscore常用函式定義及用法

在underscore中我們經常會用到的函式主要有以下這些 each map filter invoke countby first uniq defaults each each list,iteratee,context 遍歷list中的所有元素,按順序用遍歷輸出每個元素。與for迴圈差多。va...