Friday, December 4, 2020

Test and Code: 139: Test Automation: Shifting Testing Throughout the Software Lifecycle - Nalin Parbhu

Talking with Nalin Parbhu about the software evolution towards more test automation and the creation of Infuse and useMango.

We talk a software development and "shift left" where automated tests and quality checks have moved earlier into the software lifecycle.

  • Software approaches and where quality fits in
  • Shift left
  • Test automation
  • Roles of software developers, SDETs (software development engineer in test), testers, QA, etc.
  • Developers doing testing and devops
  • Automated testing vs manual testing
  • Regression testing, UI testing, black bock testing
  • Unit testing, white box, API, end to end testing
  • User acceptance testing (UAT)
  • Mullet Methodology (Agile at the front, Waterfall at the back)
  • Waterwheel Methodology (Requirements -> iterative development -> QA)
  • What's an agile team?
  • Developer resistance to testing
  • Manifesto for agile software development
  • Iterative development
  • Adapting to change
  • Agility: being able to change course quickly

Special Guests: Nalin Parbhu and Ola Omiyale.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

<p>Talking with Nalin Parbhu about the software evolution towards more test automation and the creation of Infuse and useMango.</p> <p>We talk a software development and &quot;shift left&quot; where automated tests and quality checks have moved earlier into the software lifecycle.</p> <ul> <li>Software approaches and where quality fits in</li> <li>Shift left</li> <li>Test automation</li> <li>Roles of software developers, SDETs (software development engineer in test), testers, QA, etc.</li> <li>Developers doing testing and devops</li> <li>Automated testing vs manual testing</li> <li>Regression testing, UI testing, black bock testing</li> <li>Unit testing, white box, API, end to end testing</li> <li>User acceptance testing (UAT)</li> <li>Mullet Methodology (Agile at the front, Waterfall at the back)</li> <li>Waterwheel Methodology (Requirements -&gt; iterative development -&gt; QA)</li> <li>What&#39;s an agile team?</li> <li>Developer resistance to testing</li> <li>Manifesto for agile software development</li> <li>Iterative development</li> <li>Adapting to change</li> <li>Agility: being able to change course quickly</li> </ul><p>Special Guests: Nalin Parbhu and Ola Omiyale.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE20</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p>

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...