hacka87
7 years agoContributor
Test Run in a suite
Hello !
I have an issue regarding running multiple tests in a suite.
We use XamarinForms Version 3.3
I know that Test Complete for instrumenting the application requires a maximum of 2....
- 7 years ago
Hi,
> Do you know if other higher versions of XamarinForms will be supported by Test Complete.
Yes, I believe in this.
> i believe there is an issue on how the app is closed before each test.
Are you testing iOS or Android app?
I think that in the former case you are out of luck.
In the latter case you may add code that will kill tested app process. Like described here: https://stackoverflow.com/questions/3117095/stopping-an-android-app-from-console, https://stackoverflow.com/questions/17829606/android-adb-stop-application-command-like-force-stop-for-non-rooted-device/17829677.
E.g.:
Mobile.Device().ShellExecute("am kill <com.your.package>");