Micro Focus QTP (UFT) Forums
Can we test Salesforce Standard form using QTP? - 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: Can we test Salesforce Standard form using QTP? (/Thread-Can-we-test-Salesforce-Standard-form-using-QTP--9031)



Can we test Salesforce Standard form using QTP? - yona34 - 05-22-2018

How to fetch Salesforce Attachment file content with django-salesforce?
I'm developing a Django 1.11 app serving as a UI for some Salesforce Objects using django-salesforce for the communication with 
I have to give users the option to download files from Salesforce Attachment objects related to their Contact.

On this Attachment model I can access the rest URL for the file content on the body field, but not the actual content.
Is there a way of getting file content from the Attachment without having to implement an OAuth client just for this?