I'm looking for scenario in calabash which should minimize or background the app and then reopen.
My test procedure is to test something on screen then minimize(which should be run in background)the app and after some seconds it should open it and verify the said contents. As I'm new to Calabash and I know little that "wait/sleep" can be use to wait till existing element/page or any related object but that will just hold my script for some time but I want to minimize and reopen the app which is different than wait. What should be the proper way to through this scenario?
Thanks in advance.