What's in a title?: Difference between revisions
Jump to navigation
Jump to search
m
→I am a Software Quality Engineer
mNo edit summary |
|||
Line 42: | Line 42: | ||
I do feel a little conflicted because quality is an attribute of something, not really something we can engineer by itself. However, the title seems to have gained traction over recent years as meaning a broader engineering role focussed on software quality, which I can certainly sign up to. We build and engineer tools, systems, and processes to help us efficiently analyse and monitor the quality of software solutions. Testing is a wide and varied endeavour, but there is real value in being able to quickly get basic quality information about a code change through automation. The objective being to automate the boring and free up the tester to explore more and deeper. | I do feel a little conflicted because quality is an attribute of something, not really something we can engineer by itself. However, the title seems to have gained traction over recent years as meaning a broader engineering role focussed on software quality, which I can certainly sign up to. We build and engineer tools, systems, and processes to help us efficiently analyse and monitor the quality of software solutions. Testing is a wide and varied endeavour, but there is real value in being able to quickly get basic quality information about a code change through automation. The objective being to automate the boring and free up the tester to explore more and deeper. | ||
'''Automation''' of course, covers so much more than simply automating '''the product itself''', but also in | '''Automation''' of course, covers so much more than simply automating '''the product itself''', but also in | ||
* the product to be ready for testing, | * preparing the product to be ready for testing, | ||
* the local development environment, | * setting up the local development environment, | ||
* the version control and branching strategy, | * the version control and branching strategy, | ||
* the CI/CD pipelines, | * the CI/CD pipelines, |