'02/17/12 3:53:48 PM' - System.ApplicationException: Exception thrown attempting to launch Internet Explorer. Please make sure Internet Explorer is properly installed and you are able to launch it. ---> System.Management.ManagementException: Invalid class at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObject.Get() at ArtOfTest.Common.Extensions.ProcessExtensions.GetParentProcess(Process process) at ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer.InternetExplorerActions.LaunchNewBrowserInstance(Int32 timeout, ProcessWindowStyle windowStyle, String pipename) --- End of inner exception stack trace --- at ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer.InternetExplorerActions.LaunchNewBrowserInstance(Int32 timeout, ProcessWindowStyle windowStyle, String pipename) at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments) at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWeb(ExecutionEngineCreateParams initParams) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)------------------------------------------------------------'02/17/12 3:53:48 PM' - Test completed!
function Login()
{
var iexplore, URL,app,bi,us,pwd,lb;
iexplore =
TestedApps["iexplore"]["Run"]();
URL = "http://xxxxxxxxx/xxx/";
if (!iexplore.WaitPage("*", 10000)["Exists"])
Sys["Keys"]("[Esc]");
iexplore["WaitPage"]("*", 2000)["ToURL"](URL);
iexplore.WaitChild("form1",5000);
app = iexplore["Page"]("http://xxxxxxxxxxxxx/xxx/")["Form"]("form1")["Panel"]("silverlightControlHost")["Object"]("XXXSLApp");
bi = app["SlObject"]("RadBusyIndicator","");
us = bi["SlObject"]("PART_ExtendedTextbox");
us.Keys("username");
pwd = bi["SlObject"]("Password");
pwd.Keys("password");
lb = bi["SlObject"]("LoginButton");
lb.Click();
}
if(Pages.HardCatNextGen.SilverlightApp.FalseTextblock.Wait.ForExists(1000))
C:\Users\edwardni\Documents\Test Studio Projects\Base\SystemAdmin\SA_Themes\ValidateThemesScreen.tstest.vb: Line 72: (BC30516) Overload resolution failed because no accessible 'AreEqual' accepts this number of arguments.
Hello
I try to test wpf application the studio start record the application and after the application loaded it closed and can't record anything.
What can be the problem?
Best regards
Ehud