Tag Archives: Automation

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

Summary Sheet in Excel using VBA Macro

For the last few weeks, it has been release mode at my work so there has not been a lot of personal time for my own fun projects. One of the reasons there has been so little activity here lately. … Continue reading

Posted in Excel/VBA Script | Leave a comment