Chapter 7. Testing and Deploying Your App
Wow, we are almost done with learning NativeScript. The hard part is behind us. The fun part is about to begin. Testing and debugging! Just so I don't totally ruin your parade, we will discuss a couple of different ways to do testing outside of NativeScript. Then, we will explore how to read the call stack and how to debug your application. Finally, when your application is 100 percent bug free, we will see how to publish it.
In this chapter, we will cover the following topics:
Testing your application
Test frameworks
Local testing of your code
Unit testing on a device
Testing on a device
Understanding the call stack
Debugging your application
Publishing your application