From 573144f6ea49267aaa393ba96ad2651dd4c53f71 Mon Sep 17 00:00:00 2001 From: "kclark@scottlogic.com" Date: Mon, 2 Oct 2023 19:01:33 +0100 Subject: [PATCH] Updated The Hybrids Are Coming A Survival Guide --- ...brids-are-coming-a-survival-guide.markdown | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_drafts/the-hybrids-are-coming-a-survival-guide.markdown b/_drafts/the-hybrids-are-coming-a-survival-guide.markdown index 4cc6df8e7c..ab275537d5 100644 --- a/_drafts/the-hybrids-are-coming-a-survival-guide.markdown +++ b/_drafts/the-hybrids-are-coming-a-survival-guide.markdown @@ -1,7 +1,8 @@ --- title: 'The hybrids are coming: A survival guide' date: 2023-10-02 13:53:00 Z -summary: Reasons why being a devtest hybrid helps you and your team +summary: The dev-tests hybrids are coming. This is a guide on the who's and how's + of what a hybrid is and how they can help you and you team. author: kclark --- @@ -13,25 +14,24 @@ How does it help the team? What can be gained from becoming a hybrid? -This blog is a list of reasons why being a devtest hybrid (the term I have coined, not official) might help you and your team so let's begin.. +This blog is a list of reasons why being a dev-test hybrid (the term I have coined, not official) might help you and your team so let's begin. ###1, Communication -On a project one of the main things we as a team do is...you guessed it communicate. Being able to have honest conversations can help with collaboration. For example a tester with coding knowledge can help cut through the tech talk and get right to the point. It can help developers understand what a testing is talking about when they run through scenarios so everyone understands what is happening. +On a project one of the main things we as a team do is...you guessed it communicate. Being able to have honest conversations can help with collaboration. For example, a tester with coding knowledge can help cut through the tech talk and get right to the point. It can help developers understand what a tester is talking about when they run through scenarios so everyone understands what is happening. ###2, Ability to participate in reviews -Reviews are a key part of the development cycle and for getting tickets across the line. Having developers take part in test reviews and testers review developer code can allow for many different perceptions to come together and can find issues that may have slipped through the cracks. Reviews are also a great way to showcase skills and +Reviews are a key part of the development cycle and for getting tickets across the line. Having developers take part in test reviews and testers review developer code can allow for many different perceptions to come together and can find issues that may have slipped through the cracks. Reviews are also a great way and place to showcase skills and a great way to contribute to the team. ###3, Understanding technologies -Having knowledge in both pools can give a person some perspective. If - +Having knowledge of both pools can give a person some perspective. This can link up to the first point as it allows a common language between disciplines. For testers understand the technology can look like not writing tests which are based on wrong assumptions. Having knowledge on technologies can also help on a project to project basis as well as for a tester it can look like a similar issue. For developers understanding the tech can be knowing how tests run and knowing how to update them when they make small changes. ###4, Understanding logic - +Knowing what something does is different to knowing why it is doing it. So this point is going to look at how by understanding logic testers and developers can come to an agreement that suits them and helps the project. By understanding logic we can see how a person thinks and when we see how a person thinks we can understand what they do. In the case of code this can be ###5, Narrow down defects -This point is more aimed towards the testers reading this, Having code knowledge is immensely useful as it +This point is more aimed toward the testers reading this. Having code knowledge is immensely useful as it can help you generate useful details. Viewing the code in a different light can let you see defects in relation to the code. This means you can have better conversations with your developers and hone in on where defects might be coming from with ease. For the developers this will make their lives easier as they ###Conclusion +In conclusion - -Piqued you interested in the other field? Well there are several ways to upskill if that is what you wish. Talking to your friendly neighborhood developer/tester (often seen roaming around near the coffee machine) is a start, see how they view the world (project). Getting involved in communities of practice and learning from others is great. Also the internet is a great source of information. \ No newline at end of file +Piqued your interest in the other field have I? Well, there are several ways to upskill if that is what you wish. Talking to your friendly neighborhood developer/tester (often seen roaming around near the coffee machine) is a start, see how they view the world (project). Getting involved in communities of practice and learning from others is great. Also, the internet is a great source of information. \ No newline at end of file