Arnon Axelrod

Results 14 comments of Arnon Axelrod

Yes, it's in the same test. Here's an example: ` [TestClass] public class ExtentTests { public TestContext TestContext { get; set; } [TestMethod] public void BookmarkInReport() { var extentReport =...

I suspect that the problem in your original question was the line: `myAppTopLevelWindowHandle = clsProcess.Handle`. I believe that if you change it to `myAppTopLevelWindowHandle = clsProcess.MainWindowHandle` it should work. You...

I'm very much pro this idea! However, there are some details that must be flushed out first: First, there's the backward compatibility issue that @AbhitejJohn mentioned. But in addition, I...

Of course. ClassCleanup should be symmetrical to ClassIntialize. However, please also see my thoughts about a better cleanup mechanism, as I descried in a comment from Sep 8 on [Issue...

I also get this errors. I tried both 1.1.5, 1.2.0 and latest, and I always get this message. Note: sometimes I get a popup message with an error "Fatal Error...

Forgot to mention: I guess that the old behavior should be preserved for backwards compatibility, so a new optional flag argument, `inline`, should be added to `CreateNode` to specify that...

Thanks @iToddi for submitting this issue! I guess that your problem is with TestAutomationEssentials.**CodedUI**, right? Do you mean that the code of TestAutomationEssentials does not compile, or does your project...

Is this the error you're getting:? I'll look into it now. Result StackTrace: at Issue8.CodedUITest1.MyTest() Result Message: Test method Issue8.CodedUITest1.MyTest threw exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestTools.UITest.Extension,...

Update: Even though I didn't find a good solution for supporting all versions of Visual Studio without duplicating the project, or some other complex MSBuild tricks, I believe I found...

Hi Todd, I didn’t get any attachment, and the link below directs me to a login page of boxbe.com. Can you try to send the attachment through the GitHub issue...