ContributionsMost RecentMost LikesSolutionsRe: New to Automation - The very basicsThanks guys, I figured it out. It looks like the IDE didn't recognise my function correctly. I'm trying to include the namespace using System.Diagnostics; and it doesn't seem to like it. l'm scripting in C#, also method like system.process need to be abbrievated sys.process, which I do not understand as to why this needs to be the case. Could someone clarify? Sorry, I know I'm hard work :(New to Automation - The very basicsHi Guys, Currently, I'm a strong manual tester who has been tasked with learning automation. The tool we chose was TestComplete.The thing I need help with is how do I get TestComplete to run a script I've written. It keeps saying there's no routine when I try and drag my script (unit1) to the 'Keyword Tests'. I have tried using record and playback, and that seems to work fine - however I really want to create and run my own scripts from scratch. I have tried reading through the help files and tutorials but I cannot find the section on running custom script successfully. Could anyone help. Thanks.