Research on the Implementation Technology of Generic Codec for Web Application Testing

Yongpo Liu,Ping Li,Shuangmei Liu,Ji Wu
DOI: https://doi.org/10.2991/icsecs-13.2013.10
2013-01-01
Abstract:This paper presents the design of generic codec for testing Web application. Codec is a necessary part of TTCN-3 test system which transfers from TTCN-3 template data and SUT (the system under test) input data, and from SUT output data to TTCN-3 template data. The generic codec needs to transform TTCN-3 template into URL request string, analyzing the Web page, and then extract the Web page. Because of conscious of the Web pages with large volume of data and noise data, the multi-level parsing and composition strategy has been presented in this paper. Experiments show that the strategy works well and could save much codec development effort.
What problem does this paper attempt to address?