Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Coded UI test for Visual Studio

Im looking for some alternatives for Coded UI test. Unfortunately I'm only running Visual Studio 2013 professional

I have already looked at Selenium for Firefox, but that does not seem to work in my version of Firefox

like image 225
Kimtho6 Avatar asked Oct 31 '22 23:10

Kimtho6


1 Answers

If you want to test web applications, you can use any of the following:

  1. Selenium
  2. Cypress.io
  3. Nightwatch.js(uses Selenium BTS)

For Windows desktop applications, Microsoft is now supporting Appium based WinAppDriver. For more details, you may check the GitHub repository here. I also teach a Udemy course on the subject which can be seen hereenter link description here. White is another desktop application testing API but I haven't used it a lot.

like image 59
Naeem A. Malik Avatar answered Nov 11 '22 10:11

Naeem A. Malik