Tagged Questions
The test-environments tag has no wiki summary.
12
votes
5answers
1k views
Keeping testing and production server environments clean, in sync, and consistent
It seems that the company that I work for is always struggling with our customers’ server environments.
Specifically, we almost always encounter problems with testing servers and production servers, ...
3
votes
1answer
144 views
Local test server for PHP similar to Django's runserver
As a Python developer using mostly Django, I've grown accustomed to have a built-in test server for my projects, which spares me from setting up Apache for every single project I'm working on my local ...
3
votes
3answers
129 views
How to keep track of performance testing
I'm currently doing performance and load testing of a complex many-tier system investigating the effect of different changes, but I'm having problems keeping track of everything:
There are many ...
3
votes
5answers
1k views
Is there a way to replace 127.0.0.1 on my local machine for test purposes?
I know it may sound stupid but anyway. Maybe there is a trick?
I just want that the local web server receives requests from my local machine but somehow sees a different IP address? Even one single ...
3
votes
3answers
377 views
How do you simulate frequent database activity for realistic testing?
I'm building a web app against a database where a small number of records (about 5000) are active at the same time. Each active working record probably experiences 50-300 changes by 30 users over a 4 ...
1
vote
3answers
165 views
Crippling Test Environments
We have a web application that is sufficiently complicated that it's hard to accurately simulate production load.
One of our coping mechanisms has been to make sure that the hardware in the test ...
0
votes
2answers
61 views
AutoIt: What test environments or live interpreters available to test scripts?
Something like PyScripter's Python Interpreter, so I can type and run commands immediately (pictured towards the bottom of the following screen shot).
0
votes
2answers
179 views
Rails ActiveRecord doesn't seem to handle null values correctly in the test enviornment
Everything seems to work well in the development and production environments:
> script/console
Loading development environment (Rails 2.3.8)
ruby-1.8.7-p302 > Tape.find(:first, :conditions => ...
0
votes
2answers
353 views
Best practice for Test and Production Environments
In the company I work, we have 2 environments: Test and Production. We are not currently starting a new environment, because of its cost.
Here is the procedure we follow. Business makes a feature ...
0
votes
1answer
58 views
construct test environment for web application on PC - directory issues
I have a site that physically has this directory structure.
-public_html
--conf > contains file conf.php
-SiteFiles
-LiveSite > contains file ConfLive.php
Directory public_html/conf/ ...
0
votes
1answer
192 views
Forward a copy of http requests to another (test) environment
I want all the production data for my web-app to also flow through my testing environment. Essentially, I want to forward every http request for the production site to the test site (and also have the ...
0
votes
2answers
630 views
How can I copy a Microsoft Dynamics CRM 4.0 solution
I have a CRM 4.0 solution in production and I would like to make a replica of it so that I can use it as a test server.
What are the alternatives to accomplish this? Cons / Pros?