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 bei
javascript Testing Beginners Guide
β Scribed by Liang Yuxian Eugene
- Publisher
- Packt Publishing
- Year
- 2010
- Tongue
- English
- Leaves
- 272
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
j#097;vascript is an important part of web development in todayβs Web 2.0 world. While there are many j#097;vascript frameworks in the market, learning to write, test, and debug j#097;vascript without the help of any framework will make you a better j#097;vascript 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 j#097;vascript, which you will be using in your daily development, testing, and debugging tasks. You will learn to use the most basic functions of j#097;vascript 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 j#097;vascript developer. You will also learn the most essential features of j#097;vascript through our easy to follow examples.As you go along, you will learn how to write better j#097;vascript code through validation. Learning how to write validated code alone will help you improve tremendously as a j#097;vascript developer and most importantly, to write j#097;vascript code that runs better, faster, and with less bugs.As our j#097;vascript program gets larger, we need better ways of testing our j#097;vascript 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 j#097;vascript code, you will learn more about the built-in features of j#097;vascript to identify and catch different types of j#097;vascript error. Such information helps to spot the root of the problem so that you can act on it.
π SIMILAR VOLUMES
Introduction to JavaScript -- Placing JavaScript in an HTML file -- Using variables -- Using functions -- JavaScript operators -- Conditional statements and loops -- JavaScript arrays -- Objects -- The document object -- Event handlers -- Window object -- Math, number, and date objects -- Handling s