- Modern Web Testing with TestCafe
- Dmytro Shpakovskyi
- 156字
- 2021-06-11 18:01:34
Conventions used
There are a number of text conventions used throughout this book.
Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: 'Open basic-tests.js in a code editor (or IDE) of your choice and let's create a simple test.'
A block of code is set as follows:
const { Selector } = require('testcafe'); fixture('My first set of tests'); test('My first test', async (t) => { // Your test code });
Any command-line input or output is written as follows:
$ cd test-project/
$ mkdir tests
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: 'Expected result: 'Issue created' notification should be displayed:'
Tips or important notes
Appear like this.
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Linux系統文件安全實戰全攻略
- Google系統架構解密:構建安全可靠的系統
- Linux性能優化
- Installing and Configuring Windows 10:70-698 Exam Guide
- 異質結原理與器件
- Linux就該這么學
- Windows Server 2019 Administration Fundamentals
- jQuery UI Cookbook
- 計算機系統的自主設計
- Cassandra 3.x High Availability(Second Edition)
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- 分布式高可用架構之道
- UI設計手繪表現從入門到精通
- OpenVZ Essentials