Tagged Questions
4
votes
6answers
5k views
How to automate the test running process using TestComplete?
We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for ...
1
vote
2answers
410 views
How to call MSBuild tasks from FinalBuilder?
The only way I see now is to create xml file for MSBuild containing needed tasks invocations and then run MSBuild directly by calling "Execute Program" action. Is there any standard way of doing this ...
0
votes
2answers
239 views
FinalBuilder 7. Is it possible to know who broke the build?
I am pretty new in builders and absolutely newbie in FinalBuilder.
It is a great app, very intuitive, well documented with lots of features.
But I can't find one thing:
How can I determine who is ...