Concolic testing with static analysis for JavaScript applications

MODULARITY '14: Proceedings of the companion publication of the 13th international conference on Modularity(2014)

引用 0|浏览0
暂无评分
摘要
JavaScript has given a great deal of impacts on the software industry. However, developers test JavaScript applications only with manually constructed test cases, which makes it difficult and time-consuming to obtain reasonable test coverage. Because of the loosely-typed and extremely dynamic features of JavaScript, generating nontrivial test inputs of certain forms only with existing testing algorithms has been challenging. Until recently, available assistance tools for testing JavaScript applications are relatively little compared to static languages such as Java and C#. In this paper, we introduce an automatic test generation tool, which combines concolic testing with static analysis. Using the static analysis results, our tool can generate nontrivial test inputs for JavaScript applications. We implement the tool on top of the SAFE framework using its static analyzer and a concolic test generation approach.
更多
查看译文
关键词
automatic test generation tool,concolic test generation approach,javascript application,static language,nontrivial test input,static analysis result,static analyzer,concolic testing,static analysis,test case,reasonable test coverage,javascript
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要