Questions tagged [test-environments]

The execution environment (server, data, users) for testing software.

There can be several phases of testing, each could require different text environments. They could be hosted on the same or different servers, but often they may have different sets of data and possibly users.

Some frequent types of test environments include (these definitions will vary at different companies):

  • Integration Test: First environment where individual programs are combined together to ensure interoperability
  • System Test: Where complete sets of well-defined test cases are run to exercise all business requirements
  • User Acceptance Test: Where end-users test out (new) functionality to ensure it meets their goals and data/results are valid
  • Performance Test: Testing that stresses the system with high volumes of data and transactions.
109 questions
0
votes
1 answer

Android WebView - Page loads only on old devices (4.1.2)

I'm working on a Project, which loads a Webview within native Apps. The App contains a WebView, which is only loading correctly on old Android Devices (4.1.2). On a new Version (4.4. and higher), the View stays blank. I tried already to set the…
a2hur
  • 167
  • 1
  • 1
  • 11
0
votes
4 answers

Load a particular JS file base on what URL its hosted

I've an MVC ASP page with the following code: @**@ Essentially I comment or uncomment the…
Sniipe
  • 115
  • 1
  • 8
0
votes
1 answer

Setting up puppet directory environment in puppet

I am learning puppet but I stuck with one problem. I have a Puppet installation with one Puppet master and one Puppet agent, and I am using open source Puppet. I to set up a environment named Test. The directory is as follows…
Bidyut
  • 933
  • 1
  • 14
  • 30
0
votes
1 answer

Setting Test environment variables in rails without putting in source code

I'm using Twilio for an app and on production I set the auth token using heroku's CLI. I'm using sms-spec (https://github.com/monfresh/sms-spec) to test my app's Twilio integration locally. I want to set ENV['TWILIO_AUTH_TOKEN'] to my token in the…
pthamm
  • 1,841
  • 1
  • 14
  • 17
0
votes
1 answer

Rails test and ActiveRecord in routes.rb

I would like to know how I could use ActiveRecord in the routes.rb file on my Rails application. I am creating some optional modules which can be enabled or disabled dynamically. I don't want the routes to exists if the module is disabled so I…
anthony
  • 640
  • 1
  • 10
  • 32
0
votes
3 answers

How to test proprietary network protocol

I have a system I want to test, the system handles a proprietary network protocol (this need to be checked). The tested protocols are over TCP and UDP. I'm looking for a software I could install on my OS-X/Linux/Windows computer connect it to the…
Idan
  • 9,880
  • 10
  • 47
  • 76
0
votes
1 answer

When To Use A Particular Rails Environment for Testing?

I am teaching myself Ruby On Rails with Michael Hartl's Book. When it uncovered the use of seeds.rb file, I tested within Development Environment, it Failed. When set to Test Environment, It Succeeded. Why? When will I need to change the environment…
Karan
  • 100
  • 1
  • 2
  • 8
0
votes
1 answer

In Microsoft Test Manager, is there a way to assign multiple roles to a single machine in an environment?

We're currently setting up Lab managed environments using TFS 2012 Lab Management at my company. In the Microsoft Test Manager, you need to define environments in which tests can be run. In each environment, you must have one or more machines…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
0
votes
1 answer

Remove element-ID's from Vaadin components in production mode

I use setId a lot for automated UI tests within my Vaadin application. For performance reasons, I would like to remove this ID's in production mode. Is there any good way to do so?
riddy
  • 501
  • 1
  • 4
  • 17
0
votes
1 answer

Front-end development version control for a CMS

I'm looking for a best practice methodology for version control for multiple front-end developers working together on CMS based websites. So we have several CMS based websites in active development. If you are curious, the CMS is DNN. On our test…
0
votes
1 answer

Azure - Templated Environment

I know you can create VHD images in Azure but what I'm looking to do is create a templated environment. This environment could have 2 Webservers, 3 Business Logic boxes, a few CentOS machines and a DB box. I know it's ambitious but does anyone know…
P456678
  • 175
  • 1
  • 2
  • 10
0
votes
1 answer

Multiple environments using WAMP server

wondering if you can help me with the following. I have a new server in my office, with Windows Server 2008 R2, i have 2 developers working here now, i have just installed WAMP on the server and running, i would like that each of the devs to have…
DJ22T
  • 1,628
  • 3
  • 34
  • 66
0
votes
1 answer

How to organize the execution of each test on a separate virtual machine?

I would like to ask the public how to organize complex integration tests when you need to start a virtual machine to run each test. First, let me describe how organized tests we have now and what I do not like this. The process is organized using…
0
votes
1 answer

Environment Specific Images (TFS or Web Config suggestions please)

Now that my TFS builds are starting to work after our DLL hell issues. I am tasked with figuring out how to deploy specific images to specific environments. I am currently trying to see if TFS allows ignoring files based on configuration out of the…
rmccoy
  • 1
  • 2
0
votes
1 answer

Copying symbolic links but pointing to same files(copied) but different target base directories

I am trying to create a test environment by updating it with another test environment files. Heres my situation: I have a directory SRC. It has directories "test_bundles" and "tools_bundles" which has all the required builds. Additionally, SRC has…
user3685188
  • 1
  • 1
  • 2