Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

Utah State University

2012

Combinatorial

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Test Case Generation Using Combinatorial Based Coverage For Rich Web Applications, Chad Maughan May 2012

Test Case Generation Using Combinatorial Based Coverage For Rich Web Applications, Chad Maughan

All Graduate Theses and Dissertations, Spring 1920 to Summer 2023

Web applications are increasingly moving business and processing logic from the server to the browser. Traditional, multiple-page request/response applications are quickly being replaced by single-page applications where complex application logic is downloaded on the initial page load and data is then subsequently fetched asynchronously via the browser's native XMLHttpRequest (XHR) object.

These new generation web applications are called Rich Web Applications (RWA). Frameworks such as the Google Web Toolkit (GWT), and JavaScript model-view-controller (MVC) frameworks such as Backbone.js are facilitating this move. With this migration, testing frameworks need to follow the logic by moving analysis and test generation from the …