Difference between revisions of "GET ON THE CLOUD"
(3 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
<span style="font-size: 16px">Management</span> | <span style="font-size: 16px">Management</span> | ||
=<span style="font-size: 16px">'''Context'''</span>= | =<span style="font-size: 16px">'''Context'''</span>= | ||
− | <span style="font-size: 16px">Use this pattern if you have a distributed team or if you are | + | <span style="font-size: 16px">Use this pattern if you have a distributed team or if you are supposed to run the same test cases in different environments</span> |
=<span style="font-size: 16px">'''Description'''</span>= | =<span style="font-size: 16px">'''Description'''</span>= | ||
<span style="font-size: 16px">Instead of using local machines put the project on one or more virtual machines. With virtual machines you can also set-up as many test environments as you need</span> | <span style="font-size: 16px">Instead of using local machines put the project on one or more virtual machines. With virtual machines you can also set-up as many test environments as you need</span> | ||
Line 18: | Line 18: | ||
<span style="font-size: 16px">Example from Seretta Gamba:</span><br /> | <span style="font-size: 16px">Example from Seretta Gamba:</span><br /> | ||
<span style="font-size: 16px">The company I worked for is based in Hamburg, Germany, but many colleagues live in other cities (like Berlin or Cologne) and all work from home regularly. We put our automation on the cloud and in this way it makes no difference where you work. Another advantage is that two persons can connect to the same virtual machine and can in this way PAIR UP even if they are located in different cities. Being on the cloud is also cheaper so one can have an extra machine for every operating system or database. In this way it’s also easier to have [[DEDICATED RESOURCES]].</span><br /><br /> | <span style="font-size: 16px">The company I worked for is based in Hamburg, Germany, but many colleagues live in other cities (like Berlin or Cologne) and all work from home regularly. We put our automation on the cloud and in this way it makes no difference where you work. Another advantage is that two persons can connect to the same virtual machine and can in this way PAIR UP even if they are located in different cities. Being on the cloud is also cheaper so one can have an extra machine for every operating system or database. In this way it’s also easier to have [[DEDICATED RESOURCES]].</span><br /><br /> | ||
− | <span style="font-size: 16px">If you have used this pattern, please | + | |
+ | <span style="font-size: 16px">If you have also used this pattern and would like to contribute your experience to the wiki, please go to [[Feedback]] to submit your experience or comment.</span><br /> <br /> | ||
+ | |||
+ | |||
+ | <span style="font-size: 14px">.................................................................................................................[[Main Page]] / Back to [[Management Patterns]] / Back to [[Test Automation Patterns]]</span> |
Latest revision as of 14:46, 21 August 2018
Pattern Summary
Instead of using local machines put the project on one or more virtual machines
Category
Management
Context
Use this pattern if you have a distributed team or if you are supposed to run the same test cases in different environments
Description
Instead of using local machines put the project on one or more virtual machines. With virtual machines you can also set-up as many test environments as you need
Implementation
The virtual machines can be in your intranet or at some provider. Be sure that all team members have the necessary authorizations and that all the necessary tools or environments are installed
Potential problems
Virtual machines do have a cost, so it needs to be worth it to use them.
Issues addressed by this pattern
HARD-TO-AUTOMATE
INADEQUATE COMMUNICATION
INADEQUATE TECHNICAL RESOURCES
Experiences
Example from Seretta Gamba:
The company I worked for is based in Hamburg, Germany, but many colleagues live in other cities (like Berlin or Cologne) and all work from home regularly. We put our automation on the cloud and in this way it makes no difference where you work. Another advantage is that two persons can connect to the same virtual machine and can in this way PAIR UP even if they are located in different cities. Being on the cloud is also cheaper so one can have an extra machine for every operating system or database. In this way it’s also easier to have DEDICATED RESOURCES.
If you have also used this pattern and would like to contribute your experience to the wiki, please go to Feedback to submit your experience or comment.
.................................................................................................................Main Page / Back to Management Patterns / Back to Test Automation Patterns