Web Images Maps News Orkut Groups Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Setting up test environment .... what is involved??
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rbg  
View profile  
 More options Jul 4 2006, 8:28 pm
From: "rbg" <rbg....@gmail.com>
Date: Tue, 04 Jul 2006 14:58:42 -0000
Local: Tues, Jul 4 2006 8:28 pm
Subject: Setting up test environment .... what is involved??
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
Copy over the ASP.NET pages and the precompiled Code behind.
However I should use the existing database server setup in the test
environment. I think it is a bad idea to backup the DEV database and
restore it to the TEST database, since it would already contain the
data that is supposed to get populated after you run the application
and play around with it right???


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sankalp  
View profile  
(1 user)  More options Jul 5 2006, 11:10 am
From: "Sankalp" <sankalp.ve...@gmail.com>
Date: Tue, 04 Jul 2006 22:40:22 -0700
Local: Wed, Jul 5 2006 11:10 am
Subject: Re: Setting up test environment .... what is involved??
I think using something like NAnt and CruiseControl would be a much
better option. You can also create a deployment project for your web
app using VS.NET

If you prefer to use the manual way, you just need to simulate your
development enviroment on the test machine-folders and stuff.

Copy over your web app dll to the bin folder and make sure you copy all
the aspx pages. You dont need the code behind.

Regarding the database, create scripts for all your tables, sps,
triggers etc and run the script on the test/staging machine. This
should also populate the tables which are necessary to 'start' the
application such as user roles etc. Other than this, the transactional
data should not be populated using these scripts. The data should be
populated next.

I would suggest not to use your development data on the staging
machine. Create scripts to insert values into the newly created tables
and then populate the data. Make sure someone who knows the
functionality of the application and has an overview of the database
design, but doesnt know the code does this, as then the testing will
bring out some bugs which developers tend to hide using 'manipulated
data'.

~Sankalp


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cerebrus  
View profile  
 More options Jul 5 2006, 12:32 pm
From: "Cerebrus" <zorg...@sify.com>
Date: Wed, 05 Jul 2006 00:02:52 -0700
Local: Wed, Jul 5 2006 12:32 pm
Subject: Re: Setting up test environment .... what is involved??
Good Response, Sankalp !

:-)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rbg  
View profile  
 More options Jul 6 2006, 12:03 am
From: "rbg" <rbg....@gmail.com>
Date: Wed, 05 Jul 2006 18:33:42 -0000
Local: Thurs, Jul 6 2006 12:03 am
Subject: Re: Setting up test environment .... what is involved??
thanks.... a good insight ... very similar to that from a QA doctor

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google