Google Sheets API?

Ask general questions here.
Fergal
Certified Professional
Certified Professional
Posts: 455
Joined: Tue Feb 18, 2014 2:14 pm
Location: Co Louth, Ireland
Contact:

Google Sheets API?

Post by Fergal » Fri Jun 02, 2017 8:52 am

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!

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Google Sheets API?

Post by odklizec » Fri Jun 02, 2017 8:59 am

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
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

Fergal
Certified Professional
Certified Professional
Posts: 455
Joined: Tue Feb 18, 2014 2:14 pm
Location: Co Louth, Ireland
Contact:

Re: Google Sheets API?

Post by Fergal » Fri Jun 02, 2017 9:20 am

Thanks for your reply and for the link odklizec, I will look through that.