|
What tools do you use for Automated Builds / Automated Deployments? Why?
What tools do you recommend?
Started by ferventcoder on
, 21 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
Funnily enough I just spent two to the group with status reports on ... .
Especially in a project that has a lot of inertia .
A system for automated builds.
I chose it because it was the easiest to setup and demo .
Hudson for automated builds.
|
|
I have ci, so our staging environment builds itself.
Should I have a script that not only builds production but does all the branching for it as well?
When you have 1 code base on 2 different urls with skinning, should they be required to build at once...
Started by DevelopingChris on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In my opinion it's only too ....
That might not be as easy to do from the automated build script.
And plus it can be fun too!
The only way to be too automated is if you are spending more time fighting, database schemas, data loads, etc.
|
|
I am looking for the one good book to read for Automated Testing in general of a website.
Answer Snippets (Read the full thread at stackoverflow):
One book dedicated to website automation....
There is a good selection of automated testing books at SQA Forums .
If your definition of Automated Testing includes or is the same as Unit Testing (the terms to make unit testing work for you.
|
Ask your Facebook Friends
|
I heard that Python has automated "garbage collection" , but C++ does not. What does that mean?
Started by alex on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
As you have got your answer, now it's better to know the cons of automated garbage collection.
|
|
Can someone suggest some good automated test suite framework for Perl?
Started by Jagmal on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Most of that should be on CPAN so you'll be able to modify it to meet your needs your tests using the same test... .
A wrapper around for automated testing.
For is a more of automated framework which can do incremental testing/build checks etc.
|
|
Does anyone know of an automated way to enable Wake on LAN capabilities in the BIOS?
Started by TALlama on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If so, you can likely get one machine set up the way you want it (including Wake-on-Lan), save those settings, and then restore... .
Check to see if your motherboard manufacturer provides cmos/bios backup utilities (usually used just before upgrading the bios) .
|
|
Do you do automated testing on a complex workflow system like K2?
We are building a system with extensive integration between Sharepoint 2007 and K2. I can't even imagine where to start with automated testing as the workflow involves multiple users interacting...
Started by willem on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This is allowing us to perform automated testing, find regressions, and run through as many different paths.
These tests are too big to call them unit-tests, still it is automated.
Checking how workflow engine reacts.
|
|
I am a C# winforms developer with an experience of around a year. The only unit testing that I have been doing till now has been manual. I have thinking about following for sometime:
Why do we need to have automated unit testing? How effective is it? ...
Started by Sandbox on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If ....
Why do we need to have automated unit testing? How effective is it? Very.
The why for automated unit testing is simple: because as your code grows, it will take longer the tests, you make them convenient to run, so they will be run.
|
|
There's no denying the benefits of automated testing. Automation increases test reliability and speed. With technologies like xUnit and Fit is it possible to forgo manual testing altogether?
The one weakness of these frameworks seems to be the UI but ...
Started by Kenneth Cochran on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
-Adam
Joel lectured/wrote on this:
http://www.joelonsoftware.com.” The trouble is that anything that... .
No, because automated testing only be performed, and cannot be automated.
By humans, and so there should be tests performed by humans .
|
|
We're doing automated acceptance testing of our windows forms apps. We're using Fitnesse to have our business people write the tests, and then writing C# fixtures to carry out the tests.
We're currently looking at both UI Automated (using project White...
Answer Snippets (Read the full thread at stackoverflow):
This can be scheduled to execute just like you would a typically automated unit test.
If need be.
|