Hemanthkumar Rajan
Hemanthkumar Rajan

Reputation: 109

Google app maker testing approach

After development how can we test the application, is there any tools available for unit testing or any automation testing can be done in app maker.

If the above things cannot be done means the only option is manual testing. Please suggest me any ideas.

Upvotes: 2

Views: 186

Answers (1)

Pavel Shkleinik
Pavel Shkleinik

Reputation: 6347

TL;DL At this time App Maker doesn't provide any out of the box tools for unit testing.

However if you really need to test you application, you can look in direction of browser automation frameworks that allow you to record, replay and assert end user actions, take screenshots and run pixel by pixel comparison...

You can also go fancy and try to use some nice js testing framework, but in this case you'll expose your tests to end users via App Maker runtime.

Upvotes: 3

Related Questions