国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

簡介gui測試建模-----外文翻譯.doc

約13頁DOC格式手機(jī)打開展開

簡介gui測試建模-----外文翻譯,third international conference on software testing, verification, and validation workshopson modeling of gui test profilelei zhao and kai-yuan cai$department of...
編號:16-256495大小:453.00K
分類: 論文>外文翻譯

內(nèi)容介紹

此文檔由會員 wanli1988go 發(fā)布

Third International Conference on Software Testing, Verification, and Validation Workshops



On Modeling of GUI Test Profile


Lei Zhao and Kai-Yuan Cai$

Department of Automatic Control
Beijing University of Aeronautics and Astronautics Beijing, China 100191 zhaolei@asee.buaa.edu.cn



Abstract – GUI (Graphical User Interface) test cases contain much richer information than the test cases in non-GUI testing. Based on the information, the GUI test profiles can be represented in more forms. In this paper, we study the modeling of the test profiles in GUI testing. Several models of GUI test profiles are proposed. Then we present a methodology of studying the relationship between the test profiles and the fault detection in GUI testing. A control scheme based on this relationship that may be able to improve the efficiency of GUI testing is also proposed.

Keywords – GUI testing, test profile modeling, test case characteristics

I. INTRODUCTION
Due to the widespread usage of Graphical User Interfaces (GUIs) in various software applications/systems, GUI testing has attached much importance to software development. GUI testing means the testing of GUI applications, including the testing of GUIs’ function and structures, as well as the underlying code behind GUIs. GUI applications have many features different from non-GUI applications: the inputs to a GUI application are events; the execution results of a GUI application depend on not only the current user input, but also the history of user operations; the input domain of a non-trivial GUI application is extremely large or even infinite. These features make GUI testing different with the testing of non-GUI applications.


簡介GUI測試建模
趙雷和蔡開元
自動控制系統(tǒng)部分
北京航空航天大學(xué)
中國,北京100191
郵箱:zhaolei@asee.buaa.edu.cn

摘要—GUI(圖形用戶界面)測試用例包含的信息比非GUI測試用例豐富得多。基于這些摘要信息,GUI測試資料可表現(xiàn)在更多的形式中。在本篇論文中,我們研究建模試驗剖面在GUI中的測試。幾種型號的GUI測試型材相繼被提出。然后我們提出了一個關(guān)于研究在測試剖面和故障檢測中的方法論來進(jìn)行圖形用戶界面測試。在此基礎(chǔ)上,一個基于這種關(guān)系的控制計劃也被提議,這個計劃也許可以有效地提高GUI測試的效率。
關(guān)鍵詞—GUI測試,測試剖面模型,測試用例特點(diǎn)
一、引言
由于圖形用戶界面在各種軟件應(yīng)用程序/系統(tǒng)中廣泛使用,GUI測試重視軟件的開發(fā)。圖形用戶界面測試就是GUI應(yīng)用程序的測試,包括測試圖形用戶界面的功能和結(jié)構(gòu),以及在圖形用戶界面后面潛在的代碼部分。GUI應(yīng)用程序有許多不同于非GUI應(yīng)用程序的特點(diǎn):GUI應(yīng)用程序的輸入事件;執(zhí)行一個GUI應(yīng)用程序的結(jié)果不僅取決于當(dāng)前的用戶輸入,而且也取決于用戶操作的歷史;輸入域的一個非平凡的GUI應(yīng)用程序是非常大的甚至是無窮的。這些特點(diǎn)使GUI測試不同于非GUI應(yīng)用程序測試。