Hello Sagar,
You need to change in core file of Testimonial Slider Plugin. To achieve same, please follow below procedure,
1. Find functions.php file in plugin folder => testimonial-slider => css => skins => default => functions.php
2. Find Line No. 59 and Cut Below code
<span class="testimonial_by" '.$testimonial_slider_css['testimonial_by'].'>'.$_testimonial_by.'</span>
3. Replace line no 91 with below code
$testimonial_quote='<div class="testimonial_quote" '.$testimonial_slider_css['testimonial_quote'].'>'.$slider_excerpt.'<span class="testimonial_by" '.$testimonial_slider_css['testimonial_by'].'>'.$_testimonial_by.'</span>'.$read_more.'</div>';
4. Save File
This is for if you are using default skin.
Let me know if it helps.
Thank you.
Best Regards,
Prashant