Thursday, February 13, 2020

Test and Code: 100: A/B Testing - Leemay Nassery

Let's say you have a web application and you want to make some changes to improve it.
You may want to A/B test it first to make sure you are really improving things.

But really what is A/B testing?

That's what we'll find out on this episode with Leemay Nassery.

Special Guest: Leemay Nassery.

Sponsored By:

Support Test & Code: Python Software Testing & Engineering

<p>Let&#39;s say you have a web application and you want to make some changes to improve it.<br> You may want to A/B test it first to make sure you are really improving things.</p> <p>But really what is A/B testing? </p> <p>That&#39;s what we&#39;ll find out on this episode with Leemay Nassery.</p><p>Special Guest: Leemay Nassery.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2HkDfmy" rel="nofollow">Oxylabs</a>: <a href="https://ift.tt/2HkDfmy" rel="nofollow">Visit oxylabs.io/testandcode to find out more about their services and to apply for a free trial of their Next-Generation Residential Proxies.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code: Python Software Testing & 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...