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

Test Env Protractor: element is not clickable at point (x, x) other element would receive the click

Hi all I'm having some issues with interacting with a table in my e2e scripts. element(by.css('#topic_0')).click(); When I'm in my dev environment I am able to interact with it just fine, but when I interact with it when I switch over to my test…
0
votes
2 answers

Rails ActiveRecord doesn't seem to handle null values correctly in the test enviornment

Everything seems to work well in the development and production environments: > script/console Loading development environment (Rails 2.3.8) ruby-1.8.7-p302 > Tape.find(:first, :conditions => "deleted_at is not null").deleted_at.nil? => false…
muirbot
  • 2,061
  • 1
  • 20
  • 29
0
votes
3 answers

How are functions within functions handled?

I'm trying to understand how Python processes the code in the examples below: When cake()() is executed, Python first prints 'beets' then prints 'sweets' However, when chocolate() is executed, Python only prints 'sweets' Could someone explain the…
0
votes
0 answers

Recommendations for setting up a Dockerfile to be close to same as a production server

I'm setting up a new test environment for a legacy system. Wish to either build dockerfile myself or "clone" the current production server. I am using Docker Desktop Community (v. 2.0.0.3), The system I am maintaining is a php 7.2 webapp with mysql…
duxck
  • 171
  • 1
  • 8
0
votes
1 answer

How to use PageSpeed in a test environment? (password protected)

Google's PageSpeed do not run in a test environment of a website (ProdPreview). I guess it's due to the password protection in it. Is it possible to make PageSpeed run in this environment? If yes, how to? PageSpeed give me back the message below,…
0
votes
1 answer

Git branching on test environment

I started working on a company that newly using git. I need a good recommendation. First, I would like to talk about current workflow. The team's workflow is pretty much different than regular git basis. The branches are Local (feature/hotfix…
0
votes
0 answers

Managing multiple app environment domains

I am building a web app with a couple of friends (as a hobby). We were wondering how to deploy the application and manage 2 environments: For future customers For us, the developers, and other business staff I was thinking at first creating 2…
itaied
  • 6,827
  • 13
  • 51
  • 86
0
votes
1 answer

Test Environment not loading latest code

When i am running my rails app in development env everything looks fine, below is a screenshot of signup page in development env BUt when i run my rails webrick server in test env : Signup page in test env I can't figure out why test env is not…
Supertracer
  • 462
  • 6
  • 17
0
votes
0 answers

Set base URL in static HTML section

Our application (http://www.example.org/) allows contributor users to create HTML content and upload assets (using TinyMCE editor and an asset uploader component), which are then stored in our database (for the HTML content) and an assets server…
0
votes
1 answer

Way to switch between database dumps in a docker containers

Situation: I'm working on a big startup web-project, which frequently goes to production, so all development is pretty fast. We have several environments - dev (local), QA, stage and production with different data in databases of course (we use…
lub0v
  • 801
  • 9
  • 17
0
votes
0 answers

What is the term for two or more sets of source code in development that make changes to the same module?

I'm trying to brainstorm and research different strategies/policies for different features that touch the same piece of code when building into a testing environment. I'm sure there's a term out there but not quite sure what it is so that I can…
0
votes
0 answers

How do you maintain data retain and update between the UAT and Production Environments?

I'm trying to get a solution for our UAT and Production Environment databases. The idea is that from time to time we will need to update the UAT environment with live data, but also to be able to retain the data used for testing purposes. Do you…
0
votes
1 answer

Travis: How to use variables configured through repo settings in builds triggered by forks?

Some tests from suite use credentials which I've configured through repo settings on Travis. Although these are available only to pull requests from original repos - not forks (according to documentation). How do I make those tests pass even on pull…
0
votes
0 answers

How can I display Git info on my site in certain environments?

We have a web application under development by a mid-size team. We maintain several environments for development and testing. A problem I've come up against is not knowing which version of the code is currently on a particular server. We work around…
Tom Wright
  • 11,278
  • 15
  • 74
  • 148
0
votes
0 answers

How do i can keep different environments option for SOAP UI PRO?

I have automated scripts to be run but sometime i need to run in dev environment and than in test environment changing wsdl and jdbc connection manually is tedious task. Is there any way/ options provided by SOAPUI ?