what is v.s.s. ?when it is used?
Answers were Sorted based on User's Feedback
Answer / murugan
VSS is common depositary to store the code. We can get and
put on it. When we downloading it is called Checkout, when
we uploading the method is called checkin.
Total team persons can work on VSS. When Check in Status is
on the the file cann't work by other user.
Regards
Murugan
globetrends.blogspot.com
| Is This Answer Correct ? | 13 Yes | 1 No |
VSS is a Source controlling tool.It will help us to manage
the version controlling.It is a virtual library for a code
files , when ever devloper required to modify any file ,
it's required to check out the files , after modification
it required to checkin the same.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / anul haq
From a simplistic perspective, a Software Configuration
Management (SCM) product, like Visual SourceSafe (VSS), is a
central library, or database, of documents that make up a
project. Visual SourceSafe can store any stream of bits,
such as project plans, specification documents, database
objects, source code, and any other artifacts of your
project. As a best practice, all project artifacts, not just
source code, should be contained in a Visual SourceSafe
database for easy access, sharing among team members, and
most importantly, for version control.
M Anul Haq
Software Developer(.Net)
Chandigarh
| Is This Answer Correct ? | 12 Yes | 6 No |
Answer / gousepasha
Visual SourceSafe (VSS) is a client/server application which acts as a storage system for files. A file stored in a VSS server is not available via the standard file system, instead, it must be accessed through the VSS client tools - the VSS windows client, the VSS command-line tool, or else some application which integrates with or emulates these client tools
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gousepasha
Visual SourceSafe (VSS) is a client/server application which acts as a storage system for files. A file stored in a VSS server is not available via the standard file system, instead, it must be accessed through the VSS client tools - the VSS windows client, the VSS command-line tool, or else some application which integrates with or emulates these client tools
Mohd.Gousepasha
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / a.mohamed azarudheen
Dear Friends,
V.S.S is Visual source Safe.
It is used in Configuration Management.
It is a Version control tool.
In VSS store the information like FRS, SRS, TP,
Test cases documents.
It is used through out the life cycle.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / varun tyagi
vss stand for virtual source safe. it is used in
configuration managemrnt..its support binary files if we
used for ascii file we can't use them.used for storage
purpose...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / atul dwivedi
Microsoft Visual SourceSafe is a file-level version control
system that permits many types of organizations to work on
several project versions at the same time. This capability
is particularly beneficial in a software development
environment, where it is used in maintaining parallel code
versions. However, the product can also be used to maintain
files for any other type of team.
Visual SourceSafe supports cross-platform development by
allowing collaborative editing and sharing of data. It is
designed to handle the tracking and portability issues
involved in maintaining one source control base, for
example, a software code base, across multiple operating
systems. For developers, Visual SourceSafe accommodates
reusable or object-oriented code. It makes it easier for
you to track the applications that use particular code
modules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saif
VSS is Microsoft's version control technology that is used
in team based development environment to ensure the
developers that there projects and files are protected. Its
project-oriented features increase the efficiency of
managing day to day task. It is fully integrated with
visual studio development environment so all it's features
can be accessed from within Visual Studio.Net.
| Is This Answer Correct ? | 6 Yes | 8 No |
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
What is verification & validation?
what is BVT testing?Who can do this testing?
What is mean by Defect Injection?,Tell me in brife
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
Do you write test cases for regression testing?
anyone ca explain Tracebility metrics.how to involve on this.
what is user acceptence test?
What is the difference between Bugzilla and Softsmith- QAMonitor?
How would you test a WINDOWS application...? & How you are going to test a WEB applicaiton...?
What are some of the typical bugs you encountered in your last assignment?