Christian Field
Software Tester

Achievements

Bio Builder
TestBash Trailblazer
Career Champion
Avid Reader
Club Explorer
In the Loop
Glossary Contributor
TestBash Brighton 2025 Attendee
TestBash Brighton 2024 Attendee
99 and Counting
Social Connector
Leading with Quality 2025 Attendee
Chapter Discovery

Certificates

404 Certificate Not Found
Level up your software testing and quality engineering skills with the credibility of a Ministry of Testing certification.

Activity

Chapter Discovery image
This badge is awarded to members who join a Ministry of Testing Chapter.
Joined MoT Manchester chapter image
Joined MoT Manchester chapter
MoT Manchester image
MoT Manchester
MoT Manchester image
The MoTaverse exists to advance the quality engineering and software testing industry in a fun, safe, professional and forward-thinking way.MoT Manchester Chapter events exist as a way to bring people together to gather and learn about all things quality. 
Christian Field
Christian Field
registered for:
MoT Manchester image
MoT Manchester Chapter first gathering of the year!

Contributions

Pull Requests image
  • Christian Field's profile image
  • Rosie Sherry's profile image
When a code change, typically in a feature branch authored by a developer, is proposed for merge to the main or master branch, the set  of proposed changes are called a pull request(in GitHub) or a merge request (in GitLab). The specific changes proposed in the pull request are also usually described in a note accompanying the PR, to assist in code review.The pull request exists as an artefact in the code management software and would usually have safeguards associated with it such as an approval process so that at least 1 person, other than the author of the PR, has reviewed and/or tested the new code. Approval of the pull request allows the code change to be merged to main or master. The evolution towards trunk-based development has meant that both development and testing is executed on the code change while it still in the branch, before merge to master, that is to say, when the pull request is active and not yet approved.A couple of advantage of this approach of testing and controlling the code, that moves towards production, at the pull request stage: Bugs found on the PR/branch during testing can be fixed on the branch before merge. This is typically faster than finding bug on master/main/release branch and then pushing a fix through to main or master for retest. Bugs that are found on the PR/branch do not contaminate main. This approach reduces the rate of introduction of bugs to main and subsequent disruption for other developers.
Login or sign up to create your own MoT page.
Subscribe to our newsletter
We'll keep you up to date on all the testing trends.