- Web Services Testing with soapUI
- Charitha Kankanamge
- 162字
- 2021-08-05 18:39:26
The problem domain
Our project will be based on a hypothetical Hotel Reservation System, which is targeted for use by an administrative staff of a hotel. The system consists of three basic functions as follows:
- Guest management
- Room management
- Reservation management
Let's look at the high level architecture of the sample hotel reservation application that we are going to discuss in this chapter:

The hotel reservation system comprises of three fundamental entities; Guest, Room, and Reservation. Each guest is identified by name, address, and age. The rooms are identified by room number, room type, and room size. A room reservation is done by assigning a guest to a room.
We are not going to make our project too complicated since our focus is to derive a set of web services for testing with soapUI in the next chapters. Therefore, we deliberately omit some interrelationships between these entities. For example, we assume that a guest can do only one reservation at a time.
- SQL Server入門經典
- Test-Driven Development with Mockito
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 數據驅動設計:A/B測試提升用戶體驗
- 大數據架構和算法實現之路:電商系統的技術實戰
- 基于Apache CXF構建SOA應用
- 高維數據分析預處理技術
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 云計算
- Hands-On Deep Learning for Games
- 數據之美:一本書學會可視化設計
- Arquillian Testing Guide
- NoSQL數據庫原理(第2版·微課版)
- SQL Server 2012 數據庫教程(第3版)
- 數據分析實踐:專業知識和職場技巧