Does QTP support JSON data streams? - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Does QTP support JSON data streams? (/Thread-Does-QTP-support-JSON-data-streams) |
Does QTP support JSON data streams? - jfallot - 08-21-2008 Hi, we would like to do the following with QTP: . call web application URLs that are generating JSON data (cf. http://www.json.org) . decode such JSON as data structures in the QTP script . use such data structure in the script Does QTP offer the ability to decode JSON data to data structures? Thank you. RE: Does QTP support JSON data streams? - siri - 08-22-2008 Hi , I believe there is encode decode options in QTP . It is only for recording stuff . Its used for functional testing Json i need to check IF you built an applicaiton in JSON then You can record that application and check the functionality with the help of QTP |