ContributionsMost RecentMost LikesSolutionsIOS app crashes IOS Version 10.1.1 We are working on IOS 10.1.1 version 6s plus device. IOS App have few "TableView" object in different screens. In one of the screens when we select the "TableView" object in "ObjectBrowser" the Application crashes, This works fine in other screens. Hierachy of the "TableView" in different screens:- Screen 1. Mobile.Device("Advanced Automation 2").Process("Adv Mobile").Window(0).TableView(1).ScrollView().TableViewCell(0, 0) Screen 2. Mobile.Device("Advanced Automation 2").Process("Adv Mobile").Window(0).TableView(1).ScrollView().TableViewCell(1, 0) Also,in IOS 9.1.3 we have not faced this issue. TestComplete version - 12.10.602.7 We have received a patch for working with IOS 10.1.1 ticket - Case #00200914 Let us know to how to fix this issue. Thanks Need to Know if TestComplete supports Windows Mobile Application Hi, Can we use TestComplete to Automate Windows Based Mobile Application. If yes please give us more information regarding the same. Thanks Suvidh Re: Can we disable orientation using Test complete. Hi, Problem is still there. Thanks Suvidh Re: Can we disable orientation using Test complete. Hi Alex, I went through the link and executed the shell commands 1. You may first need to turn off the automatic rotation [adb shell content insert --uri content://settings/system --bind name:s:accelerometer_rotation --bind value:i:0] Rotation was off as expected 2. Rotate to landscape [adb shell content insert --uri content://settings/system --bind name:s:user_rotation --bind value:i:1] Rotation happened even when the rotation was off after executing then above shell command. It didn't work any other way we can get this working. Thanks Suvidh Re: Can we disable orientation using Test complete. Hi Alex, If I disable oriention then my verification will be I need to change the orientation and check that orientation has not changed. can this be achived. Thanks Suvidh Re: How to resolve 'Process not found issue' while testing android App. Please respond to the earlier mail. Re: Can we disable orientation using Test complete. Thanks for the reply. Test case say "Oriention should not be changed if orientation setting is disabled." How do we check for this scenario. Thanks Suvidh Can we disable orientation using Test complete. We are using Android Lollipop Samsung device for testing. We are able to change the orientation using SetOrientation() with values "0" and "1", Portrait and Landscape respectively. Is there a way to disable the Orientation so that SetOrientation will not change the orientation the device. Thanks Suvidh Not able to spy the object after orientation. I am not able to spy the object on a overlay screen after I change the orientation to landscape. This happens to all the overlay screen in my mobile app. step to reproduce. 1. click on any Icon an overlay screen appears in portrait mode. 2. change the orientation to landscape using "Mobile.Device.Desktop.SetOrientation(1)" 3. Now nothing is spied on the app. I have attached the screenshot of the issue. Please let us know how to fix this issue. Android version 5.0.2 Samsung Galaxy Tab. Thanks Suvidh Re: Need a way to filter the TC Log results using TC script. Yes, I need each one of the test cases executed result saved saparately.