An error has occurred

{{terminalError}}

Access All of Our Recipes Completely FREE for 14 Days

Every Recipe, Every Rating, Every Video from Every Magazine & Every Episode!

  • 25 years of Cook's Illustrated, Cook's Country, and America's Test Kitchen foolproof recipes
  • Over 1,500 recipes from our award-winning cookbooks
  • In-depth videos of recipes and cooking techniques
  • SAVE all your Favorites for easy access
  • Up-to-Date reviews and product buying guides

America's Test Kitchen will not sell, rent, or disclose your email address to third parties unless otherwise notified. Your email address is required to identify you for free access to content on the site. You will also receive free newsletters and notification of America's Test Kitchen specials.

An address to our customer

Dear Home Cook,

If we were new to our websites, we might think, “It’s easy to get free recipes on the Internet. What makes your recipes different?” Well, unlike recipes from blogs, message boards, and other recipe sites, our recipes are exhaustively tested by our team of full-time test cooks until they offer consistently great results. That means fried chicken with a crunchy coating and moist meat, a low-fat recipe makeover for macaroni and cheese that’s as creamy and cheesy as the full-fat version, and fork-tender slow cooker pot roast.

We’re obsessive in our quest to find and foolproof the best of American home cooking, from fuss-free weeknight dinners, to updated, simplified versions of regional specialties, to slow cooker and make ahead meals. Our all access membership is the only place you can find every foolproof recipe, TV episode, and objective ratings and test results for cookware and supermarket ingredients from all 25 years of Cook’s Country, America’s Test Kitchen, and Cook’s Illustrated.

Let us make a simple, no-nonsense offer. Try out all three of our websites FREE for a 14-Day, No-Hassle Trial Offer. We’re pretty confident that your All-Access membership will quickly become invaluable resources for everything from a quick Tuesday supper to your next get-together with family and friends.

Thanks for your consideration,

The Editors of Cook’s Country

America's Test Kitchen will not sell, rent, or disclose your email address to third parties unless otherwise notified. Your email address is required to identify you for free access to content on the site. You will also receive free newsletters and notification of America's Test Kitchen specials.

// missing forEach on NodeList for IE11 if (window.NodeList && !NodeList.prototype.forEach) { NodeList.prototype.forEach = Array.prototype.forEach; } var userEmailInputs = document.querySelectorAll('.pn-widget__input'); var userSubmits = document.querySelectorAll('.pn-widget__button--submit'); var userFakeSubmits = document.querySelectorAll('.pn-widget__button--fake'); var checkEmail = function(inputData) { var regex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return regex.test(inputData); }; userEmailInputs.forEach(function(x) { x.addEventListener('input', function() { x.classList.remove('pn-widget__input--error'); x.parentNode.querySelector('.pn-widget__message').innerText = ''; if (checkEmail(x.value)) { x.parentNode.parentNode.querySelector('.pn-widget__button--fake').hidden = true; x.parentNode.parentNode.querySelector('.pn-widget__button--submit').hidden = false; } else { x.parentNode.parentNode.querySelector('.pn-widget__button--submit').hidden = true; x.parentNode.parentNode.querySelector('.pn-widget__button--fake').hidden = false; } }); }); userFakeSubmits.forEach(function(x) { x.addEventListener('click', function() { if (!checkEmail(x.parentNode.querySelector('.pn-widget__input').value)) { x.parentNode.querySelector('.pn-widget__input').classList.add('pn-widget__input--error'); x.parentNode.querySelector('.pn-widget__input').focus(); if (x.parentNode.querySelector('.pn-widget__input').value === '') { x.parentNode.querySelector('.pn-widget__message').innerText = 'Email is required'; } else { x.parentNode.querySelector('.pn-widget__message').innerText = 'This is an invalid email'; } } else { x.parentNode.querySelector('.pn-widget__input').classList.remove('pn-widget__input--error'); x.parentNode.querySelector('.pn-widget__message').innerText = ''; } }); });
window.parent.postMessage('Presented|MKPRDFTAA', '*');