Views has a built-in slider feature, but it is for transitioning between posts, not for fields of the same post.
For that you need to create your own solution.
I'm guessing from the details of your question that you already have a slider solution you are trying to work with (that is based upon a wrapper div with a class of news-slider).
I have described to clients previously how to set this up using the freely available flexslider library, which involves enqueueing the required files and then making sure that the html output generated by Views corresponds to the markup required by the slider library (and which involves using the wpv-for-each shortcode to output all of the images).
You may be able to modify that for the requirements of a different slider library.
An alternative would be to add images (and possibly caption texts) as custom fields that are part of a repeatable field group, and you could then use the built-in Views slider feature to iterate over each field group repetition.
You would need to modify this a little inasmuch as the Content Selection would be the repeatable field group you created to store the image + caption, and then you would need a Query Filter to specify the post to which the repeatable field groups belong.