Como obter todos os elementos com a mesma classe no jQuery

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