- Web App Testing Using Knockout.JS
- Roberto Messora
- 301字
- 2021-08-05 17:24:56
What this book covers
Chapter 1, Web Application Testing in the Modern Web, is an introduction to modern web development, showing how important the testing of increasingly complex applications is. In particular, it shows how the classic client-side development based on jQuery is no longer the best solution when unit testing becomes one of the pillars of the implementation strategy. Also, it suggests that a new design approach is needed, based on a JavaScript MV presentation design pattern.
Chapter 2, The Knockout.JS UI Framework Explained, covers the most important features of Knockout.JS, which is the most well-known JavaScript presentation pattern based on Model-View-ViewModel. It also shows how to effectively use this library in a web application and why this is a good choice in terms of unit testing and application design.
Chapter 3, The Jasmine Unit Testing Framework Explained, covers the most important features of Jasmine, a very well-known JavaScript unit testing framework, based on the Behavior Driven Development approach.
Chapter 4, Unit Testing Strategies, is the core chapter of the book. It shows how to strategically deal with the development of a JavaScript web application when unit testing plays a major role. It suggests some important design principles and approaches when developing a sample web application that uses Knockout.JS as the presentation framework and Jasmine for unit testing.
Chapter 5, Setting Up an Effective Testing Environment, shows how to set up an automated testing environment based on Gulp.JS and Karma; the first is a Node.JS module that acts as a task automation system, and the second is a test runner system. It covers the steps needed to install, configure, and execute all of the system components, including unit testing reports and code coverage. It also shows how to directly test the user interface using Phantom.JS and its page automation capabilities.
- OpenCV實例精解
- CentOS 7 Server Deployment Cookbook
- 64位匯編語言的編程藝術
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Visual Basic學習手冊
- Gradle for Android
- 深入淺出PostgreSQL
- Spring Boot Cookbook
- Creating Data Stories with Tableau Public
- 網絡數據采集技術:Java網絡爬蟲實戰
- 跟戴銘學iOS編程:理順核心知識點
- C++ System Programming Cookbook
- Hack與HHVM權威指南
- Android從入門到精通
- Python Business Intelligence Cookbook