As a part of functional testing of my Api, I want to scrap the "body" part of given xml using C#. How can I do that?
This is my xml file
<Root>
<collection> </collection>
<run>
<stats> </stats>
<execution>
<cursor> </cursor>
<response>
<body> Some Values here </body>
</response>
</execution>
</run>
</Root>