Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning DHTMLX Suite UI

You're reading from   Learning DHTMLX Suite UI Create your first single-page JavaScript application using multiple DHTMLX components and a touch of HTML5

Arrow left icon
Product type Paperback
Published in Oct 2013
Publisher Packt
ISBN-13 9781849699334
Length 132 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Eli Geske Eli Geske
Author Profile Icon Eli Geske
Eli Geske
Arrow right icon
View More author details
Toc

Testing


In the previous chapter, we added a list of users and lightly tested the application. Now that it is all completed, it looks like the following screenshot:

This is the time to test all of the functionality that was created. When testing, make sure you go through all of the points listed as follows:

  • The form should have all of the correct validations

  • The toolbar should enable and disable buttons and trigger the popup

  • Double-clicking a row should open the form with user information

  • Updating or adding a user should change the data in the grid and chart

  • There should not be any z-index issues with the popup over the chart

Next let's talk about troubleshooting.

Troubleshooting

When developing in JavaScript, syntax errors are extremely common, because errors happen at runtime and editors for JavaScript can be extremely limited. But if you pay close attention to your developer console in Chrome it will take you straight to the error and give a pretty reasonable explanation with the provided exception...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image