how to differentiate public methods and private methods during api testing
- by Anil
is it possible to test private methods of web serive during api testing? if yes how to differentiate public methods and private methods. I am using object browser in VSTS to see the list methods available.