Top Jenkins interview questions and answers

1. What is Jenkins? Jenkins is an open-source automation server that helps automate various aspects of software development, such as building, testing, and deploying code. It allows developers to set…

Read more »

Top 50 Ncover interview questions and answers

1) What is code coverage analysis? A code coverage analyzer monitors your code at runtime and records information about which lines of code were executed. NCover shows each sequence point…

Read more »

Top 50 Unit testing interview questions and answers

1) What is smoking? In unit testing, we use mocking. An object you want to test may have other complex object dependencies. You replace the other objects with mocks simulating…

Read more »

Best Branching and Merging strategies in git

Best Branching and Merging strategies in git Step 1 – First you need to learn the needs of branches. This is very good read. https://docs.microsoft.com/en-us/vsts/repos/tfvc/branching-strategies-with-tfvc?view=vsts Step 2 – Now time…

Read more »

Rename the Branch name

pasupuleti2 created the topic: Rename the Branch name Can we rename the Master branch to Development branch without losing history in Bitbucket? If it is possible, Please give me step…

Read more »

Files opened for branch in default changelist

DS123 created the topic: Files opened for branch in default changelist Hi, I’m integrating code between 2 codelines using p4 integrate. Following p4 integrate/resolve -n /resolve -as/submit steps the target…

Read more »
branching-and-merging

Branching and Merging Best Practices | Branching and Merging Guide

Branching and Merging Practices Branching and Merging Practices from Rajesh Kumar

Read more »