|
Hi,
If I have a windows service on a server, what is 'best practise' for updating the service? (say there was a bug in it, or I need to ad more features to it).
Is there a way I could shutdown the service, patch it and get it up and running in a more ...
Started by ASDFdotASPX on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Installer....
Depends how your service is written - monolith EXE - you'll need to stop and restart it using a process of choice e.g.
Or you could simply shut down the service, copy simpler.
Experience it overlays old versions with the newer one.
|
|
I would like to do some integration testing of a web service from within NUnit or MBUnit. I haven't delved into this too deeply yet, but I am pretty sure I will need to spin up WebDev.WebServer.exe within the "unit test" to do this. (I know it's not really...
Started by codeflunky on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Until I get that going, I found that what works is to simply run the web service project within VS for automated web testing of just about....
If that's not what you're asking.
Your test and the service, you're going to be disappointed.
|
|
I am running a web service that currently sends confirmation emails out to new users via the gmail smtp servers. As I'm only getting a few new users each day, this hasn't been a problem.
I've recently added new features to the webapp that will require...
Started by Tauren on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Usually I would just use a database table as a queue - the web app ... .
Regarding your second and third service rather than having the app send out the messages on its own.
Here's a link with information about mail quotas for that service.
|
Ask your Facebook Friends
|
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):
How the method should do the thing that it needs... .
Be runnable from a developer workstation without any external service or software requirements riding a motorcycle?)
Of course both are "automated tests" (~riding) but that doesn't mean (i.e.
|
|
Boris Johnson pledges automated tube service in 2 years - FINALLY
http://www.telegraph.co.uk/news/poli...two-years.html
Finally, we might see the end of unions enabling tube drivers and bus drivers to go on strike in London to get MORE salary.
Who the...
Started by play_fetch on
, 20 posts
by 16 people.
Answer Snippets (Read the full thread at thestudentroom):
Re: Boris....
Re: Boris Johnson pledges automated tube service in 2 years at night!
Discuss.
Re: Boris Johnson pledges automated tube service in 2 years - FINALLY
I don't know how londoners transport in other parts of the country.
|
|
Q: Whats The Fee For Paying By Phone With Citi Mortage Automated Service
Started by lisav1868 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at helpowl):
|
|
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 a custom workflow ....
These tests are too big to call them unit-tests, still it is automated.
Checking how workflow engine reacts.
|
|
I'm running Hudson for my automated builds and love it.
I'd now like to create automated Web browser tests using either WaTiN (preferred) or Selenium.
As my Hudson runs as a Windows service (under Tomcat), how can I configure this to run? Will I be forced...
Started by Jeremy McGee on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Selenium Grid , however, is perfect - there's ....
After some research I've found that WaTin won't work so well as I'd need to configure Hudson to run in an interactive Java session .
Have you checked here ? This shows the Selenium Grid plug-in to Hudson .
|
|
Does anyone know of any tools, or even good processes for deploying Web Services and Silverlight applications that rely on those, and have it be able to automatically change the web services url and port nunbers in the config files automatically?
right...
Started by mattlant on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Just something that I can specify the target URL and it changes the web.config for the web service(s automated build, using a different....
So my quick answer is I don't think there are any tools that excplictily .
service configurations.
|
|
Hello, currently my team is working on a web-based service which has a very manual deployment process. I'd like to convince my management team to consider spending the engineering effort to bake automated deployment into our engineering practice. Can ...
Started by ajma on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
"How automated deployment can.
On the benefits of automated deployment further down the article.
|