Reputation: 1
Pretext: I am a tester working on a project where we are migrating from Spark in GCP to BigQuery I want to create a testing framework in mine with some features similar to Robot framework. I found Google App Script that I believe is Apt for my job.
Problem: It looks like we have not taken the GSuite and the management might not want to buy the entire GSuite for testing.
What I am looking for: I want to understand if there is anyway I can use the app script with minimum cost to the company or if there is any scripting that supports GCP.
Current solution: I have connected to GCP using Shell and Python but I am looking for a google tool itself. The whole project is moving into GCP, would be nice if the testing happens in Google tools as well. I have tried making a testing framework in BigQuery as well but it does not have everything I need to make usage simple.
Upvotes: 0
Views: 1047
Reputation: 26836
The difference between a free (Consumer) account and different paid accounts is the amount of quota you have.
Also, for certain APIs or the use of a service account you need a GSuite domain, which is not free (you can use for most G Suite Basic).
But for most applications you can use the free consumer account.
More information about
Upvotes: 1