Support Team wrote:Technically, invoking private methods would be possible. However, it is not supported since the names of private methods could interfere with the names of public methods.
Anyway, private methods are usually private for a reason. If you need to call the method, why not make it public or provide a public method that calls the private one?
mgrinder wrote:Because making the method public would require justifying the change to development. The developers are very resistant to making changes even if it makes QA's job easier.
Users browsing this forum: No registered users and 0 guests