Semantics-based Automated Web Testing
@inproceedings{Guo2015SemanticsbasedAW, title={Semantics-based Automated Web Testing}, author={Hai-Feng Guo and Qing Ouyang and Harvey P. Siy}, booktitle={International Workshop on Automated Specification and Verification of Web Sites}, year={2015} }
We present TAO, a software testing tool performing automated test and oracle generation based on a semantic approach. TAO entangles grammar-based test generation with automated semantics evaluation using a denotational semantics framework. We show how TAO can be incorporated with the Selenium automation tool for automated web testing, and how TAO can be further extended to support automated delta debugging, where a failing web test script can be systematically reduced based on grammar-directed…
Figures and Tables from this paper
One Citation
A machine learning approach to generate test oracles
- Computer ScienceSBES
- 2018
This work presents an approach based on machine learning (ML) for automation of the test oracle mechanism in software that uses historical usage data from an application captured by inserting a capture component into the application under test.
22 References
Automated Test Oracle Generation via Denotational Semantics
- Computer Science2014 14th International Conference on Quality Software
- 2014
Gena was extended with an interface for users to define semantic domains, and formal semantic evaluation functions for mapping from syntax to semantics, based on the methodology of denotational semantics.
A framework for automated testing of javascript web applications
- Computer Science2011 33rd International Conference on Software Engineering (ICSE)
- 2011
A framework for feedback-directed automated test generation for JavaScript in which execution is monitored to collect information that directs the test generator towards inputs that yield increased coverage is presented.
Using production grammars in software testing
- Computer ScienceDSL '99
- 1999
It is concluded that the use of production grammars in combination with other automated testing techniques is a powerful and effective method for testing software systems, and is enabled by a special purpose language for specifying extended production Grammars.
Finding Bugs in Web Applications Using Dynamic Test Generation and Explicit-State Model Checking
- Computer ScienceIEEE Transactions on Software Engineering
- 2010
A dynamic test generation technique for the domain of dynamic Web applications that utilizes both combined concrete and symbolic execution and explicit-state model checking and minimizes the conditions on the inputs to failing tests so that the resulting bug reports are small and useful in finding and fixing the underlying faults.
Invariant-based automatic testing of AJAX user interfaces
- Computer Science2009 IEEE 31st International Conference on Software Engineering
- 2009
This work proposes a method for testing AJAX applications automatically, based on a crawler to infer a flow graph for all (client-side) user interface states, and identifies AJAX-specific faults that can occur in such states as well as DOM-tree invariants that can serve as oracle to detect such faults.
Testing Web applications by modeling with FSMs
- Computer ScienceSoftware & Systems Modeling
- 2004
A system-level testing technique that combines test generation based on finite state machines with constraints with the goal of reducing the state space explosion otherwise inherent in using FSMs is proposed.
Controllable Combinatorial Coverage in Grammar-Based Testing
- Computer Science, MathematicsTestCom
- 2006
The notion of controllable combinatorial coverage and a corresponding algorithm for test- data generation are described and implemented in the C#-based test-data generator Geno, which has been successfully used in projects that required differential testing, stress testing and conformance testing of grammar-driven functionality.
A Symbolic Execution Framework for JavaScript
- Computer Science2010 IEEE Symposium on Security and Privacy
- 2010
This paper builds an automatic end-to-end tool, Kudzu, and applies it to the problem of finding client-side code injection vulnerabilities, and designs a new language of string constraints and implements a solver for it.
A dynamic stochastic model for automatic grammar‐based test generation
- Computer ScienceSoftw. Pract. Exp.
- 2015
This paper presents an automatic grammar‐based test generation approach, which takes a symbolic grammar as input, requires zero control input from users, and produces well‐distributed test cases using a novel dynamic stochastic model.
Simplifying and Isolating Failure-Inducing Input
- Computer ScienceIEEE Trans. Software Eng.
- 2002
The delta debugging algorithm generalizes and simplifies the failing test case to a minimal test case that still produces the failure, and isolates the difference between a passing and a failingTest case.