Katalon Studio is power tool for designing and execution test, it provide a very simple and way to create tests by record feature. This tool organize folders clearly by its function, for example: Test Cases folder, Test Suites folder, Object Repository folder, Data File and so on. Users can easily view project documentation and debugging.
In this post, we find out and do something cool with very simple mobile project: Sample Mobile App
Sample apk
Pure Apk is a website that stores large numbers of apk files, you can use any .apk file here for free. I will use Uber application, I think it will be fun.
Run Sample app
You can run test case on emulator or your real device, I highly recommend you use the BlueStack – a free app emulator tool and support many features. Download BlueStack at http://www.bluestacks.com/download.html. Once you have successfully installed, Katalon Studio will automatically find available emulators.

Record & Replay the project
- Select File >> New Project, name it: “UberMobile”
- Open Test Cases >> New >> Test Case, name it: “TC01_OpenApp”
- Click on this test case then click on Record Mobile. In this step, make sure that the Appium server and BlueStack (or real devices) are already running.
- Click Start to record scripts, it takes several minutes to scan all objects. After Katalon load the hierarchical structure object, you click on the object and select available actions, the script will be generated automatically immediately, so you have completed the record and created the first script.



5. Playback: Click on above test case, select Run >> Android >> Select device to run.
6. Here is the test result

You can see more details in this video