|
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.
|
|
Recently we have been adding automated tests to our existing java applications.
What we have
The majority of these tests are integration tests, which may cover a stack of calls like:-
HTTP post into a servlet The servlet validates the request and calls...
Started by WW on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Automated Integration Tests test.
How the method should do the thing that it needs to do) .
Riding a motorcycle?)
Of course both are "automated tests" (~riding) but that doesn't mean (i.e.
|
|
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.
|
Ask your Facebook Friends
|
Hi All --
I have three easy questions.
Does anybody use QuickTest Pro for automated testing?
Any other automated testing applications that you recommend?
Is automated testing a good idea?
Thanks
Started by Dan R. on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Which kind of automated testing ?
I've written a few, but this is not specially what you....
As far as I can tell, it's the automation of test execution which is only part of the process.
Automated testing' isn't as good as it sounds.
|
|
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.
|
|
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.
|