Hi
I've been trying to run a simple test using NUnit:
On the last line I'm getting following error: unable to load ArtOfTest.Connector.dll
My configuration is: Windows 7, IE8, VisualStudio 2010, WebUI Test Studio (trial) 2010.2.830.0.
I could successfully run similar tests on Windows XP.
My observation is that the WebUI installer didn't add keys to the registry HKLM\Software (i.a. containing a path to the WebUI installation). I updated the keys using example from machine with Windows XP, but it didn't help.
thank you in advance
kind regards
Mark
---
Detailsed error message:
I've been trying to run a simple test using NUnit:
[Test]public void SimpleTest(){ Manager.LaunchNewBrowser(); ActiveBrowser.WaitUntilReady(); ActiveBrowser.Window.Maximize(); ActiveBrowser.NavigateTo(MyServerUrl); var headerItems = new HeaderItems(MySilverlightApp); headerItems.ReportsNavigationButton.User.Click();}
On the last line I'm getting following error: unable to load ArtOfTest.Connector.dll
My configuration is: Windows 7, IE8, VisualStudio 2010, WebUI Test Studio (trial) 2010.2.830.0.
I could successfully run similar tests on Windows XP.
My observation is that the WebUI installer didn't add keys to the registry HKLM\Software (i.a. containing a path to the WebUI installation). I updated the keys using example from machine with Windows XP, but it didn't help.
thank you in advance
kind regards
Mark
---
Detailsed error message:
...[16:34] - Unable to load ArtOfTest.Connector.dll[16:34] - Exception Details:[16:34] - ------------------[16:34] - System.ArgumentNullException: Wartość nie może być zerowa.Nazwa parametru: ptr w System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(IntPtr ptr, Type t) w ArtOfTest.Common.Win32.WindowManager..cctor()System.NullReferenceException : Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.w IFin24App.WebAii.ApplicationElements.HeaderItems.get_ReportsNavigationButton() w HeaderItems.cs: line 53
...