Tuesday, April 14, 2020

Test and Code: 109: Testing in Financial Services - Eric Bergemann

Financial services have their own unique testing development challenges. But they also have lots of the same challenges as many other software projects.

Eric Bergemann joins Brian Okken to discuss:

  • Specific testing challenges in the financial services domain
  • CI/CD : Continuous Integration, Continuous Deployment
  • TDD : Test Driven Development
  • Confidence from testable applications
  • Testing strategies to add coverage to legacy systems
  • Testing the data and test cases themselves
  • DevOps
  • Continuous testing
  • Manual testing procedures
  • BDD & Gherkin
  • Hiring in vs training industry knowledge

Special Guest: Eric Bergemann.

Sponsored By:

Support Test & Code : Python Testing for Software Engineers

Links:

<p>Financial services have their own unique testing development challenges. But they also have lots of the same challenges as many other software projects. </p> <p>Eric Bergemann joins Brian Okken to discuss:</p> <ul> <li>Specific testing challenges in the financial services domain</li> <li>CI/CD : Continuous Integration, Continuous Deployment</li> <li>TDD : Test Driven Development</li> <li>Confidence from testable applications</li> <li>Testing strategies to add coverage to legacy systems</li> <li>Testing the data and test cases themselves</li> <li>DevOps</li> <li>Continuous testing</li> <li>Manual testing procedures</li> <li>BDD &amp; Gherkin</li> <li>Hiring in vs training industry knowledge</li> </ul><p>Special Guest: Eric Bergemann.</p><p>Sponsored By:</p><ul><li><a href="https://configcat.com/" rel="nofollow">ConfigCat</a>: <a href="https://configcat.com/" rel="nofollow">Release features faster with less risk with ConfigCat feature flags.</a> Promo Code: TESTANDCODE</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineers</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2Vag8TC" title="Paragon" rel="nofollow">Paragon</a></li><li><a href="https://amzn.to/2RDTsZB" title="The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win" rel="nofollow">The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...