Team Foundation Server Interview Questions
1) what is team foundation server?
Team foundation server is used for inter-communication between the tester, developer team, project manager and CEO while working on software development.
2) List out the functionalities provided by team foundation server?
- Project Management
- Tracking work items
- Version Control
- Test case management
- Build Automation
- Reporting
- Virtual Lab Management
3) Explain TFS in respect to GIT?
TFS | GIT |
|
|
4) Explain how you can create a Git-TFS in Visual Studio 2013 express?
To create a Git-TFS in Visual Studio 2013 express
- Create an account with MS TFS service if you don’t have inhouse TFS server
- After that, you will be directed to TFS page, where you will see tow option for creating project, one with new team project and another with a new team project+Git
- The account URL will be found right below “Getting Started.”
- Click on create git project and it will take you to a new window, where you specify details about the project like project name, description, the process template, version control, etc. and once completed click on create project.
- Now you can create a local project in team foundation server by creating a new project in Visual studio and do not forget to mark the check box that says “Add to source control”
- In the next window, select mark Git as your version control and click ok, and you will be able to see the alteration made in the source code
- After that, commit your code, right click a file in team explorer and you can compare version differences
5) Mention whether all of the team foundation service features are included into the Team foundation server?
TFS service is updated every 3 weeks while Team Foundation Server “on-premise” is updated every 3 months. So, the on-premise version will always remain a little behind. However, TFS on-premise has got something that the TFS service does not.
- You can use TFS Lab
- Customize work items/process templates
6) Explain what kind or report server you can add in TFS?
TFS uses SQL for its data storage, so you have to add SQL server reporting services to provide a report server for TFS.
7) How one would know whether the report is updated in TFS?
For each report, there will be an option “Date Last Updated” in the lower light corner, when you click or select that option, it will give details about when it was last updated.
8) Explain how you can restore hidden debugger commands in Visual Studio 2013?
To restore the debugger feature that is hidden, you have to add the command back to the command
- Open your project, click on Tools menu and then click customize
- Tap the command tab in the customize dialog box
- In the menu bar, drop down, choose the debug menu for which you want to contain the restored command
- Tap on the Add command button
- In the Add command box, choose the command you want to add and click OK
- Repeat the step to add another command
9) Explain how you can track your code by customizing the scroll bar in Visual Studio 2013?
To show the annotations on the scroll bar
- You can customize the scroll bar to display code changes, breakpoints, bookmarks and errors
- Open the scroll bar options page
- Choose the option “show annotations over vertical scroll bar”, and then choose the annotations you want to see
- You can replace anything in the code that frequently appears in the file which is not meant to be