Vss
This is a discussion on Vss within the Software Testing forums, part of the Testing category; can anybody explain what is vss...
-
Vss
can anybody explain what is vss
-
Vss
Visual source safe
It is the system where you can upload your project related material.
Every version of doc is available for you.
Suppose you upload the test plan 1 (version 1) after few days you made changes in that i,e. your second version. both are availble for you.
-
VSS - Visual Source Safe.
it is the system wh u can upload the project related material.
All the version of build,Test plan are available for you.
It the configuration management system
-
Hi,
VSS - Visual Source Safe
This is a configuration management tool
all the data means code and every thing realted to project will be stored in VSS
Regards,
Bharath Kumar Penimalla
-
12-21-2011, 04:24 AM #5
- Join Date
- Oct 2011
- Answers
- 24
Hi,
VSS is visual source safe.
It acts like a repository for different versions of an application.
Suppose we have a newly released version of an application say "app 1.2", then we want to make changes on "app 1.2" and make it "app 1.3".
But at the same time there would be other people who want to work on the existing version and make it a new version i.e "app 1.3". Due to this conflict we use VSS due to which only one person can work on the application at a time until he is done.
Once he is done working with the version, he releases the updated application as a new version and then others can work on it.
VSS restricts simultaneous access to a particular application (i.e for working on it) so that no overlapping is there in the work for a similar version.
Without VSS the work would have always overlapped creating lots of confusions.
-
Sponsored Ads


Reply With Quote





