ContributionsMost RecentMost LikesSolutionsRe: TestExecute Application Error WindowHi, We migrated to TestExecute 8 and the problem no longer occurs. For TC7 you might want to insert below script at the start of your script run. Good Luck!! //CloseTestExecuteApplicationErrorWindow function closes the // TestExecute/TestComplete memory leak error window. function CloseTestExecuteApplicationErrorWindow() { if(Sys.WaitProcess("csrss").Exists) { if(Sys.Process("csrss").WaitWindow("#32770", "*",0).Exists) { Sys.Process("csrss").Window("#32770", "*").Window("Button", "OK").Click(); Log.Message("Closing unexpected TestExecute application error window."); } } } WebService End tag 'ul' does not match the start tag 'p' problemHi, I am getting below error when i am trying to call a web method in my .asmx web service(Using WebServices.WebService1.TypeFactory concept) An error occurred while parsing a request of the web service. End tag 'ul' does not match the start tag 'p'. If i post the XML to the webmethod using MSXML2.XMLHTTP concept it works fine. Any reason why it is failing with above error? Please do let me know if you need more information here. UML activity diagramsHi, Is TestComplete capable of importing UML activity diagrams?Log Results Specifc To TestItem Hi, I have 5 testitems in my project. After I run each and every testitem in the test project, i am logging the testitems log to a .mht file in OnStopTest event. The problem i am facing here is that say if i run TestItem2 and log the results i am also seeing testitem1's logs. Is there any way to prevent this and Log results specific to the TestItem? I am using below code to Log the results specific to testitem. Log["SaveResultsAs"](LogPath,2); TestExecute Application Error WindowHi, I am running my test scripts via command line parameters and occasionally application error window appears in test execute. Is there anyway to close this application error window or prevent it from not happening? Attached is the screen shot of the error.Compare two databases Hi, Is it possible to compare data from two different databases in TestComplete without writing ADO code? I have added snapshot of data from one database in DB tables under stores section and also i have added snapshot of data with which i want to compare in DB tables. How do i go about comparing these two snap-shots? I have aliased the column names to be same in both databases. Please do let me know if you need more information here. Re: Wait On IE To Load CompletelyThat Works... Thanks Guys. Wait On IE To Load Completely Hi, I am using below code to open a new IE browser window. Is there anyway i can remove the code aqUtils["Delay"]("18000"); and wait till IE loads and opens completely. TestedApps["iexplore"]["Run"](1, true); aqUtils["Delay"]("18000"); Like is there any method like TestedApps["iexplore"]["WaitOnIE"] in TestComplete to wait till IE loads completely? Thanks In Advance. Re: TimeOut Try Logging In Manually ErrorHi Alex, Just to add some notes to above mentioned problem. The OK dialog box which appears in the slave computer after i enter login credentials is the login banner. Re: TimeOut Try Logging In Manually ErrorHi Alex, When i try to rdc to the slave computer manually, first it is asking for login credentials via login dialog box after i enter those credentials then there is another message dialog box which has OK button. After i click on OK button i am able to sucessfully remote in to the Slave computer. Do you think the OK dialog box which comes after i enter login credentials is causing any problem? If yes, is there any way to get around this problem? It takes less than a minute to RDC into remote slave computer.