Category Archives: C#

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

File Parsing for Troubleshooting

Some time ago, our web servers were throwing ALOT of errors that were getting logged in some of our log files. This became a somewhat high priority issue because it was impacting the performance of our sites. A team of … Continue reading

Posted in C#, Code Sample | Leave a comment