Window Desktop App Automation Using WinAppDriver(via Selenium) Chapter 1

preview_player
Показать описание
WinAppDriver is an open source tool created by Microsoft which is based upon Selenium JSON Wire Protocol. Very simple and all commands are similar to selenium/appium.

Microsoft is actively working on this tool for open source community

Now you can very easily automate any window application for ex calculator, Notepad, Alarm clock etc

# SDET Series 1: All about Rest Assured
1. Covered complete Rest Assured from basic to advanced with examples
2. Ready to use Automation Framework

# SDET Series 2: Important SDET Automation Testing Topics
1. Cucumber Framework with Dependency Injection
2. Cucumber Parallel Running
3. Using feature files from separate projects using dependencies
4. CICD
5. Sonar Qube setup
6. GraphWalker - Automation of Model Based Testing
7. Lombok
8. Reading property via Owner library - very useful

# SDET Series 3: API Automation Testing Advanced Concepts
1. Reading JSON, Serialization, De serialization
2. Reading Dynamic JSON
3. CSV to JSON, GSON, Jackson Libraries
4. XML

#SDET All about YAML

#SDET WinAppDriver
Рекомендации по теме
Комментарии
Автор

I ran win app server in in remote machine and application is placed in same machine .I'm trying to connect from mac sever using capabilities like app id and remote ip address with port number 4723 .How to connect with remote windows 10 application using win app .I'm facing connection refuse error from remote windows machine .Could you please help

sarsin
Автор

Hi sheetal,

Can we do robot framework desktop automation using winappdriver??

vigneshwaran
Автор

Can we execute test in parallel in same VM as we could do with selenium, where we execute 5-10 browser instance in same vm at same time.

kanungo
Автор

Hi guys, Can you please share some tutorials on appium Library

chandankumar-sung
Автор

Hi, I am using WinAppDriver for automating my application but not able to create the session .How to get desired capabilities of our application.

sushmagd
Автор

Can i automate enroll in device management using coded ui from accounts in windows 10 settings?

yadukrishnank
Автор

Alarm clock and calculator is already open sourced in appium website ...
need to improve on the walkthrough speaking ..
Good luck 👍🏻

nvbnvb
Автор

Hi Sheetal I am getting
Exception in thread "main" It is impossible to create a new session because 'createSession' which takes HttpClient, InputStream and long was not found or it is not accessible
Build info: version: '3.12.0', revision: '7c6e0b3', time: '2018-05-08T14:04:26.12Z' error can you please help me

rubby
Автор

Can I automate browser using WinApp Driver?

SumitShitole