Completed
Last Updated: 19 Dec 2016 08:39 by Wouter
Wouter
Created on: 15 Dec 2016 15:45
Type: Feature Request
0
Opening projectfolder on other machine results in different http-request bodies
When someone else does open the projectfolder from a shared drive (or copy it to it's local), the bodies of the http requests aren't equal to the original ones. 

For example:
Original: grant_type=password&username=bladibla
Copied: {"Content":"grant_type=password&username=bladibla","Mode":"raw"}

Is there a way to get around this?
2 comments
Wouter
Posted on: 16 Dec 2016 10:29
Hi Oleg,

This seemed to be the problem. Many thanks!  
ADMIN
Oleg
Posted on: 16 Dec 2016 09:09
Hello,

Would you please clarify which version of Test Studio for APIs are you using?

Since the last internal build (2016.3.1117) we introduced support for multipart/form-data and x-www-form-urlencoded request bodies. This is why the format of the test files is changed to specify the format of the body. Request bodies are now stored in the test files as composite objects with "Content" and "Mode" properties. 

I presume that you have different versions of Test Studio on your different machines. If an old project is once saved with the new version, it will be with the new format of the body. Old versions of Test Studio will not recognize that format and will display it literally in the UI. Please verify that all users in your team are using the same version of Test Studio.

Let us know if you need further assistance.