Skip to main content

The impact of AI use by developers on quality engineering

Generative AI is starting to help software engineers solve problems in their code. The impact of this on quality engineers is already being felt.

According to data from Stack Overflow’s 2023 Developer Survey, 70% of all respondents are using or are planning to use AI tools in their development process. Further, the study of 90,000 developers found that 86% of professional developers want to use AI to help them write code.

The next largest use for AI, at about 54% of professional developers, is debugging code. Next, 40% of that cohort said they’d use AI for documenting code. And fourth, 32% said they want to learn about code.

Each of these use cases actually creates significant opportunities for speeding creation and delivery of code, but according to Gevorg Hovsepyan, head of product at low-code test automation platform mabl, each also creates significant risk in terms of quality. The impact of AI on software quality is only just being assessed, but consumer expectations continue to rise.

Though AI can quickly produce large quantities of information, the quality of those results is often lacking. One study by Purdue University discovered, for example, that ChatGPT answered 52% of software engineering questions incorrectly. Accuracy varies across different models and tools, and is likely to improve as the market matures, but software teams still need to ensure that quality is maintained as AI becomes an integral part of development cycles. 

Hovsepyan explained that engineering leaders should consider how — and who — AI is affecting their development pipelines. Developer AI tools can help increase their productivity, but unless QA also embraces AI support, any productivity increases will be lost to testing delays, bugs in production, or slower mean times to resolution (MTTR). 

“We saw this trend with DevOps transformation: companies invest in developer tools, then wonder why their entire organization hasn’t seen improvements. AI will have the same impact unless we look at how everyone in the ecosystem is affected. Otherwise, we’ll have the same frustrations and slower transformation,” Hovsepyan said. 

AI can also further lower the barrier to entry for non-technical people, breaking down long standing silos across DevOps teams and empowering more people to contribute to software development. For software companies, this opportunity can help reduce the risk of AI experimentation. Hovsepyan shared: 

“No one knows your customers better than manual testers and QA teams, because they live in the product and spend much of their time thinking about how to better account for customer behavior. If you give those people AI tools and the resources to learn new technologies, you reduce the risk of AI-generated code breaking the product and upsetting your users.”

So if AI is not yet at the point where it can be fully trusted, what can quality engineers do to mitigate those risks? Hovsepyan said you can’t address all of those risks, but you can position yourself in the best possible way to handle them.

By that, he means learning about AI, its capabilities and flaws. First, he said, it’s “incredibly important for quality engineers to figure out a way to get out of the day-to-day tactical, and start thinking about some of these major risks that are coming our way.”

He went on to say that the use of intelligent testing can help organizations win time to focus on bigger picture questions. “If you do test planning, you can do it with intelligent testing solutions. If you do maintenance, you remove some of that burden, and win the time back. In my mind, that’s number one. Make sure you get out of the tactical day-to-day work that can be done by the same tool itself.”

His second point is that quality engineers need to start to understand AI tools. “Educate, educate, educate,” he said. “I know it’s not necessarily a solution for today’s risks. But if those risks are realized and become an issue tomorrow, and our quality engineers aren’t educated on the subject we’re in, we’re in trouble.”

The post The impact of AI use by developers on quality engineering appeared first on SD Times.



from SD Times https://ift.tt/qiTCt65

Comments

Popular posts from this blog

A guide to data integration tools

CData Software is a leader in data access and connectivity solutions. It specializes in the development of data drivers and data access technologies for real-time access to online or on-premise applications, databases and web APIs. The company is focused on bringing data connectivity capabilities natively into tools organizations already use. It also features ETL/ELT solutions, enterprise connectors, and data visualization. Matillion ’s data transformation software empowers customers to extract data from a wide number of sources, load it into their chosen cloud data warehouse (CDW) and transform that data from its siloed source state, into analytics-ready insights – prepared for advanced analytics, machine learning, and artificial intelligence use cases. Only Matillion is purpose-built for Snowflake, Amazon Redshift, Google BigQuery, and Microsoft Azure, enabling businesses to achieve new levels of simplicity, speed, scale, and savings. Trusted by companies of all sizes to meet...

2022: The year of hybrid work

Remote work was once considered a luxury to many, but in 2020, it became a necessity for a large portion of the workforce, as the scary and unknown COVID-19 virus sickened and even took the lives of so many people around the world.  Some workers were able to thrive in a remote setting, while others felt isolated and struggled to keep up a balance between their work and home lives. Last year saw the availability of life-saving vaccines, so companies were able to start having the conversation about what to do next. Should they keep everyone remote? Should they go back to working in the office full time? Or should they do something in between? Enter hybrid work, which offers a mix of the two. A Fall 2021 study conducted by Google revealed that over 75% of survey respondents expect hybrid work to become a standard practice within their organization within the next three years.  Thus, two years after the world abruptly shifted to widespread adoption of remote work, we are dec...

10 Simple Image Slider HTML CSS JavaScript Examples Neeraj Mishra The Crazy Programmer

Slider is a very important part of any website or web project. Here are some simple image slider examples that I handpicked from various sites. These are built by different developers using basic HTML, CSS, and JavaScript. Some are manual while others have auto-slide functionality. You can find the source code for each by clicking on the code button or on the image. 1. Very Simple Slider Demo + Code 2. Popout Slider Demo + Code 3. Really Simple Slider Demo + Code 4. Jquery Simple Slider Demo + Code 5. Manual Slideshow Demo + Code 6. Slideshow Indicators Demo + Code 7. Simple Responsive Fullscreen Slider Demo + Code 8. Responsive Image Slider Demo + Code 9. Simple Image Slider Demo + Code 10. Slicebox – 3D Image Slider Demo + Code I hope these simple image sliders are helpful for you. For any queries, you can ask in the comment section below. The post 10 Simple Image Slider HTML CSS JavaScript Examples appeared first on The Crazy Prog...