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?
Parasoft SOATest integration with IBM RTC
92 Views Asked by user5252179 At
1
There are 1 best solutions below
Related Questions in RTC
- Unable to update custom attribute in RTC via REST API
- Java eclipse : Importing jar file in eclipse plugin project
- RTC to Git Migration using rtc2git - https://github.com/WtfJoke/rtc2git
- HttpWebRequest .GetResponse throws WebException 'The operation has timed out'
- RTC to BitBucket Migration
- Unable to instal subclipse in IMB RTC
- How to revert to initial changeset in RTC 3.0.1 using CLI commands
- "zip file is empty" when installing RTC Eclipse plugin
- list of users and their UUID in a jazz project area
- Rational Team Concert install to RAD v9.1.0 does not show Accept Team Invitation in File menu
- Getting filtered list of Changesets based on date in jazz
- How to merge delivered changesets to work item into one in RTC
- How to query RTC builds?
- Django- Concurrent request handling with db.sqlite3 models, need best approach
- Deliver component from 1 stream to another using scm
Related Questions in PARASOFT
- Parasoft skips all the files without testing
- How to create build data file (bdf) in Parasoft?
- Parasoft code analyzer warning - 'variable is checked for null after being dereferenced'
- MISRA2004-12_8-3 rule has static analysis violation for RHS operand (32u - n) even with limits check
- How to find mapping between WCF service element and WPF UI element
- parasoft SOA Test - How to call Java code in parasoft
- SOATest value Assertion failed for data source lookup
- Is this a good way to use static_cast<void>(0) for nothing?
- Parasoft / Misra C++ 2008 : Expression of 'signed' type should not be cast to 'unsigned' type
- Static code analysis puzzler in extremely simple declaration
- Is it possible to suppress a defect found by parasoft with an in-code directives?
- How to mark a function as non-returning in Parasoft C++test?
- Confusing control flow analysis from Parasoft C++test
- Need help on publishing xml report with the plugin parasoft findings in TeamCity
- How to set compiler path in parasoft cpptestcli?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.