Tag Archives: Script

Batch file for remotely re-starting a service

In our recent QA automation efforts we had the requirement to stop some Windows services before performing a task in our scripts. The scripts need to pause until these services return to a started state. The approach we took to … Continue reading

Posted in Automation | Leave a comment

TestComplete Simple CSV Reader (C# script)

Automation is finally heating up at work and its tough to do any automation without reading your test definition files. I wrote mine in TestComplete’s C# scripting. This is a very simple script but why go re-write something if you … Continue reading

Posted in Automation, C#, Code Sample, Test Complete | Leave a comment

Using a .NET assembly (DLL) with Test Complete 7.52

There are two steps to adding and using a .NET dll to your automated suite. First you must add a reference that tells your script where to find the dll and second you need to call the method in your … Continue reading

Posted in Automation, Test Complete | Leave a comment