# Automated Testing

**URL:** https://community.thunkable.com/t/automated-testing/1040529
**Category:** Questions about Thunkable X
**Tags:** testing
**Created:** [December 19, 2020, 6:25pm UTC](https://community.thunkable.com/t/automated-testing/1040529 "2020-12-19T18:25:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![garzai34](https://avatars.discourse-cdn.com/v4/letter/g/c57346/32.png) [@garzai34](https://community.thunkable.com/u/garzai34)
#### Post date: [December 19, 2020, 6:25pm UTC](https://community.thunkable.com/t/automated-testing/1040529/1 "2020-12-19T18:25:39Z")

</div>

I’m brand new to Thunkable, and I’m coming from a software engineering world where code can be run through automated testing suites, either as scripts or as compiled binaries. I understand that there’s a web emulator where one can test the different components of the app, but has anyone run a Thunkable-generated app (iOS and/or Android) throguh an Appium-esque testing suite?

**A basic example of what I’m talking about**

Say I build an app that has two buttons: when pressed, one makes a “Moo” sound, one causes the button color to change. Very basic.

It would be nice to be able to export this app and run it through a tester which emulates taps, swipes, etc.

I don’t know if Thunkable does anything funky when it’s generating the app, so if anyone has input on this, I’d appreciate it!

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [December 23, 2020, 7:44am UTC](https://community.thunkable.com/t/automated-testing/1040529/2 "2020-12-23T07:44:23Z")

</div>

you can download apk and test it on Android Device

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [December 23, 2020, 10:21am UTC](https://community.thunkable.com/t/automated-testing/1040529/3 "2020-12-23T10:21:55Z")

</div>

About as close as you can get is wrapping all of the blocks in a function, then have one master test button which calls all functions.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:19pm UTC](https://community.thunkable.com/t/automated-testing/1040529/4 "2024-11-08T12:19:28Z")

</div>


