Unanswered question

Does NTS support versioning? I see the version number but not detais on what is changed.

I am new to Neotys so please bare with me. I have installed NTS on my VM and able to login and pushed sample project from controller to NTS. I change something and push it again. I see version number is updated but is there a way to see what part of the project is updated? Just like any other version control like GitHub, TFS, etc.

Divya G.
Divya G.

Divya G.

Level
0
73 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

The NTS runs an embedded version of Subversion. Neoload integrates with this, as well as external Subversion and GIT repositories. Neoload isn’t a Subversion or a GIT client though, our focus is testing and SCM is just a repository for the project, there are many clients out there that can be used and provide the diff and merge tools you would expect of an scm tool. We suggest TortoiseSVN as it supports the Subversion version we use in the NTS. I can tell you the version if needed. Hope this helps

Divya G.
Divya G.

Divya G.

Level
0
73 / 100
points

Thanks Neil. So do you suggest using other version control system instead of Team Server in case I want more capabilities on versioning? Can you please confirm