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: Google Apps Script
26-Apr-2016

Technology

Introduction to Google Apps Script with Google Spreadsheet

What is Google Apps Script ? Google Apps Script is a JavaScript based scripting language that lets you add functionality to your Google Apps. It is a cloud-based language that integrates with all other Google services include Gmail, Google Drive, Calendar, Google Forms, Spreadsheets and more. We create and edit our scripts in an online...

by Heena Dhamija
Tag: Google Apps Script
19-Apr-2016