Sharepoint webservice with TestComplete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sharepoint webservice with TestComplete
Hi,
I need to work with Sharepoint webservices to create and update list in Sharepoint. The sharepoint has exposed api's , webservices https://msdn.microsoft.com/en-us/library/office/ee535709(v=office.14).aspx.
so we need to add SP.Core.Debug.js, SP.Debug.js, and SP.Runtime.Debug.js (javascript files) into our script to make our webservice work. How to add these external Javascript files to TestComplete ?
I am using Javascript as my scripting language in TestComplete. Or is there any inbuilt javascript functions in TestComplete to connect to sharepoint service ?.
Regards,
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If your project is JavaScript-based (don't confuse it with JScript) that you can just add the files you need to your test project using the Add Existing functionality.
TestComplete does not explicitly support communication with Sharepoint and this must be coded separately.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
