IanCeicys

Results 9 comments of IanCeicys

Very interested in this fix as I too cannot see any releasenotes.md file being generated.

I'm running into the same problem on Windows 11 and [Visual Studio 2022 17.3.2](https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.3.2). I've tried the following but still encountering the issue. Anything else to try? > Hacky fix...

Getting this same error as well. How do I find the plugin?

I've gone ahead and forked and added a sample for CodedUI with the calculator. https://github.com/ianceicys/TestEssentialsSampleCodedUI https://github.com/ianceicys/TestEssentialsSampleCodedUI/blob/master/TestAutomationEssentials.Samples/CodedUI/CalculatorUIWin7Example/CalculatorTests.cs What I don't know how to do is NOT reference a UIMap. Here is...

Arnon,Thanks so much for the feedback and the code sample. I've update the code to use ApplicationUnderTest.Launch as that appears to be a best practice from Microsoft. https://github.com/ianceicys/TestEssentialsSampleCodedUI/commit/005950bfa29c2dd3c1a2aa4458f87c9e2453a2b4 I am...

Hi Arnon,Thanks so much for the quick response and awesome feedback. I incorporated your feedback below:https://github.com/ianceicys/TestEssentialsSampleCodedUI/blob/master/TestAutomationEssentials.Samples/CodedUI/CalculatorUIWin7Example/CalculatorTests.cs#L38-L65 I genuinely appreciate your feedback so I've added 5 additional test examples. I decided...

Hi Arnon,Last email of the day, I promise. I made some good headway on getting a working example of the help dialog and window. But I have some questions in...

Hi arnonax, I've incorporated your feedback and have the Help/About dialog working and with a proper assert. Here is the commit: https://github.com/ianceicys/TestEssentialsSampleCodedUI/blob/917acf491234300574e17fb7d84aabb380252550/TestAutomationEssentials.Samples/CodedUI/CalculatorUIWin7Example/CalculatorTests.cs#L188-L208 I've also added a mortgage monthly payment example....

Asked for this feature with Hyper-V integration years ago. https://github.com/Microsoft/WinAppDriver/issues/132