Private web services testing using QTP tool - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Private web services testing using QTP tool (/Thread-Private-web-services-testing-using-QTP-tool) |
Private web services testing using QTP tool - rajeswari.g - 12-08-2010 Question regarding private web services testing using QTP tool ,privateweb services will have UR(it is like URL for an application) , UR is used in order to connect to the server where web service is placed and then using WSDL we can execute the operations of the web service . I have not found any option to specify UR in QTP tool with web service add on. Please help me out . RE: Private web services testing using QTP tool - Saket - 12-10-2010 Never got a chance to work with webservices like this, as per my understanding ( I may be wrong) I think this is as similar as regular webservice with only difference that it is not exposed to the outside worlds instead verified users only. I suspect this should work with QTP, have you tried with the authentication while connecting to webservice, else see if this helps - https://www.learnqtp.com/web-services-and-qtp-part4-without-webservices-addin/ |