Questions tagged [testing]
243 questions
0
votes
2 answers
"reset" functionality in Windows SteadyState
I am running some upgrade testing on a computer with Windows SteadyState.
The workflow is "upgrade, write down results, reset to default condition".
However, I can't seem to dig up a button that says, "Reset Windows Now!", which would be handy.
Is…

Paul Nathan
- 285
- 5
- 12
0
votes
1 answer
Using a Virtual Machine for Active Directory for application development
I'm developing a .NET application which requires user authentication and role management to happen through Active Directory. I was wondering whether there was a way of installing a test instance of AD on a Virtual Machine (have Windows Server 2003…

stats101
- 101
- 1
0
votes
1 answer
Software Testing framework for Route Distinguisher
I am entirely new to networking. I have a question on testing in this area.
There is a sample testbed as below:
Host server ---- RD ---- WAN Emulation Server --- RD --- Host Server.
I am hoping RD means Route Distinguisher.
Host servers generate…
0
votes
1 answer
testing ports on a Nortel Networks switch
I'm trying to test a number of Nortel Networks BayStack 470-48T switches. I can connect a machine per port, but it's a 48 port switch. I have two machines, and my plan was to plug one in and move the other 'down the line' testing each one as I went…

corsiKa
- 383
- 1
- 8
- 19
0
votes
6 answers
Redirect all incoming mail to another user
Preferably this could be done with a virtual instance of a mail server on an existing Linux machine but I'm willing to run a whole other install (Linux or Windows) to get this to work.
Basically a system we use generates emails to customers when we…

Ryaner
- 3,097
- 5
- 25
- 33
0
votes
1 answer
How to config Apache to get error 502 Bad Gateway for testing?
I'm developing a website with ajax allow many queries insert many many row to database in the same time. It's run ok on localhost, but when I deploy onto server (free Amazon server), it's often get error 502 Bad Gateway. Now, I also want get Error…

Davuz
- 140
- 1
- 8
0
votes
1 answer
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 to print out the url that on the real server you…

Spencer
- 211
- 1
- 2
- 6
0
votes
1 answer
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 following results:
Master Tester (regardless of…

lethalMango
- 127
- 4
0
votes
1 answer
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 seem to represent IPv6.
The program works as…

tim11g
- 425
- 5
- 11
- 21
0
votes
1 answer
Usual suspects for WebLogic 9.2 performance tuning
Reading through the BEA WebLogic 9.2 Deployment Descriptor Elements documentation, there are a few parameters that we already use in our web applications weblogic.xml to decrease the time it takes to run continuous integration tests against WebLogic…

dezwart
- 154
- 2
- 11
0
votes
3 answers
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 think I can do this with the copy DB wizard as I am…

Tablemaker
- 1,149
- 1
- 11
- 23
0
votes
2 answers
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 performed by the application itself (ie NOT HTTP…
0
votes
4 answers
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 Bluetooth, and so I'd prefer to use it on real…

Clinton Blackmore
- 3,520
- 6
- 36
- 61
0
votes
2 answers
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 wordpress site, I want to test it.
How can I check it,…

Niraj Chauhan
- 252
- 2
- 13
0
votes
2 answers
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 about setting up another server with same config.…

undefined
- 654
- 2
- 8
- 18