I am working on developing SOATest tests for web services. MY question is can we integrate SOATest with IBM RTC (Rational Team Concert) for source control? Right now I was able to create a source control repository for SOATest project in RTC. But does it work well with merging of SOATest files from different users since its not actual code but .tst files?
Asked
Active
Viewed 63 times
1 Answers
0
Not sure which version of SOAtest do you use, but by default tst file is saved as compressed xml ( in other words, it looks like binary) It is not recommended to merge automatically such files. You can change format of tst file in SOAtest>Parasoft>Preferences >Misc> Save Settings Check link "See details on fiel types and forward compatibility"
If you want to merge scenarios I would recommend to use Reference Scenario instead of automatic merging feature from RTC.

szmyru - Irek Sz.
- 281
- 1
- 5
-
Thanks for the response.I am using SOATEST 9.9. So can I just change format of tst files in SOATest and then merge these files automatically in RTC or resolve the conflicts manually in RTC ? – user5252179 Feb 23 '17 at 18:39
-
Parasoft not recommends merge files. Better will be to use Reference Project. Change format of tst into XML and open with notepad++. You will see how complicated such files are. – szmyru - Irek Sz. Feb 23 '17 at 19:14