sveta_d
sveta_d

Reputation: 103

Does Microsoft have the tools for writing of the automated tests for Office 365 Online (Excel)?

We plan to cover our Excel Online add-in not only with text test cases for manual testing, but also with the automated tests. Does Microsoft have any tools / libraries to help us with this task?

Upvotes: 0

Views: 229

Answers (2)

Mavi Domates
Mavi Domates

Reputation: 4521

While Microsoft doesn't have a published way of doing this, I strongly recommend you to take a look at UI testing, since add-ins are just regular webpages anyways. This method is tested (on add-ins as well, you may need to adjust a few things but it is entirely possible)

You could check out anything selenium based which would give you cross-browser compatibility.

I suggest you look into Puppeteer, Protractor, Cypress...

Upvotes: 1

Rick Kirkham
Rick Kirkham

Reputation: 9784

I'm sorry but we do not have such tools. But it's a good idea that has been suggested at Office Developer Suggestion Box. Please vote it up.

Upvotes: 0

Related Questions