473,811 Members | 3,485 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Setting up a test environment

I need some advice. How do you set up a test environment, with every
possible browser?
My past experience is that once you install a new version, the old version
my not necessarily
behave the same as it used to. And, upgrading is easy but downgrading is
nearly impossible.

Apart from having one machine per browser, how can I manage this?

What are the sources for downloading the various browsers?

--Thanx in advance for your help,
--Steve

Jul 20 '05 #1
1 4618
nic
"Steven Dilley" <st***********@ compuware.com> wrote in message news:<3f******@ 10.10.0.241>...
I need some advice. How do you set up a test environment, with every
possible browser?
My past experience is that once you install a new version, the old version
my not necessarily
behave the same as it used to. And, upgrading is easy but downgrading is
nearly impossible.

Apart from having one machine per browser, how can I manage this?

Validation is almost certainly the most time-effective form of
verification you can do to cater for multi-platform operability. That
being said there are issues that validation will not warn you about
and if you are delivering web-apps or other complex stuff you may need
to do real multi-platform testing.

Suggestions in no particular order:

Browser photo software (http://www.netmechanic.com/browser-index.htm
for example) can show you what a site will look like in various
situations. Not much good for testing functionality.

Drive imaging software: build up a CD library of installs of operating
system/browser combinations and restore them onto your test PC as and
when you need to test on that combination. The most absolute solution
in terms of testing on the real user set-up but switching between
images can be time-consuming and with the possible number of
combinations you have to worry about that can be an issue. You can
pick up the imaging software fairly cheaply, or even free on magazine
covers on occasion.

Virtual machine software: install multiple operating systems on a
single PC (windows or Linux) and run one or more of them at a time
(memory dependent) to test various combinations. Very quick for
switching between setups and everything is carefully sandboxed. Also
if you only have the one machine it is still available - just shut
down the virtual ones to free up the memory you need.

I'm afraid for Mac you're on your own, I've not tested on there for so
long I'm way out of date on available tools.
What are the sources for downloading the various browsers?


Try http://browsers.evolt.org/

--
Nic
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2971
by: David Durkee | last post by:
Hi, I'm trying to write a script I can run from tcsh in Terminal (on Mac OS X) that will set environment variables that can be accessed by subsequent commands I execute in that session. Not having any luck so far. Here's what I've tried: ------------ #!/usr/bin/python
8
1519
by: Nils Magnus Englund | last post by:
Hi, I have a production, test and development environment for my web application and a web service (The test web application connects to the test web service, and so on). Is it possible to let the web services location be set in e.g. Web.config? I don't want to recompile the web application every time I move it to another environment, nor do I want the code to be much more complicated than with a hardcoded location. The web service...
2
1770
by: Greg | last post by:
Please note: I have cross posted this from Newsgroup: microsoft.public.dotnet.framework.aspnet.webservices with a few minor changes... I am having a simple problem setting up the security on my test web service... My Web service code is: Imports System.Web.Services
1
1474
by: rbg | last post by:
Hi We have completed the development phase and need to deploy the app to the test environment. Needed to know what all things are involved in setting up the test environment. the application consists of Serviced Components and ASP.NET 2.0 pages/code and SQL 2005 database. I think i would need the following: Need to install the Serviced components on the test server
1
6514
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting" setting to be "E_ALL", notices are still not getting reported. The perms on my file are 664, with owner root and group root. The php.ini file is located at /usr/local/lib/php/php.ini. Any ideas why the setting does not seem to be having an effect? ...
6
4296
by: John H Clark | last post by:
I am designing a site that requires AnonymousID. I set my web.config to allow this using <anonymousIdentification enable="true".../as recommended in the documentation. To verify the settings I use the following code in global.asax and stop the execution using debug to inspect the settings. Configuration configuration = WebConfigurationManager.OpenWebConfiguration("/SessionManager");
9
4556
by: Doug Glancy | last post by:
I got the following code from Francesco Balena's site, for disposing of Com objects: Sub SetNothing(Of T)(ByRef obj As T) ' Dispose of the object if possible If obj IsNot Nothing AndAlso TypeOf obj Is IDisposable Then DirectCast(obj, IDisposable).Dispose()
5
3478
by: Henaro | last post by:
Hello~ I am having trouble setting environment variables in C++ on win32. The code that is not working is: char prxy; char pf_cmd1 = "set http_proxy="; ....
4
2174
by: Max2006 | last post by:
Hi, I am using ActiveDirectoryMembershipProvider for authentication. In my development environment I don't have any Active Directory available for development and test. Basically my development environment is a windows xp laptop. I am trying to avoid running a domain controller on my laptop. What would be the easiest way to develop and test my application without running a domain controller on my laptop?
0
9730
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10392
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10403
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9208
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7671
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6893
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5693
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3868
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.