Cómo obtener todos los elementos con la misma clase en jQuery

$('.testimonial').each(function(i, obj) {
    //test
});
Tejas Naik