ebook icon indicating copy to clipboard operation
ebook copied to clipboard

Software Testing ebook

Results 9 ebook issues
Sort by recently updated
recently updated
newest added

I've installed the required dependencies and ensured they exist on my PATH, but when I run `make ebook-master ` terminal output is `make: Nothing to be done for 'ebook-master'.`

For example, in chapter on advanced unit testing: The best solution that I have seen for checking it involves using the `setOut()` method of `System` to put the output of...

Howdy, My make process fails after generating the compiled_tex files. Output of `make`: ``` pandoc main.tex -o software-testing-laboon-ebook.pdf \ --pdf-engine xelatex \ --top-level-division=chapter -N --toc --toc-depth=2 \ -M documentclass="book" \...

The value attached to pandoc's `--metadata` is escaped. Consequently, setting a value through the command line, like this: -M title="\Huge{\textbf{${TITLE}}}" …results in that literal text displaying in the document. A...

Title page is showing raw TeX instead of formatting.

The only change is the surrounding of haveUltraFun() in backticks for proper inline code formatting. Thanks for this great book!!

System Information: ``` MAC OSx High Sierra 10.13.2 Darwin UNKNOWN 17.3.0 Darwin Kernel Version 17.3.0; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64 pandoc version 2.1.1 pdfTeX 3.14159265-2.6-1.40.18 (TeX Live 2017) XeTeX 3.14159265-2.6-0.99998 (TeX Live 2017)...

This line are printed when I try to make the pdf file: ... pandoc main.tex -o software-testing-laboon-ebook.pdf \ --latex-engine xelatex \ --chapters -N --toc --toc-depth=2 \ -M documentclass="book" \ -M...

Please add a license so that we know what we are allowed to do with the book source. As it stands, without a license, the only thing we are legally...