ContributionsMost RecentMost LikesSolutionsIntegrating the NUnit tests(Selenium C#) with TestComplete Hi , I have Selenium C# script available with NUnit framework and planning to integrate with test Complete. I have added NUnit Console.exe in the assmbly file name and trying to run the scripts. But its failing. Plz help Re: handle run time error All I am expecting is , Is there anything for "Run time errors" to trigger automatically like On Log Error Event Re: handle run time error Thank you for the explaination about On Error... If i have the situation like below. Function () Code Line 1 Code Line 2 Code Line 3 Code Line 4 Code Line 5 Code Line 6 End Function I am expecting run time errors in all lines. Do I need to write On Error before each line ? Is there any alternative for On Error Resume Next in VB Script. .I have function with 10 lines of code and each line I need a check point to check whether it has any error .. Instead of writing On Error Resume Next before each line of code , is there any alternative or option I have in VB Script ... Please help ..thank youRe: handle run time errorHi Ravi, Is it possible to use "On Error Resume Next " for 10 times within the same function... Is there any other alternative for On Error... in VA Script... The reason why I am asking you is , I have function with 10 lines of code . I need to check on each line of code if it has error or not... Please help ... Re: prevent stopping on handled vbs errors Hi, If i want to use more than 1 On Error Resume Next in my function, what should i supposed to. Is there any Even in Test complete like On Log Error Event for Run time errors which triggers automatically when run time error occurs. How to work on the scroll Bar controls in Browser. I have dropdown and selected the values in the dropdown. I wanted to see the fiter results are showing correctly by scrolling down the page. How to scroll down the browser. I used the below script. Alias.Borwser.Borwserwindow.Keys "^[END]"--- is not working... How to Close the Tab in browser I am working on the web applications and i know how to close whole window but not th eperticular tab. For Browser: Set Browser=Aliases.Browser Browser.BrowserWindow.Close. For Tab: ??????? Please Help... SolvedRe: How to access dynamically changing objects Use the wildcharacters in Idstr value of the object.... Re: Need help in selecting values from dropdown using VB Script. in TestComplete Thank you. It works now.