- Web Services Testing with soapUI
- Charitha Kankanamge
- 158字
- 2021-08-05 18:39:22
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "The <s:Body>
element carries the actual message payload."
A block of code is set as follows:
CREATE TABLE IF NOT EXISTS ROOM_T( room_number INT NOT NULL, room_type VARCHAR(100) NOT NULL, room_size varchar(100) NOT NULL, PRIMARY KEY(room_number));
Any command-line input or output is written as follows:
create database HOTEL_RESERVATION_DB;
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "You can check the Create a desktop icon checkbox to create an icon on the desktop so can you can easily launch soapUI".
推薦閱讀
- 數據庫原理及應用教程(第4版)(微課版)
- Modern Programming: Object Oriented Programming and Best Practices
- SQL Server 2008數據庫應用技術(第二版)
- Live Longer with AI
- Python數據分析:基于Plotly的動態可視化繪圖
- Starling Game Development Essentials
- 科研統計思維與方法:SPSS實戰
- INSTANT Android Fragmentation Management How-to
- TextMate How-to
- 視覺大數據智能分析算法實戰
- Power BI智能數據分析與可視化從入門到精通
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 企業主數據管理實務
- 高效使用Redis:一書學透數據存儲與高可用集群
- Hands-On Big Data Analytics with PySpark