Answer Posted / mike
Version Control is a process and practice which includes the version control assisting software Sudeepth and Akshar mentioned above, it also requires a consistent practice of checking out software, modding it as needed, and not just then checking it back in, but documenting what was done, where it was done, and of course, by whom.
As Akshar said, it does not necessarily have to be limited to code. Version control can also be applied to design documents, functional specification documents, test plans, test cases, test data sets, etc...anything and everything related to a software project can be put under version control (and its almost always worth the effort!).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use descriptive programming?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What are the views available in quicktest professional?
What is post recovery scenario?
What is ‘object spy’ and what is the function of object spy in qtp?
Did QTP prove efficient for your project? Yes or No, explain?
what is run-time data?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
What test cases can you automate using QTP?
what is the difference between built-i function and In-built function?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Explain about business process component? types and usage?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.