Page 1 of 1

Google Sheets API?

Posted: Fri Jun 02, 2017 8:52 am
by Fergal
Can Ranorex interact with the Google Sheets API?

E.g. would it be possible to update a Google Sheet at the end of a test case run, to record that, the test case has been ran?

Thanks!

Re: Google Sheets API?

Posted: Fri Jun 02, 2017 8:59 am
by odklizec
Hi,

There is no out-of-the-box support for this. But you see, since Ranorex is built on the .net, you can write support for almost anything you want ;) You just have to find a proper code to start with. This is probably where you need to start:
https://developers.google.com/sheets/ap ... art/dotnet

Re: Google Sheets API?

Posted: Fri Jun 02, 2017 9:20 am
by Fergal
Thanks for your reply and for the link odklizec, I will look through that.