Computer Engineering and Applications ›› 2019, Vol. 55 ›› Issue (5): 55-59.DOI: 10.3778/j.issn.1002-8331.1708-0157

Previous Articles     Next Articles

Method of Cross-Browser Compatibilities Testing for Web Application

WEI Qingjie1, LIU Shukun2   

  1. 1.College of Computer Science and Technology, Chongqing University of Posts and Telecommunications, Chongqing 404100, China
    2.College of Software Engineering, Chongqing University of Posts and Telecommunications, Chongqing 404100, China
  • Online:2019-03-01 Published:2019-03-06

一种Web应用跨浏览器兼容性测试方法

韦庆杰1,刘淑坤2   

  1. 1.重庆邮电大学 计算机科学与技术学院,重庆 404100
    2.重庆邮电大学 软件工程学院,重庆 404100

Abstract: With the widespread of Web application and the growing browsers that it runs on. The Cross-Browser Incompatibilities(XBI) becomes a serious problem with the increasing browsers versions. This work puts forward a new method that calls Cross-Browser Compatibility Testing(XBCT). It combines of DOM analysis, screen element analysis with computer vision. Compared with existing method, it shows higher accuracy than that of others.

Key words: cross-browser compatibilities, Web application, Document Object Model(DOM), testing

摘要: 随着Web应用的日益普及,及可执行此类应用程序的浏览器越来越多,版本也在不断更新,Web应用的跨浏览器不兼容(Cross Browser Incompatibilities,XBI)已成为Web应用开发者面临的严重问题。提出一种结合DOM(Document Object Model)结构分析和页面元素(Screen Element)的计算机视觉分析方法,实现Web应用的跨浏览器兼容性测试XBCT(Cross-Browser Compatibility Testing),和现有的测试方法比较,实验结果表明了所提方法能够提高测试结果的准确性。

关键词: 跨浏览器兼容性, Web应用, 文档对象模型(DOM), 测试