Software Development Magazine - Project Management, Programming, Software Testing |
Scrum Expert - Articles, tools, videos, news and other resources on Agile, Scrum and Kanban |
Methods & Tools - October 2021
Sharing global software development expertise since 1993
=== Sponsor ===
TimeShiftX - Travel in Time, Test with Ease
TimeShiftX lets you time travel your software into the future or past to temporal test date and time sensitive functionality and code such as year-end, daylight savings, billing, and policies. Employ instant time travel inside Active Directory & Kerberos without changing system clocks, editing code, or isolating servers. TimeShiftX is multi-platform, cloud & container compatible, and supports all applications and databases.
*** Updates ***
Last Articles Published on Methods & Tools Website
Eight Steps Program to a Lean Mean Kanban Machine Are you contemplating switching your Agile software development team from Scrum to Lean Kanban? The first step of recovery is to admit you have a problem ;O) This article provide a eight steps progam to migrate your Agile software development team from Scrum to Lean Kanban practices, assuming an initial Scrum implementation. Read more...
*** From The Archives ***
Articles from Methods & Tools' Archives
Agile Requirements In the last few years, the agile software development movement has created a paradigm shift in how we work to understand system requirements. Agile teams shape software systems using a collaborative process, with executable software at its heart and documents marginalised to a peripheral role. This creates a fundamental shift away from tools for managing requirements artefacts. Instead, we need tools that support collaboration and the gradual distillation of business rules into automated test suites. Read more...
=== Sponsor ===
Advertise with Methods & Tools
Reach an audience of more than 60'000 professional software developers, software testers and project managers publishing with Methods & Tools for as low a $60 / month. Do you want to promote a software development tool? Are you interested in buying a link to your website from a good reference?
Contact Methods & Tools today to advertise with us!
*** Quote of the Month ***
Communication is essential for maintaining quality in any project — and software development is no exception. Once teams understand why something is required to maintain software quality, and they're given a chance to discuss it, they're far more likely to stick with it.
For example, if teams find themselves questioning some of the more laborious aspects of the quality testing process, like dev box testing or writing tests at different layers, they'll see them as a chore, stop owning them and eventually not engage with them unless directly mandated or monitored.
Every time I join a new team, I have an open session to discuss quality-related topics. We often document and share key practices, so we can look back on them and ensure they're accounted for, if our team changes. I also make the effort to impart relevant knowledge to business stakeholders, encouraging them to make decisions that put quality first.
But this knowledge sharing and conversation shouldn't be a one-off exercise. It needs to be a continuous process, with teams regularly meeting to discuss and catch up on quality-related items. I frequently invite QAs and developers to talk about the tools or methods they're experimenting with and share articles about testing with the team, even if they're not immediately relevant to the project. Every one of these discussions or touchpoints serves a purpose: keeping quality at the front of the team's mind and giving them a voice in how it's upheld.
Source: "The Quality Advisor: catalyst for a quality-first mindset", Gayathri Mohan, https://www.thoughtworks.com/en-es/insights/blog/testing/quality-advisor-catalyst-quality-first-mindset
=== White Papers ===
Come To Our Great SQA Job Portal – Qualitician : In this era where everything is going digital, job roles are evolving too. There are new functions going online, more apps being developed for different tasks and for leisure. Technology is evolving at a pace faster than ever. With this, role of QA is evolving too.
Best Features to Look for in API Testing Tools : Testing is an important activity of the deployment an API. This article shares some tips on how to choose an API testing tool with the right features for your organization requirements of your APIs as well as your business processes.
Minimizing Risks in QA Outsourcing : You have to assess the risks and the benefits of every decision you make in software testing and quality assurance. In this article, Sandra Parker explains how to minimize the risks of outsourcing your software QA activities.
Contact us if you want to publish a white paper with ScrumExpert.com or SoftwareTestingMagazine.com.
*** Software Development Linkopedia ***
Text: Great developers are raised, not hired The best developers I hired were far from ideal candidates. They lacked technical skills, didn't know how to test software and work in an agile team. They didn't believe in themselves and their ability. They didn't think they can be good leaders. They didn't sound convincing during the job interview. Some of them were suffering from impostor syndrome, doubting their actual ability.
Text: Why is my team not doing what I expect from them? Leaders who find themselves wondering why their teams aren't making important decisions on their own tend to be leaders who are constantly pulled into many different discussions. Their calendars are filled to the brim, leaving little time for longer-term work. This can seem like you're contributing as a manager, like you're doing important work and keeping yourself busy. It also means that you'll have less time to focus on strategic work. Which becomes more important as you move into more senior roles.
Text: Documenting Architecture Decisions Architecture for agile projects has to be described and defined differently. Not all decisions will be made at once, nor will all of them be done when the project begins. Agile methods are not opposed to documentation, only to valueless documentation. Documents that assist the team itself can have value, but only if they are kept up to date. Large documents are never kept up to date. Small, modular documents have at least a chance at being updated.
Text: How The Agile Manifesto Came To Be The use of Agile and Scrum continues to grow but more can be done. I firmly believe that eventually, all organizations will be Agile. Everybody needs to be Agile, but those who are the most Agile, they’re going to be the most successful. The faster, more innovative organizations that embrace the four values and 12 principles laid out in the Agile Manifesto will endure and thrive.
Text: Don't Feel Like an Expert? Share Anyway Too many of the most interesting voices in tech and design talk themselves out of writing or speaking about their work because they don't think they have enough experience. But you don't have to wait for "enough" (whatever that means). Here's how to find what's special about your perspective right now — wherever you are in your career.
Text: If You Are Done Scrumming, Try Some Kanban! Even if Scrum is the most popular Agile framework used in software development, it is not the only approach you can use. In this article, Mark Haynes discusses why you might consider Lean Kanban as a better approach for your organization.
Video: Transactions in Microservices Architecture Transactions are an easy technique for software developers to achieve data consistency. Changes are all committed or rollback, so your data is always aligned and other sessions see no incomplete information. But in distributed microservices environments, this cannot be achieved because data can be spread over several data sources and types of data sources, or we cannot scale distributed transactions very well.
Video: Could Sociocracy Help Teamwork? Flat organization structures, agile methodologies, teamwork, etc. have become dominant in today's IT departments and companies. These concepts clearly solve some issues with the earlier organizational paradigm. But they also come with challenges of their own.
Video: Migrating 30 Microservices to a Monorepository This is the story of 30 microservices that resided in their own code repositories and that caused issues with code quality and developer productivity. It explains how to perform the Great Migration to the Monorepository and the ways in which it changed the software developer’s life for the better. Microservices whose code is kept in a monorepository remain independent. Separate releases can be managed via homemade or existing tools, like lerna for JavaScript projects.
Video: Jakarta EE Is Not Just For Servers This presentation talks about Function as a service (FaaS) and Serverless based applications, and about some recent advances in deploying serverless applications on a standard Kubernetes basis using Knative Serving. Knative Serving makes it possible to take any microservice and deploy it in as a "serverless" application which scales on request and down to zero on idle. This in turn makes it possible to build Function-as-a-Service capabilities by creating "functions" that use standard framework APIs, build those into a microservice, and deploy them as serverless applications. The talk shows how to do this, building functions using JAX-RS APIs and deploying them as serverless applications on Kubernetes.
Video: Agility is Inefficient This presentation explain the difference between the two terms effectiveness and efficiency and show how focusing on the latter in Agile can lead to multiple bad consequences that you will probably recognize from organizations in your field.
Video: How Is Software Testing Related To Quality? How does your team or organization measure quality? People often equate software testing to good quality. If you have good testing practices, does that mean you have a good quality software product? Many teams measure process quality and don't realize they forget about the product quality – which is what the customer cares about.
Tools: Insider is focused on covering the OWASP Top 10, to make source code analysis to find vulnerabilities right in the source code, focused on an agile and easy to implement software inside your DevOps pipeline. It currently supports the following technologies: Java (Maven and Android), Kotlin (Android), Swift (iOS), .NET Full Framework, C#, and Javascript (Node.js).
Tools: Open Source Test Data Generators In most of your software testing activities, you need data. Sometimes you can rely on a small sample, but if you want to perform some load testing or if you want to test a feature that needs to produce a multipage invoice, then you start to need more than just two or three occurrences. Test data generators are tools that can help you in this task with the automatic generation of hundreds or thousands of customers, products or accounts items with different attributes for their id, email, name, etc.
Tools: Agile, Scrum and Kanban Redmine Plugins Redmine is a popular open source project management web application written using the Ruby on Rails framework. This software is more oriented towards a traditional approach for project management with Gantt charts and calendar than Agile, Scrum or Kanban. However, the Redmine architecture allows however creating plugins to add additional features. The development of a number of Agile, Scrum, Kanban and Lean plugins has therefore been started in these past years.
*** Software Development Training ***
Software Development Lifecycle Specialization: This course is designed for people who are new to software engineering. It is also for those who have already developed software, but wish to gain a deeper understanding of the underlying context and theory of software development practices.
Contact us if you want to your training courses listed in this newsletter and reach 35'000 software development profesionnals worldwide.
Methods & Tools Testmatick.com Software Testing Magazine The Scrum Expert |