- Test-Driven Java Development(Second Edition)
- Alex Garcia Viktor Farcic
- 139字
- 2021-06-24 18:31:49
User interface testing
Even though unit testing can and should cover the major part of the application, there is still a need to work on functional and acceptance tests. Unlike unit tests, they provide higher-level verifications, and are usually performed at entry points, and rely heavily on user interfaces. At the end, we are creating applications that are, in most cases, used by humans, so being confident of our application's behavior is very important. This comfort status can be achieved by testing what the application is expected to do, from the point of view of real users.
Here, we'll try to provide an overview of functional and acceptance testing through a user interface. We'll use the web as an example, even though there are many other types of user interfaces, such as desktop applications, smartphone interfaces, and so on.
- TypeScript Essentials
- LaTeX Cookbook
- SoapUI Cookbook
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- C# Programming Cookbook
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Ext JS Data-driven Application Design
- Koa開發(fā):入門、進(jìn)階與實(shí)戰(zhàn)
- C程序設(shè)計(jì)案例教程
- OpenShift在企業(yè)中的實(shí)踐:PaaS DevOps微服務(wù)(第2版)
- Mastering Drupal 8 Views
- Domain-Driven Design in PHP
- Apache Camel Developer's Cookbook
- Python:Deeper Insights into Machine Learning
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)