Introduction to Visual Studio App Center and using it with Xamarin.UITest

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 13

  • @sukhvendragangwaronlinestu3986

    Great 👍

  • @ammayitelugu8135
    @ammayitelugu8135 5 років тому +1

    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.

  • @TutorialsMethod
    @TutorialsMethod 3 роки тому

    where does appcenter store logs in local storage?

  • @vishnuprakash7720
    @vishnuprakash7720 5 років тому

    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.

  • @steriaindia8402
    @steriaindia8402 6 років тому +1

    Getting the error "Cannot find test-cloud.exe"

  • @abdurrahmansefer2081
    @abdurrahmansefer2081 5 років тому

    Hello How CanGet all registered devices Mac Adres

  • @sajidsidi2691
    @sajidsidi2691 6 років тому

    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.

  • @jeevajilife
    @jeevajilife 7 років тому

    Just wondering why you have added the appcenter.start command before the base.OnCreate statement. Is there any specific reason behind that?

    • @kartamd
      @kartamd 7 років тому

      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.

  • @Pigilili
    @Pigilili 7 років тому +1

    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!

  • @pragneshpatel8693
    @pragneshpatel8693 5 років тому

    can you please make video for react-native app ?