February 2019
Intermediate to advanced
264 pages
6h 22m
English
There are a number of text conventions used throughout this book.
CodeInText: 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: "Testers may also have to use different types of files, such as .doc, .docx, .txt, .pdf, .xls, .xlsx, .csv, .png, or .jpeg to import the data in order to make sure that it works or doesn't work as defined in the test case."
A block of code is set as follows:
package JenkinsDemoPkg;import org.testng.annotations.Test;public class demoJenkins { @Test public void testJenkins(){ System.out.println("Hello World"); }}
Bold: Indicates a new term, an important word, or words that you see ...
Read now
Unlock full access