C++ project organization to reduce unit testing build time
I want to organize tests for a project large enough that build time matters (especially for the CI server).
Continous Deployment and database format changes [duplicate]
This question already has answers here: How do you handle database change deployments? (2 answers) Achieving Zero Downtime Deployment (4 answers) Closed 10 years ago. My current automated workflow looks like this: I commit changes I push changes Build (actually just a lot of tests using mock database) is triggered If all tests pass, the […]
Continous Deployment and database format changes [duplicate]
This question already has answers here: How do you handle database change deployments? (2 answers) Achieving Zero Downtime Deployment (4 answers) Closed 10 years ago. My current automated workflow looks like this: I commit changes I push changes Build (actually just a lot of tests using mock database) is triggered If all tests pass, the […]
Automated GUI tests take too long because of doing same steps before the “main test action” can proceed
We are developing a desktop application and I am responsible for GUI testing. Currently we have around 500 tests which take 8 hours to complete.
Automated GUI tests take too long because of doing same steps before the “main test action” can proceed
We are developing a desktop application and I am responsible for GUI testing. Currently we have around 500 tests which take 8 hours to complete.
Automated GUI tests take too long because of doing same steps before the “main test action” can proceed
We are developing a desktop application and I am responsible for GUI testing. Currently we have around 500 tests which take 8 hours to complete.
Automated GUI tests take too long because of doing same steps before the “main test action” can proceed
We are developing a desktop application and I am responsible for GUI testing. Currently we have around 500 tests which take 8 hours to complete.
Should developers “own” the build server(s)? [closed]
Closed 10 years ago.
Managing deployment scripts in the process of continuous delivery
My question concerns deployment scripts in the process of continuous delivery.
Managing deployment scripts in the process of continuous delivery
My question concerns deployment scripts in the process of continuous delivery.