Hi,
I am trying to integrate EGit with SOATest but am having issues.
I've installed EGit, but have no idea how to proceed further.
I don't see any option to configure within SOATest.
I am new to Eclipse IDE.
From the previous posts, I understand that I need the correct EGit version for the Eclipse. I am not sure what exact version my Eclipse is. When I try to find it within SOATest, I find many platforms. Is it the Eclipse Platform? If so, it is 4.5.0.
Currently, I have installed:
SOATest Version: 9.9
GIT Version : 2.1.0.1
EGit Version: 4.5.0
Please let me know if I need to provide more information.
Regards,
Suraj
Hi Suraj,
You will find your source control options available once you right click on a TST file or folder and select Team. From there you can Check in, commit, see version history etc.
For others who might be interested in integrating GIT with SOAtest lets go through the steps real quick
Details come from the parasoft forum
forums.parasoft.com
Using Egit
www.eclipse.org
To install EGit:
Help > Install New Software
Click Add on top right
Enter a name and put "http://download.eclipse.org/egit/updates" for Location
In the list of features select "Git integration for Eclipse" and "Java implementation of Git"
Click Next, accept the licenses, click Finish
You will be prompted to restart. After doing so, switch to the new "Git" perspective, and add your Git repo.
After setting it up, you can use the Git and the Team Synchronizing perspectives to see which SOAtest .tst files are modified, and to check them in.