The testing tag has no wiki summary.
0
votes
0answers
13 views
Synching test unit
As part of this post I was advised to use Unison to keep 2 working copies of the same directory in sync. Since this is intended at a production environment with a certain amount of data (4.5GB) I want ...
2
votes
2answers
68 views
run and track SMART tests of harddisks
At our shop we have nagios checks for the SMART status of hard disks in linux servers, but it hasn't been really useful so far: by the time we get a SMART alarm the system already had problems so we ...
1
vote
1answer
34 views
Print Out Redirect URL without Actually Redirecting
I have set up a server that is a clone of our production server that we want to use as a test server for testing our redirector. Importantly, we don't want to actually redirect to these urls like we ...
0
votes
1answer
17 views
Test Server for Redirector Display Redirect URL without actually Redirecting
I am setting up a test server whose primary purpose is to test the scripts we are using for Apache redirectors.
On the test server, I don't want to actually redirect to the page but instead I want ...
1
vote
0answers
44 views
How to generate test data from an sql query and a result set?
I am using an oracle database and want to generate test data from a live database, but I do not want to
copy the whole database content.
Given a database DB(S, D) consisting of the database schema S ...
0
votes
1answer
58 views
Network Cable Testing Diagnostics
I've recently helped a friend wire his new office up with Ethernet cable wall sockets that all connect to a central patch panel. The issue I currently have is with testing the cable.. I receive the ...
1
vote
1answer
33 views
Automated Tests for System Configuration
In software development, i like to do tests.
But are there any useful frameworks for automated tests for system configurations?
I think like you may be able to test a Backup-MX configuration:
- ...
4
votes
2answers
149 views
Burn in 50 Computers without installing an OS on each
I am burn in testing 50 propritary PCs for a customer. I am having some issues figureing out how to burn these machines in using my customers requirements.
I must use Passmark Standard 6.0 or >.
I ...
5
votes
5answers
171 views
Looking for a software alternatives to a Fluke Meter
I have cat5 ports through out the office that seem to not work 100%. I wanted to know if there is a software alternative to the $1000 Fluke Meters, that I can do the same thing with. Maybe something I ...
1
vote
1answer
124 views
Make apachebench(ab) send HTTP1.1 request?
I'm trying to use ab to test my webserver, but it only supports HTTP/1.1 (reject requests that have HTTP/1.0 in the first line). The -k switch only adds a header with connection: keep-alive.
Is it ...
0
votes
1answer
63 views
Does Ixia Qcheck support IPv6?
I'm trying to use Ixia Qcheck 3 on Windows 7. The QCheck documentation does not indicate whether IPv6 is supported. However it does say that addresses up to 64 characters are supported, so that would ...
1
vote
1answer
23 views
Port Address Translation via Local Desktop
Recommendations for how I might configure Windows and Macs to perform port address translation locally.
Need to test a web service that sits on port 99. The client application I am testing (think ...
4
votes
2answers
59 views
Website diff testing tool
Our CEO wants us to check all of our 100+ hosted/partner websites. Not only does she want to check if they are up and running, but she would like a diff analysis on the websites so that we can keep a ...
4
votes
1answer
138 views
Slow “applying computer settings” on workstation when I simulate domain controller being turned off that holds the FSMO roles in a two DC domain
Slight problem testing fail-over procedure with my two domain controllers.
I have two domain controllers, dc1 and dc2.
dc1 has all FSMO roles, is Active Directory integrated DNS
dc2 is Active ...
3
votes
2answers
105 views
How do I write integration tests for cron jobs?
I have a series of cron jobs and I would like to test them in a more timely and automated way than the following:
Test individual jobs in isolation by running them manually.
Install job and update ...
2
votes
3answers
101 views
Upgrading from Exchange 2003 to Exchange 2010, routing works in one direction only
I'm in the process of upgrading an Exchange 2003 server to Exchange 2010, and have installed the prerequisites and Exchange 2010 on the new hardware I've purchased.
We use postfix on the perimeter to ...
-1
votes
1answer
39 views
testing SSL server loads
There has been a lot of talk about SSL creating excess CPU/memory load on websites. What I want to do is test this on my VPS/my brothers dedicated server. Will I be missing something important if I ...
0
votes
1answer
95 views
Tool to replay access.log files with cookies?
Is there any tool that will replay combined access.log-style (or any other format) files back and preserve the cookies?
We need to load test our application with real user accesses but we really need ...
6
votes
4answers
354 views
Best practice for testing chef recipes?
My team has created a large number of chef cookbooks. I was wondering what methods and frameworks I should look into so we can start creating tests to assure that our nodes are configured properly?
0
votes
2answers
130 views
Is there any way to add a temporary, static record to DNS?
This is for bind9.
Is there a way to add a DNS record without too much mucking with zone files and named.conf?
I need to test some web servers before we migrate from the old servers to the new ones. ...
0
votes
3answers
35 views
Copying SQL Server 2005 Databases
We currently have a single SQL server (2005, on a Windows server 2003 machine) with 3 DBs on it that I would like to just straight copy so that I can run some test on them for an upgrade. I don't ...
0
votes
0answers
345 views
How to test RAM from Windows 2003 without planning an outage?
Is there a way to test RAM from within running Windows 2003? I suspect bad ram but don't want to plan an outage to test it (especially that getting into server room isn't the easiest). I know about ...
3
votes
2answers
102 views
Best practices for managing a web-server
Hi I want to ask what are the best practices when installing new software on a web-server,
I'm pretty much self-taught, I have on my home PC: Ubuntu 11.04 with LAMP installed,
and a VPS that I manage ...
0
votes
5answers
63 views
Office based Dev server… what do I need to consider?
At the moment we have no central "dev" server. Two developers (including myself) work with local copies of the database and XAMP installs on our Windows machines (we are using Git for version ...
4
votes
1answer
56 views
Using a VM for testing, how to artifically reduce performance?
My workstation has VMWare Server, and I'm running a few VMs for mocked production environments.
I'd like to artificially slow them down, which should make finding poorly-performing code easier. ...
1
vote
1answer
52 views
Simple proxy server for development
For some development purposes I need to use a proxy server with authentication to test applications. I use Squid but sometimes I just need a simple configurable proxy where I need to provide ...
0
votes
0answers
49 views
RTT simulation, with TC
I'm writing an HTTP server (relax, it's a special purpose server, I don't want to reinvent the wheel..)
The tester(client) machine is connected with a 10Gb connection to the server. Testing showed ...
1
vote
2answers
113 views
How do I force ext3 partition to the “error” state?
I have a script where fsck is called in case filesystem is in "error" state only.
I'd like to tests it.
Unfortunatelly I don't know how to force "error" state on ext3 partition.
The only one idea I ...
3
votes
2answers
66 views
How can I test apt-get updates on a test box before deploying to production?
I would like to schedule updates on my ubuntu servers, but would like to test the updates first on a test server. I'd like to run all updates on the test box at the beginning of a development cycle, ...
0
votes
2answers
34 views
Web test for application requiring authentication
Not sure how to go about this...basically we need to perform load testing on a web application, but the problem is, all the pages are accessible only by authenticated users. The authentication is ...
2
votes
5answers
200 views
Affordable iSCSI SAN Suggestions [closed]
Our little snowboarding company currently has three NetGear ReadyNAS units that I am ready to put through a wall.
Every few months I start looking into the possibility of consolidating down to one ...
0
votes
1answer
74 views
How can I test HTTPS configuration in a LAN?
I'm developing a website that should be used with HTTPS. I am developing the site on my Windows machine and I have a Linux machine on the same LAN where I test my websites. I don't have a DNS-server ...
2
votes
2answers
70 views
Load testing tool for HTTP and JMS
I am looking for a load testing tool / load generator for HTTP (Web Services) and JMS calls.
What would be a state of the art tools?
a) a free product
b) a commercial product
0
votes
0answers
19 views
software tool for verifying advertised (lcw) link signalling at layer 1
I need a software tool similar to the "lan signalling" feature of a fluke networks etherscope that can display the partner advertised auto negotiation signals of a device connected to a NIC.
I have ...
2
votes
3answers
358 views
What is the point of staging?
I thought I'd worked this out, but after reading Continuous Delivery (excellent book) I'm a little confused. They talk about having servers for:
development
various forms of automated tests
user ...
1
vote
1answer
64 views
Auditing user behavior in a small organization to prepare IT restructuring
My company will be working on restructuring/rethinking the whole IT infrastructure for a small company (about 25 employees). A part of this is a migration to Google Apps for email, calendar, etc. That ...
2
votes
2answers
76 views
Simulate HPC application data to test WAN filesystem performance over a large link
So here is the setup: we've got temporary access to a very large TCP WAN connection and we want to use this pipe to do WAN filesystem testing.
We would like to generate massive amounts of data on ...
0
votes
0answers
31 views
TFS: Configure test agents for mulitiple physical web environments
Background:
We are running all physical hardware.
All developers are using VS 2010 Ultimate and we will be using iTrace files.
We would like to run our coded UI tests from test manager.
We have ...
1
vote
4answers
511 views
How to check that an OpenVPN server is listening on a remote port without using OpenVPN client?
I need to check that an OpenVPN (UDP) server is up and accessible on a given host:port.
I only have a plain Windows XP computer with no OpenVPN client (and no chance to install it) and no keys needed ...
1
vote
4answers
61 views
Reasonable tests to determine if ports on hub are working
What are some reasonable tests to assure ourselves that all the ports on a 24-port hub are working correctly? We have some Linksys EF2H24 ver 2 EtherFast® 10/100 24-port Auto-Sensing Hub that may have ...
0
votes
4answers
235 views
What spec machine is required for this virtualization requirement?
I want to configure a system for cross-browser testing of rich internet applications in browsers. My requirement is to have one system with 20-30 virtual machines (eg, with VirtualBox). There will be ...
0
votes
4answers
103 views
Easily installing various distros over a network
I'm working on some software that I'd like to test on various distributions of Linux, to be able to say that I know it works on them. The software interfaces with a hardware device over USB and ...
0
votes
0answers
36 views
Best Practices for testing in the Cloud?
Cloud-based hosting is only growing and I've heard others who are using on-demand services like Amazon or CloudShare to test patches, upgrades or deployments. Do you have best practices for testing in ...
1
vote
3answers
216 views
What tools are available to simulate certain network conditions on Ubuntu?
In order to test our deployment I want to simulate certain network events like connection losses, timeout, limited bandwidths etc.
I already googled for this but haven't found something that really ...
0
votes
2answers
394 views
Virtual Host on centos
I started virtual host on my VPS,
I am having two websites on it, one which was already there and the second which I trasferred now,
But before changing the name-servers of the new transfered ...
1
vote
2answers
51 views
How can I automate a GUI App?
I need to automate a small GUI Windows app. It needs to be run twice a week to synchronise two databases, but with no operator intelligence behind it.
Literally, it's launch the app, and perform two ...
3
votes
2answers
58 views
Testing application timing
We've developed an in-house application, with several related crons that execute at some time during the day. These crons are designed in such a way that they make sure that they ignore, for example, ...
0
votes
2answers
111 views
should I use a subdomain on live server for my development environment?
What are the pros/ cons of setting up a subdomain to use as a dev environment on the same server as a live webserver?
the pros for me are it's already set up - dev.mysite.com, I dont need to worry ...
1
vote
1answer
83 views
Check Drives Before Installation: Is Badblocks Good Enough?
I wanted to know what people do to test drives before installing them in a RAID. I saw badblocks. Would write-mode, prior to installing the filesystem be sufficient in your minds?
1
vote
2answers
536 views
How do I know to which node of my Oracle RAC I am connected?
Is there an easy way to determine to which RAC node of an Oracle 11g R2 system I am connected? I am trying to perform some failover tests and I want to make sure my application is correctly connected ...