uninstalling ios application after the test completes using keyword test
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
03:18 PM
04-26-2018
03:18 PM
uninstalling ios application after the test completes using keyword test
Hi all
I am looking out for a way to uninstall an IOS app from the device using keyword test after the test has been recorded successfully.
Is there any way to do the above action
Thank you in advance.
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2018
03:47 AM
04-27-2018
03:47 AM
Hello!
You can create a script to remove the application using RemoveApplication() method >>
Then you can add Run Script Routine operation (with created script) to your Keyword test.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018
04:06 PM
05-16-2018
04:06 PM
will remove method uninstall the app from the device ?
or it will just close it ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018
11:57 PM
05-16-2018
11:57 PM
It will completely remove the app from the device.
