博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Share]JavaScript Testing Beginner's Guide
阅读量:6551 次
发布时间:2019-06-24

本文共 3683 字,大约阅读时间需要 12 分钟。

推荐这本难得的好书:

[ Detailed Information ]

Language : English

Paperback : 272 pages [ 235mm x 191mm ]
Release Date : August 2010
ISBN : 1849510008
ISBN 13 : 978-1-849510-00-4
Author(s) : 

[ Book Links ]

[ In Detail ]

JavaScript is an important part of web development in today’s Web 2.0 world. While there are many JavaScript frameworks in the market, learning to write, test, and debug JavaScript without the help of any framework will make you a better JavaScript developer. However, testing and debugging can be time consuming, tedious, and painful. This book will ease your woes by providing various testing strategies, advice, and tool guides that will make testing smooth and easy.

This book shows you the most essential features of JavaScript, which you will be using in your daily development, testing, and debugging tasks. You will learn to use the most basic functions of JavaScript to perform ad hoc testing quickly and efficiently.

This book is organized in an easy to follow, step-by-step tutorial style to maximize your learning. You will first learn about the different types of errors you will most often encounter as a JavaScript developer. You will also learn the most essential features of JavaScript through our easy to follow examples.As you go along, you will learn how to write better JavaScript code through validation. Learning how to write validated code alone will help you improve tremendously as a JavaScript developer and most importantly, to write JavaScript code that runs better, faster, and with less bugs.

As our JavaScript program gets larger, we need better ways of testing our JavaScript code. You will learn how to go about various testing concepts and how to use them in your test plan. After which, you will learn how to implement the test plan for your code. To accommodate more complex JavaScript code, you will learn more about the built-in features of JavaScript to identify and catch different types of JavaScript error. Such information helps to spot the root of the problem so that you can act on it.

Finally, you will learn how to make use of the built-in browser tools and other external tools to automate your testing process.

Learn how to test and debug JavaScript through example-driven tutorials.

What you will learn from this book :

  • Relationship between HTML, CSS, and JavaScript
  • Different types of JavaScript error
  • How to perform ad hoc testing
  • How to validate your JavaScript code
  • Different testing concepts
  • Create a test plan and implement it
  • How to test more complex code by using JavaScript’s exception handling
  • Learn how to test the user interface controlled by JavaScript
  • How to debug your code using tools such as Google Chrome, Javascript Debugger, and Firefox's Venkman Extension.
  • How to further automate your testing process using Sahi, Qunit, and JsLitmus
  • Other testing tools that will make your testing process easier and less painful

Approach

This book is organized such that only the most essential information is provided to you in each chapter so as to maximize your learning. Examples and tutorials are given in an easy to follow, step-by-step manner so that you can see how the testing process is being carried out and how the code is being written. The source code also contains detailed explanation so that you know what the code is doing. Multiple screenshots are used in places that matter so that you have a visual sense of what is happening.

Who this book is written for

Beginner JavaScript developers looking for essential ways to write, test, and debug JavaScript for different purposes and situations.

作者:Justin
本文转自Justin博客园博客,原文链接:http://www.cnblogs.com/justinw/archive/2010/09/09/1821943.html,如需转载请自行联系原作者
你可能感兴趣的文章
XXM面试准备
查看>>
填坑-十万个为什么?(14)
查看>>
python学习干货教程(1):py版本查看和Hello,World
查看>>
Just 一个轻量级网络加载库
查看>>
初窥Xterm.js
查看>>
Scala入门与进阶(四)- Scala面向对象
查看>>
java版spring cloud+spring boot+redis社交电子商务平台(八)消息总线(Spring Cloud Bus)
查看>>
这才是高手!Java大牛腾飞指南
查看>>
java学习视频分享
查看>>
Linux运维常用命令
查看>>
用最小最大的两个数交换首尾两数
查看>>
【阿里云】一键安装包
查看>>
每日一道shell练习(03)
查看>>
JAVA 定时任务之-Quartz使用篇
查看>>
vsphere 5.1进行Hypervisor嵌套
查看>>
Eclipse强悍快捷方式
查看>>
新网互联域名总量跌至28.7万个:11月降速逐渐加快
查看>>
4月第3周全球域名商TOP15:仅6家实现净增长
查看>>
5月国内网站流量统计TOP5:淘宝险胜搜狗获季军
查看>>
观察者模式(Observer)概要
查看>>