microsoft / WinAppDriver

Windows Application Driver
MIT License
3.59k stars 1.39k forks source link

Poll: what test runner + script language do you use? #205

Open yodurr opened 7 years ago

yodurr commented 7 years ago

We'd like to know more about how people are using WinAppDriver to help us prioritize work.

To help please do one of:

  1. If your IDE + runner + language isn't already mentioned on this issue please add a comment with it
  2. If your IDE + runner + language is mentioned, please upvote that comment

Thank you!

yodurr commented 7 years ago

VS Test/MS Test + C#

holphi commented 7 years ago

VS 2017 Pro + xUnit.net + C#

beatsm commented 7 years ago

VS2017 Ent + C# + Nunit + Specflow


From: Alex Li notifications@github.com Sent: Wednesday, June 14, 2017 10:20:07 AM To: Microsoft/WinAppDriver Cc: Subscribed Subject: Re: [Microsoft/WinAppDriver] Poll: what test runner + script language do you use? (#205)

VS 2017 Pro + xUnit.net + C#

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Microsoft/WinAppDriver/issues/205#issuecomment-308374474, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADQA12uXjrIvIfuHtK5Caqo4A8VCqdXJks5sD6XHgaJpZM4N5RYo.

FlorinDumitrescu commented 7 years ago

Node.js + Mocha

Korop commented 7 years ago

IntelliJ IDEA Java Studio + Java8(Lombok, spring IoC) + Maven + Gauge for test client during development. TeamCity + console Maven step + Gauge or Junit for test client on virtual machine.

VS2015 Pro, Xamarin C#, xUnit for game We also test Android, iOS app with appium by the same java test (have some platform specific selector)

ReaperMantis commented 7 years ago

eclipse + jUnit + Java 8 Used with Cucumber-JVM

Manvibha commented 7 years ago

VS IDE + C# Regards Mahendra 

On Friday, June 30, 2017, 12:04:52 AM GMT+5:30, ReaperMantis notifications@github.com wrote:

eclipse + jUnit + Java Used with Cucumber-JVM

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

yodurr commented 7 years ago

Thanks everyone, this is very helpful!

rahulmr commented 7 years ago

Visual Studio Code + NodeJS + Mocha and WebDriver.IO or WD.JS

ghost commented 6 years ago

NetBeans + TestNg + Java

jewilder commented 6 years ago

VS Code + Python

sagaraghera commented 6 years ago

RubyMine + Cucumber + Ruby (WinAppDriver call via Appium)

jsbakker commented 6 years ago

VS Code + Cucumber + Ruby (Once I figure out ruby API for WinAppDriver)

Also testing the same app in Android using Calabash (UWP app and Android app share code via Xamarin.Forms).

SanjeevKumarmn commented 6 years ago

IntelliJ idea with java Cucumber...more productive way to achieve automation!

ChrisYarland-Price commented 6 years ago

cucumber + Ruby + Appium

vishnu45 commented 6 years ago

Eclipse + TestNg + Java

TorbenTC commented 5 years ago

T-base Framework + C#

joshuacookdev commented 4 years ago

VS & VS Code + C# + NUnit