Tagged Questions

3
votes
3answers
65 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
383 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
135 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 …
0
votes
1answer
125 views

How can I copy a Microsoft Dynamics CRM 4.0 solution

Hi, 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?
6
votes
4answers
271 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, …
1
vote
3answers
102 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 …