Hello there,
are there any suggestions on how to use Android deep links (https://developer.android.com/training/ ... nking.html) in Ranorex?
Background: instead of building testcases where we test the whole tour from the beginning to the end of a usecase, we want to use deep links as a starting point for our test cases. Therefore we need a simple way to invoke such an URL.
Thanks
Use Android deep links in tests
-
- Posts: 4
- Joined: Mon Dec 04, 2017 10:13 am
- Location: Singapore
- Contact:
Re: Use Android deep links in tests
What means Android deep links?
Re: Use Android deep links in tests
Hi all,
You could use the following command line to open up a specific activity in your application.
You could use the following command line to open up a specific activity in your application.
Code: Select all
adb shell am start -W -a android.intent.action.VIEW -d "App://Activity" com.example.myPackage