Earthshine Posted March 19, 2018 Share Posted March 19, 2018 https://github.com/Microsoft/WinAppDriver/blob/master/README.md I think I’ve died and gone to heaven watch this video https://channel9.msdn.com/events/Connect/2016/202 mLipok 1 My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Earthshine Posted March 19, 2018 Author Share Posted March 19, 2018 (edited) And I can use C-sharp are any language I want. Find any test Runners I want Edited March 19, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Danp2 Posted March 19, 2018 Share Posted March 19, 2018 Strange that the Readme references the JSON Wire Protocol, which has been replaced by W3C specifications. Earthshine 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Danp2 Posted March 19, 2018 Share Posted March 19, 2018 I installed Appium a while back, but never got around to testing it. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Earthshine Posted March 20, 2018 Author Share Posted March 20, 2018 (edited) it's a slight learning curve. I've almost got the calculator example working. I had to enable Developer Mode and install the dev package too. So there is some configuration for your test rig (VM in my case. I love you VMware) Edited March 20, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Earthshine Posted March 20, 2018 Author Share Posted March 20, 2018 all done. sample works 100 good. on to more testing. even if we need to build in automation dll for a debug build we could still cover our products for full regression every last build as it should be. If anyone is interested in this, it is way cool. Need Windows 10 though. My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Earthshine Posted March 20, 2018 Author Share Posted March 20, 2018 (edited) If anyone is going to run the sample from github, then you have to fix the search text they use, because I think they want you to have to get it running after a little debug. Or download the fixed C# file with extra spaces removed so it works. BasicScenarios.cs Edited March 29, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Earthshine Posted March 29, 2018 Author Share Posted March 29, 2018 (edited) I recommend installing the full Appium client so you have the logs you see in the command prompt, plus, it has it's own display in the server and you can save settings to presets. This is for the test rig where you author your tests. the test vm that tests pre-production stuff will just have cmd interface only and Optionally VS2015/VS2017 (you can choose your development tools, JavaScript, Java, .Net, etc..), WinAppDriver and be in debug mode. you can see how nice the logging looks and configure it to save to a log location where you choose. logs are in log4j (my favorite logger) style. Edited March 29, 2018 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now