Giter Site home page Giter Site logo

Appium c# about appcenter-docs HOT 9 CLOSED

microsoftdocs avatar microsoftdocs commented on May 24, 2024 1
Appium c#

from appcenter-docs.

Comments (9)

glennwester avatar glennwester commented on May 24, 2024

Hi Aline, we solely support the Appium Java client with JUnit as the test runner. We hope to add support for Appium C# in the future. Alternatively, we do support Xamarin.UITest which is a C# based automation framework.

from appcenter-docs.

cosminstirbu avatar cosminstirbu commented on May 24, 2024

I am also interested in support for Appium C# - since we use it to support UWP tests as well.

So we're interested in either adding UWP support in Xamarin.UITest or add Appium C# support in the Test-Cloud

from appcenter-docs.

glennwester avatar glennwester commented on May 24, 2024

Hi @cosminstirbu thanks for letting us know! I'm assuming you're using WinAppDriver to drive the UWP UI testing?

from appcenter-docs.

cosminstirbu avatar cosminstirbu commented on May 24, 2024

Yeap, we're using WinAppDriver to drive UWP.

from appcenter-docs.

glennwester avatar glennwester commented on May 24, 2024

That's great to hear, do you use this to test Win32 as well or strictly UWP?

from appcenter-docs.

cosminstirbu avatar cosminstirbu commented on May 24, 2024

from appcenter-docs.

nnguyen2102 avatar nnguyen2102 commented on May 24, 2024

I'm currently using Microsoft UnitTest framework with Appium, C# to test Android and IOS real devices. Will my tests work with App Center?

Sample test case written in Visual Studio 2017:
namespace AppCenterTests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
DesiredCapabilities cap = new DesiredCapabilities();
cap.SetCapability("deviceName", "Samsung S8+");

        AndroidDriver<AppiumWebElement>  Driver = new AndroidDriver<AppiumWebElement>(new Uri(""), cap);

        Driver.GetScreenshot();
    }
}

}

from appcenter-docs.

jwargo avatar jwargo commented on May 24, 2024

@nnguyen2102 The comments feature of the docs is designed to enable customers to suggest changes to the docs or ask clarifying questions about the docs. If you need help with the product, please login to the App Center dashboard and click the blue chat button in the lower-right corner of the page. Our dedicated support resources will answer any questions you have there.

from appcenter-docs.

jcummings2 avatar jcummings2 commented on May 24, 2024

See also microsoft/appcenter#102 and microsoft/appcenter#453

from appcenter-docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.