際際滷shows by User: alan_parkinson / http://www.slideshare.net/images/logo.gif 際際滷shows by User: alan_parkinson / Thu, 01 Oct 2015 14:24:30 GMT 際際滷Share feed for 際際滷shows by User: alan_parkinson Test Data Builder Pattern /slideshow/test-data-builder-pattern/53424225 testdatabuilderpattern-151001142430-lva1-app6892
Managing data for end to end Tests are always difficult. To keep tests isolated many people will drop and repopulate the database before every test execution. The Test Data Builder Pattern provides an alternative to this anti-pattern.]]>

Managing data for end to end Tests are always difficult. To keep tests isolated many people will drop and repopulate the database before every test execution. The Test Data Builder Pattern provides an alternative to this anti-pattern.]]>
Thu, 01 Oct 2015 14:24:30 GMT /slideshow/test-data-builder-pattern/53424225 alan_parkinson@slideshare.net(alan_parkinson) Test Data Builder Pattern alan_parkinson Managing data for end to end Tests are always difficult. To keep tests isolated many people will drop and repopulate the database before every test execution. The Test Data Builder Pattern provides an alternative to this anti-pattern. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/testdatabuilderpattern-151001142430-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Managing data for end to end Tests are always difficult. To keep tests isolated many people will drop and repopulate the database before every test execution. The Test Data Builder Pattern provides an alternative to this anti-pattern.
Test Data Builder Pattern from Alan Parkinson
]]>
1831 9 https://cdn.slidesharecdn.com/ss_thumbnails/testdatabuilderpattern-151001142430-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Testing requirements with BDD /slideshow/testing-requirements-with-bdd/48877121 testingrequirementswithbdd-150602073314-lva1-app6891
]]>

]]>
Tue, 02 Jun 2015 07:33:14 GMT /slideshow/testing-requirements-with-bdd/48877121 alan_parkinson@slideshare.net(alan_parkinson) Testing requirements with BDD alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/testingrequirementswithbdd-150602073314-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Testing requirements with BDD from Alan Parkinson
]]>
1267 3 https://cdn.slidesharecdn.com/ss_thumbnails/testingrequirementswithbdd-150602073314-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Baking in the cloud with packer and puppet /slideshow/baking-in-the-cloud-with-packer-and-puppet/48473187 bakinginthecloudwithpackerandpuppet-150522091746-lva1-app6892
Provisioning machines using Puppet when scaling to meet customer demand isn't always practical. Baking machine images and deploying the image is a practical alternative but how can we do this Packer and Puppet?]]>

Provisioning machines using Puppet when scaling to meet customer demand isn't always practical. Baking machine images and deploying the image is a practical alternative but how can we do this Packer and Puppet?]]>
Fri, 22 May 2015 09:17:46 GMT /slideshow/baking-in-the-cloud-with-packer-and-puppet/48473187 alan_parkinson@slideshare.net(alan_parkinson) Baking in the cloud with packer and puppet alan_parkinson Provisioning machines using Puppet when scaling to meet customer demand isn't always practical. Baking machine images and deploying the image is a practical alternative but how can we do this Packer and Puppet? <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/bakinginthecloudwithpackerandpuppet-150522091746-lva1-app6892-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Provisioning machines using Puppet when scaling to meet customer demand isn&#39;t always practical. Baking machine images and deploying the image is a practical alternative but how can we do this Packer and Puppet?
Baking in the cloud with packer and puppet from Alan Parkinson
]]>
2772 3 https://cdn.slidesharecdn.com/ss_thumbnails/bakinginthecloudwithpackerandpuppet-150522091746-lva1-app6892-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Decapitating Selenium with JavaScript /slideshow/cross-browser-testing-java-script-47642180/47642180 crossbrowsertestingjavascript-150501052558-conversion-gate02
One mistake many people make is running their selenium test suites with every browser combination... you don't need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can't actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing!]]>

One mistake many people make is running their selenium test suites with every browser combination... you don't need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can't actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing!]]>
Fri, 01 May 2015 05:25:57 GMT /slideshow/cross-browser-testing-java-script-47642180/47642180 alan_parkinson@slideshare.net(alan_parkinson) Decapitating Selenium with JavaScript alan_parkinson One mistake many people make is running their selenium test suites with every browser combination... you don't need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can't actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing! <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/crossbrowsertestingjavascript-150501052558-conversion-gate02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> One mistake many people make is running their selenium test suites with every browser combination... you don&#39;t need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can&#39;t actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing!
Decapitating Selenium with JavaScript from Alan Parkinson
]]>
1492 3 https://cdn.slidesharecdn.com/ss_thumbnails/crossbrowsertestingjavascript-150501052558-conversion-gate02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Pull requests and testers can be friends /slideshow/pull-requests-and-testers-can-be-friends/36033681 pullrequestsandtesterscanbefriends-140618151007-phpapp02
This is a short preview of a talk I will giving at Agile Testing Days 2014 The rise of Distributed Version Control Systems with good merge support has rehabilitated Feature Branches with many Open Source projects (OSS) receiving contributions as Pull Requests. Feature Branching is a technique where developers do all their changes separate from the mainline of code. Next they open a Pull Request to have their code merged into the mainline after being peer reviewed. This OSS popularity for Pull requests with Git and Mercurial has been transferring to commercial projects, with many teams now adopting it internally. SCM is seen as a Developer centric domain but testers have a lot to gain. This presentation will cover an introduction to Pull Requests and demonstrate how to identify key information that can be used to as inputs to different testing techniques. While not a direct substitute for pairing with a developer, pull requests represent an opportunity to review the code, automated testing and learn from the developers by asking questions. As each Pull Request represents a single User Story this information can help limit the scope of Exploratory based testing sessions and be utilized to further understand the risk of the changes to the system.]]>

This is a short preview of a talk I will giving at Agile Testing Days 2014 The rise of Distributed Version Control Systems with good merge support has rehabilitated Feature Branches with many Open Source projects (OSS) receiving contributions as Pull Requests. Feature Branching is a technique where developers do all their changes separate from the mainline of code. Next they open a Pull Request to have their code merged into the mainline after being peer reviewed. This OSS popularity for Pull requests with Git and Mercurial has been transferring to commercial projects, with many teams now adopting it internally. SCM is seen as a Developer centric domain but testers have a lot to gain. This presentation will cover an introduction to Pull Requests and demonstrate how to identify key information that can be used to as inputs to different testing techniques. While not a direct substitute for pairing with a developer, pull requests represent an opportunity to review the code, automated testing and learn from the developers by asking questions. As each Pull Request represents a single User Story this information can help limit the scope of Exploratory based testing sessions and be utilized to further understand the risk of the changes to the system.]]>
Wed, 18 Jun 2014 15:10:07 GMT /slideshow/pull-requests-and-testers-can-be-friends/36033681 alan_parkinson@slideshare.net(alan_parkinson) Pull requests and testers can be friends alan_parkinson This is a short preview of a talk I will giving at Agile Testing Days 2014 The rise of Distributed Version Control Systems with good merge support has rehabilitated Feature Branches with many Open Source projects (OSS) receiving contributions as Pull Requests. Feature Branching is a technique where developers do all their changes separate from the mainline of code. Next they open a Pull Request to have their code merged into the mainline after being peer reviewed. This OSS popularity for Pull requests with Git and Mercurial has been transferring to commercial projects, with many teams now adopting it internally. SCM is seen as a Developer centric domain but testers have a lot to gain. This presentation will cover an introduction to Pull Requests and demonstrate how to identify key information that can be used to as inputs to different testing techniques. While not a direct substitute for pairing with a developer, pull requests represent an opportunity to review the code, automated testing and learn from the developers by asking questions. As each Pull Request represents a single User Story this information can help limit the scope of Exploratory based testing sessions and be utilized to further understand the risk of the changes to the system. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/pullrequestsandtesterscanbefriends-140618151007-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This is a short preview of a talk I will giving at Agile Testing Days 2014 The rise of Distributed Version Control Systems with good merge support has rehabilitated Feature Branches with many Open Source projects (OSS) receiving contributions as Pull Requests. Feature Branching is a technique where developers do all their changes separate from the mainline of code. Next they open a Pull Request to have their code merged into the mainline after being peer reviewed. This OSS popularity for Pull requests with Git and Mercurial has been transferring to commercial projects, with many teams now adopting it internally. SCM is seen as a Developer centric domain but testers have a lot to gain. This presentation will cover an introduction to Pull Requests and demonstrate how to identify key information that can be used to as inputs to different testing techniques. While not a direct substitute for pairing with a developer, pull requests represent an opportunity to review the code, automated testing and learn from the developers by asking questions. As each Pull Request represents a single User Story this information can help limit the scope of Exploratory based testing sessions and be utilized to further understand the risk of the changes to the system.
Pull requests and testers can be friends from Alan Parkinson
]]>
1694 6 https://cdn.slidesharecdn.com/ss_thumbnails/pullrequestsandtesterscanbefriends-140618151007-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
What is Continuous Delivery? /slideshow/continuous-delivery-36006063/36006063 qalctti8q1izmqsv2uyk-140618035154-phpapp01
Many businesses are adopting Continuous Delivery because the frequent releases and low risk nature of these releases can provide a competitive cost advantage. This is particularly important in a world where many businesses can only exist and survive and are defined by software based systems.]]>

Many businesses are adopting Continuous Delivery because the frequent releases and low risk nature of these releases can provide a competitive cost advantage. This is particularly important in a world where many businesses can only exist and survive and are defined by software based systems.]]>
Wed, 18 Jun 2014 03:51:54 GMT /slideshow/continuous-delivery-36006063/36006063 alan_parkinson@slideshare.net(alan_parkinson) What is Continuous Delivery? alan_parkinson Many businesses are adopting Continuous Delivery because the frequent releases and low risk nature of these releases can provide a competitive cost advantage. This is particularly important in a world where many businesses can only exist and survive and are defined by software based systems. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/qalctti8q1izmqsv2uyk-140618035154-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Many businesses are adopting Continuous Delivery because the frequent releases and low risk nature of these releases can provide a competitive cost advantage. This is particularly important in a world where many businesses can only exist and survive and are defined by software based systems.
What is Continuous Delivery? from Alan Parkinson
]]>
1376 3 https://cdn.slidesharecdn.com/ss_thumbnails/qalctti8q1izmqsv2uyk-140618035154-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Cross browser Testing JavaScript /alan_parkinson/cross-browser-testing-java-script crossbrowsertestingjavascript-131001230256-phpapp01
One mistake many people make is running their selenium test suites with every browser combination... you don't need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can't actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing!]]>

One mistake many people make is running their selenium test suites with every browser combination... you don't need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can't actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing!]]>
Tue, 01 Oct 2013 23:02:56 GMT /alan_parkinson/cross-browser-testing-java-script alan_parkinson@slideshare.net(alan_parkinson) Cross browser Testing JavaScript alan_parkinson One mistake many people make is running their selenium test suites with every browser combination... you don't need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can't actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing! <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/crossbrowsertestingjavascript-131001230256-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> One mistake many people make is running their selenium test suites with every browser combination... you don&#39;t need to! Rendering problems are probably the biggest cross browser compatibility issue, and you can&#39;t actually test for these with Functional Tests. So by running Selenium tests across many browsers you are really testing JavaScript and DOM compatibility. Running our Selenium tests across many browsers was our JavaScript compatibility strategy, but it proved inefficient as we ended up with bugs in Internet Explorer; how embarrassing!
Cross browser Testing JavaScript from Alan Parkinson
]]>
3341 8 https://cdn.slidesharecdn.com/ss_thumbnails/crossbrowsertestingjavascript-131001230256-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Why we used Feature Branching /slideshow/feature-branching-london-cd/26607085 featurebranching-londoncd-130927015535-phpapp02
]]>

]]>
Fri, 27 Sep 2013 01:55:35 GMT /slideshow/feature-branching-london-cd/26607085 alan_parkinson@slideshare.net(alan_parkinson) Why we used Feature Branching alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/featurebranching-londoncd-130927015535-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Why we used Feature Branching from Alan Parkinson
]]>
1264 2 https://cdn.slidesharecdn.com/ss_thumbnails/featurebranching-londoncd-130927015535-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Test automation with Cucumber-JVM /slideshow/test-automation-with-cucumberjvm/23710374 testautomationwithcucumber-jvm-130630114420-phpapp01
Quick introduction to Cucumber-JVM for the Boston Java Meetup group.]]>

Quick introduction to Cucumber-JVM for the Boston Java Meetup group.]]>
Sun, 30 Jun 2013 11:44:20 GMT /slideshow/test-automation-with-cucumberjvm/23710374 alan_parkinson@slideshare.net(alan_parkinson) Test automation with Cucumber-JVM alan_parkinson Quick introduction to Cucumber-JVM for the Boston Java Meetup group. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/testautomationwithcucumber-jvm-130630114420-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Quick introduction to Cucumber-JVM for the Boston Java Meetup group.
Test automation with Cucumber-JVM from Alan Parkinson
]]>
37363 11 https://cdn.slidesharecdn.com/ss_thumbnails/testautomationwithcucumber-jvm-130630114420-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
A Quick overview of Behaviour Driven Development (BDD) /slideshow/bdd-introduction-23710060/23710060 bddintroduction-130630112325-phpapp01
Many people believe Behaviour Driven Development (BDD) is about Test Automation. It's true that BDD and ATDD tools such as Cucumber and SpecFlow are often used in Test Automation however, that is only the tip of the proverbial iceberg. This is a rather narrow viewpoint which completely misses the benefits brought about by the hugely improved requirements and time saved as well as the cost savings brought about by these changes in workflow and development methodology. This talk was given at the Surrey Software Testing Club (STC) in Guildford.]]>

Many people believe Behaviour Driven Development (BDD) is about Test Automation. It's true that BDD and ATDD tools such as Cucumber and SpecFlow are often used in Test Automation however, that is only the tip of the proverbial iceberg. This is a rather narrow viewpoint which completely misses the benefits brought about by the hugely improved requirements and time saved as well as the cost savings brought about by these changes in workflow and development methodology. This talk was given at the Surrey Software Testing Club (STC) in Guildford.]]>
Sun, 30 Jun 2013 11:23:25 GMT /slideshow/bdd-introduction-23710060/23710060 alan_parkinson@slideshare.net(alan_parkinson) A Quick overview of Behaviour Driven Development (BDD) alan_parkinson Many people believe Behaviour Driven Development (BDD) is about Test Automation. It's true that BDD and ATDD tools such as Cucumber and SpecFlow are often used in Test Automation however, that is only the tip of the proverbial iceberg. This is a rather narrow viewpoint which completely misses the benefits brought about by the hugely improved requirements and time saved as well as the cost savings brought about by these changes in workflow and development methodology. This talk was given at the Surrey Software Testing Club (STC) in Guildford. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/bddintroduction-130630112325-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Many people believe Behaviour Driven Development (BDD) is about Test Automation. It&#39;s true that BDD and ATDD tools such as Cucumber and SpecFlow are often used in Test Automation however, that is only the tip of the proverbial iceberg. This is a rather narrow viewpoint which completely misses the benefits brought about by the hugely improved requirements and time saved as well as the cost savings brought about by these changes in workflow and development methodology. This talk was given at the Surrey Software Testing Club (STC) in Guildford.
A Quick overview of Behaviour Driven Development (BDD) from Alan Parkinson
]]>
1194 2 https://cdn.slidesharecdn.com/ss_thumbnails/bddintroduction-130630112325-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Cross-browser unit testing JavaScript /slideshow/cross-browser/22817195 cross-browser-130611125607-phpapp02
]]>

]]>
Tue, 11 Jun 2013 12:56:07 GMT /slideshow/cross-browser/22817195 alan_parkinson@slideshare.net(alan_parkinson) Cross-browser unit testing JavaScript alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/cross-browser-130611125607-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Cross-browser unit testing JavaScript from Alan Parkinson
]]>
1628 4 https://cdn.slidesharecdn.com/ss_thumbnails/cross-browser-130611125607-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Creating data with the test data builder pattern /slideshow/creating-data-with-the-test-data-builder-pattern/22816886 creatingdatawiththetestdatabuilderpattern-130611125101-phpapp01
]]>

]]>
Tue, 11 Jun 2013 12:51:01 GMT /slideshow/creating-data-with-the-test-data-builder-pattern/22816886 alan_parkinson@slideshare.net(alan_parkinson) Creating data with the test data builder pattern alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/creatingdatawiththetestdatabuilderpattern-130611125101-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Creating data with the test data builder pattern from Alan Parkinson
]]>
3186 5 https://cdn.slidesharecdn.com/ss_thumbnails/creatingdatawiththetestdatabuilderpattern-130611125101-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Acceptance test styles - Imperative vs Declarative /slideshow/acceptance-test-styles/20093914 acceptanceteststyles-130427151350-phpapp01
]]>

]]>
Sat, 27 Apr 2013 15:13:50 GMT /slideshow/acceptance-test-styles/20093914 alan_parkinson@slideshare.net(alan_parkinson) Acceptance test styles - Imperative vs Declarative alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/acceptanceteststyles-130427151350-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Acceptance test styles - Imperative vs Declarative from Alan Parkinson
]]>
2535 4 https://cdn.slidesharecdn.com/ss_thumbnails/acceptanceteststyles-130427151350-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Continuous Deployment Pipeline with maven /slideshow/continuous-deployment-pipeline-with-maven/15569541 continuousdeliverywithmaven-121210062440-phpapp02
]]>

]]>
Mon, 10 Dec 2012 06:24:40 GMT /slideshow/continuous-deployment-pipeline-with-maven/15569541 alan_parkinson@slideshare.net(alan_parkinson) Continuous Deployment Pipeline with maven alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/continuousdeliverywithmaven-121210062440-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Continuous Deployment Pipeline with maven from Alan Parkinson
]]>
7632 6 https://cdn.slidesharecdn.com/ss_thumbnails/continuousdeliverywithmaven-121210062440-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Feature branching a release day painkiller /slideshow/feature-branching-a-release-day-painkiller/15350658 featurebranching-areleasedaypainkiller-121126065123-phpapp01
]]>

]]>
Mon, 26 Nov 2012 06:51:20 GMT /slideshow/feature-branching-a-release-day-painkiller/15350658 alan_parkinson@slideshare.net(alan_parkinson) Feature branching a release day painkiller alan_parkinson <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/featurebranching-areleasedaypainkiller-121126065123-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Feature branching a release day painkiller from Alan Parkinson
]]>
340 2 https://cdn.slidesharecdn.com/ss_thumbnails/featurebranching-areleasedaypainkiller-121126065123-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-alan_parkinson-48x48.jpg?cb=1613733601 Alan is an expert in software delivery having spent years helping teams and people adapt their software processes to build quality into projects. As well as advising in Agile methodologies he is also a subject matter expert in Specification By Example having set up Hindsight in 2012 to provide tools to help companies implement the analysis technique. With detailed and intricate knowledge complementing years of practical experience and consulting, Alan is able to advise companies of any industry on how to integrate Specification By Example having worked with clients from e-commerce to regulated industries such as retail baking and medical devices. Alan is contactable for discussions abou... www.hindsightsoftware.com https://cdn.slidesharecdn.com/ss_thumbnails/testdatabuilderpattern-151001142430-lva1-app6892-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/test-data-builder-pattern/53424225 Test Data Builder Pattern https://cdn.slidesharecdn.com/ss_thumbnails/testingrequirementswithbdd-150602073314-lva1-app6891-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/testing-requirements-with-bdd/48877121 Testing requirements w... https://cdn.slidesharecdn.com/ss_thumbnails/bakinginthecloudwithpackerandpuppet-150522091746-lva1-app6892-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/baking-in-the-cloud-with-packer-and-puppet/48473187 Baking in the cloud wi...