Proceedings of the 2008 International Symposium on Software Testing and Analysis 2008
DOI: 10.1145/1390630.1390661
|View full text |Cite
|
Sign up to set email alerts
|

Dynamic test input generation for web applications

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
82
0

Year Published

2010
2010
2014
2014

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 123 publications
(82 citation statements)
references
References 21 publications
0
82
0
Order By: Relevance
“…Since then, other researchers have extended the concolic technique to handle PHP code [10], [32]. Wassermann et al [10] and Artzi et al [32] have also utilized a concolic approach to generate test cases for PHP web applications. Other test case generation techniques for web applications use crawlers and spiders to identify and test web application interfaces.…”
Section: Related Workmentioning
confidence: 99%
See 2 more Smart Citations
“…Since then, other researchers have extended the concolic technique to handle PHP code [10], [32]. Wassermann et al [10] and Artzi et al [32] have also utilized a concolic approach to generate test cases for PHP web applications. Other test case generation techniques for web applications use crawlers and spiders to identify and test web application interfaces.…”
Section: Related Workmentioning
confidence: 99%
“…While their work has made some progress in this area, they have only provided guidance for creating new tests [7], generated new test cases limited to numeric values [9], and considered only small desktop applications. However, web applications involve different challenges than desktop applications written in C or Java [10], and the majority of web applications heavily deal with strings in addition to numeric values. In addition, while Taneja et al [8] propose an efficient test generation technique by pruning unnecessary paths, the dynamic symbolic execution-based test generation approach used by other researchers can still be expensive and infeasible when we apply it to large size applications.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…Concolic execution [15,23,13,6] is an alternative popular approach that mix symbolic and concrete execution to generate test cases. The code under test is executed initially on random inputs and symbolic constrains on are collected at run-time on assignments and decision points (branches).…”
Section: Related Workmentioning
confidence: 99%
“…To date, researchers have developed various security testing techniques. These include techniques that generate test cases or identify vulnerabilities focusing on specific attacks, such as SQL injection or cross-site scripting (XSS) [4][5][6][7]; generate test cases using model-based approaches, such as threat modeling or use case modeling [8][9][10][11][12]; and generate test cases from control policy specifications [13,14] (Section 2 provides details).…”
Section: Introductionmentioning
confidence: 99%