Idea: make a plugin for TeamCity integration server that can say after build: “WTF!!! Project XXX build is failed!!!” or “Good job!”.
I have writen a small program using Microsoft speech object library on C#:
Open text file and read all text from file aloud:
[CODE language="csharp"]
class Program {
static void Main(string[] args) [...]
Read Full Post »
TestComplete integration into TeamCity
We use TestComplete for GUI testing in our work. For faster tests execution we use several PC’s with TestComplete. A unique part of full task list runs on each PC.
But how can we split task for maximum workload of PC? How to combine results without manual work?
It also would be good to [...]
Read Full Post »