testing environments code example

Example 1: testing in different environments

I use serenity.config file.
I add all the enviroments there and than I take it
by using configReader method. It does run in
default environment if I don't specify and environment

I could use also configuration.properties file aswell
but it is longer code than serenity.config file

Example 2: test environment

Test Environment is the combination
of hardware and software on which 
Test Team performs testing.

Example:

Application Type: Web Application
OS: Windows
Web Server: IIS
Web Page Design: Dot Net
Client Side Validation: JavaScript
Server Side Scripting: ASP Dot Net
Database: MS SQL Server
Browser: IE/FireFox/Chrome

Tags:

Misc Example