Technology

How to test Google Apps Script using Qunit

In my previous blog, we learnt how to use Google Apps Script in spreadsheets. Now we will take a look at how we can test the code which we have written in apps script. For this purpose, we'll use a tool called “Qunit” which helps us in writing and testing our apps script test cases. QUnit is a powerful, easy-to-use, JavaScript...

by Heena Dhamija
Tag: Qunit
26-Apr-2016