I have an IOS App. Created the tests using C# and able to run on the real device(Iphone 6). Similarly i want to run the tests on different devices like iphone 7, 8 and X. Can any one help me with detail steps or any supported documents to achieve running on different devices.
I am getting the error “Unable to determine the simulator version for (UDID of mobile) “ Steps Followed
1-Added the ENABLE_TEST_CLOUD code in AppDelegate.cs and added the iOS project reference to the UI Tests 2-Selected the IOS Project à Debug|iPhoneSimulator à iPhone 11 iOS 13.0 3-Tried to debug the tests 4-At the line return ConfigureApp.iOS.DeviceIdentifier(“UDID”).AppBundle(“Path of .app”).StartApp(); getting the above mentioned error.
Can you help me to solve the above problem, i am facing this problem and not able to resolve from past 30 days. Any help will be appreciated. Thank you.
Hi Karthik, I want to know how to Run Particular selected [Test] on AppCenter Cloud?, My Test project is separate project and not included along with Development Project Or say xamarin.forms, While I am trying to upload my project using command line, it is getting stuck with processing and nothing happens till the end, in app center it shows Stall Error. Please help.
No Jeeva nothing like that, since even you put the code after base.OnCreate statement the analytics informations are going to be pushed to VS App center. But just ensuring that your application session has started.
Thanks for this video! I have the exact same error log message like you: SetUp Error : TestFramework.Features.HomePageFeature SetUp : System.NullReferenceException : Object reference not set to an instance of an object.... If you manage to find out the cause of this issue, and resolve it, please notify. Keep up!
Great 👍
I have an IOS App. Created the tests using C# and able to run on the real device(Iphone 6). Similarly i want to run the tests on
different devices like iphone 7, 8 and X. Can any one help me with detail steps or any supported documents to achieve running on different devices.
where does appcenter store logs in local storage?
I am getting the error “Unable to determine the simulator version for (UDID of mobile) “
Steps Followed
1-Added the ENABLE_TEST_CLOUD code in AppDelegate.cs and added the iOS project reference to the UI Tests
2-Selected the IOS Project à Debug|iPhoneSimulator à iPhone 11 iOS 13.0
3-Tried to debug the tests
4-At the line return ConfigureApp.iOS.DeviceIdentifier(“UDID”).AppBundle(“Path of .app”).StartApp(); getting the above mentioned error.
Can you help me to solve the above problem, i am facing this problem and not able to resolve from past 30 days. Any help will be appreciated. Thank you.
Getting the error "Cannot find test-cloud.exe"
Hello How CanGet all registered devices Mac Adres
Hi Karthik, I want to know how to Run Particular selected [Test] on AppCenter Cloud?, My Test project is separate project and not included along with Development Project Or say xamarin.forms, While I am trying to upload my project using command line, it is getting stuck with processing and nothing happens till the end, in app center it shows Stall Error. Please help.
Can you paste the exception stack trace ?
Just wondering why you have added the appcenter.start command before the base.OnCreate statement. Is there any specific reason behind that?
No Jeeva nothing like that, since even you put the code after base.OnCreate statement the analytics informations are going to be pushed to VS App center. But just ensuring that your application session has started.
Thanks for this video!
I have the exact same error log message like you:
SetUp Error : TestFramework.Features.HomePageFeature
SetUp : System.NullReferenceException : Object reference not set to an instance of an object....
If you manage to find out the cause of this issue, and resolve it, please notify.
Keep up!
Nemanja Maksic Sure
can you please make video for react-native app ?