The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
45 views

Creating a test database with copied data *and* its own data

I'd like to create a test database that each day is refreshed with data from the production database. BUT, I'd like to be able to create records in the test database and retain them rather than ...
0
votes
2answers
65 views

Look through Apache Requests

is there any way to grab REQUEST variables as well as other apache information for each request processed? This would especially be handy through a load balancer and proxy as well in order to track ...
1
vote
1answer
227 views

How to transfer testdata in testlink from one server to another?

Last month we installed testlink and bugzilla on our server and we started writing testcases in testlink for our project. Unfortunately we've never been able to access testlink on that server. We ...