Summary: | 碩士 === 國立臺灣大學 === 電子工程學研究所 === 107 === Technology is very well-developed nowadays, electronic products have been integrated into our lives. Web pages and programs could meet the users'' requirements and make our life more convenient. They provide a lot of graphical user interface to show some information for everyone. However, we need to do some testing and if we adopt manual tests, it would be very complicated and time-consuming, moreover, the quality of the test cannot be guaranteed. Therefore, some automated tools and methods need to be designed to perform generalized verification of web pages, such as Selenium can provide a simulation at the user''s perspective to test the components on the web pages.
In the process of web page testing, there are some components affected by the mouse hovering event and we regard them as the Hover elements. We also care about the elements sensitive to mouse clicking action and they will produce a sub-list and we view them as Drop-down list elements. This thesis records general testing about such components and we propose two test flows. One is using the DOM-based method and the other one is Pure Image techniques.
|