본문 바로가기
QA Weekly

QA Weekly - 126[24/10/07]

by Zeromk2 2024. 10. 7.
728x90

 

이번 위클리에는

  • Rustam Sabirov
  • Vitaly Sharovatov & Anastasiia Khabarova
  • Divyarajsinh Dodia
  • Suchismita Biswas
  • Asavari Sharma
  • Enes Kuh
  • Rodrigo Quinta
  • Akshay Mulay

의 포스팅으로 함께 합니다!

126번째 위클리 시작합니다

 

Hot Topic

자체 복구 프레임워크 힐레니움입니다. 저도 한번 사용해봐야겠네요. 

 

GitHub - healenium/healenium: Self-healing library for Selenium Web-based tests

Self-healing library for Selenium Web-based tests. Contribute to healenium/healenium development by creating an account on GitHub.

github.com

 

 

What's new with Postman? The biggest update to variables yet!

Postman의 새로운 기능 변수에 대한 사상 최대 규모의 업데이트 입니다.

LinkedIn에 올라왔던 글인데 기억해두었다가 가져와봤습니다. 변수를 좀 더 보기 쉽게 관리할 수 있게 되었네요.

 

LinkedIn Postman 페이지: What's new with Postman? The biggest update to variables yet! 🙌 👏… | 댓글 12

What's new with Postman? The biggest update to variables yet! 🙌 👏 Postman now highlights empty variables in the interface, so you don’t leave things out… | 댓글 12

www.linkedin.com

 

 

The Core Reason Behind Agile’s Success: Simplified to One Key Factor

Agile의 성공의 핵심 이유: 하나의 핵심 요소로 단순화 입니다.

개인적으로 매우 공감이 가는 글이라 가져와봤습니다. 제가 생각하는 애자일의 강력함은 빠르고 최적화된 진화하는 조직 이였는데 이것과 유사한 내용을 다루고 있습니다. 회고와 빠르고 다양하게 축적하는 경험은 애자일이 주는 강한 성장동력이 아닐까 합니다.

 

The Core Reason Behind Agile’s Success: Simplified to One Key Factor

In recent years, Agile methodology has taken the software development world by storm, becoming the preferred framework for teams aiming for…

medium.com

 

 

Check Version

* 업데이트가 하나도 없는 주간은 처음이네요

 

QA Testing

A complete guide to performance testing

성능 테스트를 위한 완전한 가이드 입니다.

저도 성능 테스트 도구는 하나정도는 다룰 줄 알지만 실제 사용하는 일은 거의 없는데요, 이제는 개발팀에서 주도적으로 성능테스트를 진행하는 추세이기 때문이였습니다. 여러분의 조직은 어떤가요?

 

A complete guide to performance testing

Learn how to use performance testing to detect system bottlenecks, improve speed and stability, and ensure your application can perform under high traffic.

qase.io

 

 

3 paradigms of managing testing tasks: push, pull, and full autonomy

테스트 작업 관리의 3가지 패러다임: 푸시, 풀, 완전 자율성 입니다.

저도 3가지 패러다임을 모두 경험했었는데 pull과 full autonomy 방식이 가장 유연한 대응이 가능했던것 같습니다.

 

3 paradigms of managing testing tasks: push, pull, and full autonomy

An exploration of three software testing approaches: push, pull, and full autonomy. Plus, a look at how we use the full autonomy method at Qase.

qase.io

 

 

5 Myths of Software Development You Need to Unlearn for Better Testing

더 나은 테스트를 위해 잊어야 할 소프트웨어 개발의 5가지 신화 입니다.

공감이 가는 내용이 많은데 그중에 네번째가 특히 공감이 갑니다. 저도 예전에는 개발이 어느정도 완료되고 필요한 정보들이 갖춰진 상태에서 QA를 해야 한다고 생각해서 준비가 안되었다고 판단되면 QA 요청을 거절하기도 했는데 이제는 최대한 조기에 투입하는 것을 더 선호하고 있습니다. 애자일 환경에 맞는 QA활동은 더 빠르고 더 조기에 검증해야 하는 것이 중요하다고 생각하기 때문이였습니다.

 

5 Myths of Software Development You Need to Unlearn for Better Testing

In the fast-evolving world of software development, the importance of effective testing cannot be overstated. However, many developers…

medium.com

 

 

Understanding Bug Triage: A Crucial Process for Efficient Software Testing

버그 분류 이해: 효율적인 소프트웨어 테스트를 위한 중요한 프로세스 입니다.

버그를 처음 관리하게 되는 신입 QA분들이 참고하면 좋은 내용입니다.

 

Understanding Bug Triage: A Crucial Process for Efficient Software Testing

Software testing is more than just identifying bugs — it’s about efficiently managing them to ensure that critical issues are resolved in…

medium.com

 

 

How Mindfulness Practices Can Improve Your QA Skills

마음챙김 실천이 QA 기술을 어떻게 향상시킬 수 있는가 입니다.

멀티태스팅 스킬이 각광받던 시절이 잠시 있었습니다. 하지만 그것은 오히려 더 비효율적이였고, 하나의 일에 집중력을 발휘하는 것이 더 좋은 결과로 이어진다는 것을 개인적으로 체험해서 이것을 더 선호하고 있습니다. 
" When you’re testing, focus on testing." 잊지 말아야 할 것 같습니다.

 

How Mindfulness Practices Can Improve Your QA Skills

Its Monday Morning, you’re in the middle of a hectic sprint. The developers have just pushed a huge update, and you’re tasked with running…

medium.com

 

 

Automation & Engineering

Web Authentication with Playwright: A Guide to Basic and Digest Authentication

Playwright를 사용한 웹 인증: 기본 및 다이제스트 인증 가이드 입니다.

Playwright는 httpCredentials 라는 기능을 제공해주는군요.

 

Web Authentication with Playwright: A Guide to Basic and Digest Authentication

Authentication is an integral part of most web applications, ensuring that only authorized users gain access to secure areas. When it comes…

medium.com

 

 

Best AI Testing Tools for Test Automation

테스트 자동화를 위한 최고의 AI 테스트 도구 입니다.

못보던 도구들도 많이 생겼네요~ 슬프지만 이제는 안보이는 도구들도 있는것 같네요.

 

20 Best AI Testing Tools List 2024

Looking to ramp up your software delivery management in 2024? Check out these top 20 AI testing tools.

testgrid.io

 

 

API Keys vs. Tokens: What’s the Difference?

API 키와 토큰: 차이점은 무엇인가요? 입니다.

아마 Slack bot을 구축해보셨던 분이라면 API Key와 Token을 모두 사용해보셨을 것으로 예상되는데요 어떤차이가 있는지 쉽게 설명되어있는 글입니다.

 

API Keys vs. Tokens: What’s the Difference?

In the world of modern web development, securing access to APIs is essential for protecting sensitive data and ensuring that only…

medium.com

 

 

Playwright Locators with Custom Logging using Proxies

프록시를 사용한 사용자 정의 로깅이 있는 Playwright Locators 입니다.

저는 아직 Playwright 를 사용하고있지는 않지만 사용자분들에게는 도움이 될 것 같네요.

 

Playwright Locators with Custom Logging using Proxies

When working with any automation testing tool, like Playwright, good and often logging is an important part of the process. It helps us to…

medium.com

 

 

Why QA Automation Engineers Should Embrace Manual Testing

QA 자동화 엔지니어가 수동 테스트를 받아들여야 하는 이유 입니다.

저도 한때는 자동화만 하는 직무를 구하려고 했었는데 이것은 개인적으로 바람직한 생각이 아니라는 것을 깨달았습니다. 제품의 정확한 이해 없이는 자동화도 할 수 없는데 그러기 위해서는 테스트가 근본이 된다고 생각했기 때문이죠. 자동화를 위해서는 수동 테스트가 필수적이라고 생각합니다.

 

Why QA Automation Engineers Should Embrace Manual Testing

QA automation engineers should embrace manual testing to gain a holistic view, develop intuition, and create more effective automated…

blog.bluetrail.software

 

Selenium Quick Tips: getText() vs innerHTML

셀레늄 빠른 팁: getText()vsinnerHTML 입니다.

오 좋은 비교입니다.

 

Selenium Quick Tips: getText() vs innerHTML

When automating web applications with Selenium, retrieving content from web elements is a common task. Two methods you’ll often use are…

medium.com

 

 

Information
더보기

- 테스트 자동화 도구는 어떤 것들이 있는지 알고 싶어요

 

Top 16 Automation Testing Tools 2024 | Katalon

Choosing the best automation testing tools can be tricky and there are many options. See our list of top automation test frameworks and tools.

katalon.com

 

- ADB 명령어로 할 수 있는 것은 어떤 것이 있나요

 

Mastering Android: A Comprehensive Guide to ADB Commands | LambdaTest

Unlock the full potential of your Android device with these ADB Commands.

www.lambdatest.com

 

Chrome에서 Python Selenium으로 웹 자동화 마스터하기.

 

Mastering Web Automation With Python Selenium On Chrome | LambdaTest

Utilize Chrome and Python Selenium to master the art of web automation while following best practices for fluid, effective, and dependable automation.

www.lambdatest.com

 

- Appium 설치 방법

 

How to Install Appium: Setting Up And Configuring For Mobile App Testing | LambdaTest

Learn How to Install Appium to make testing mobile apps easier. Utilize Appium for both Android and iOS platforms to streamline your testing process

www.lambdatest.com

 

- Appium Capability 설정 방법

 

A Complete Tutorial to Appium Capabilities for Mobile Automation

This Appium tutorial discusses useful Appium capabilities for mobile automation testing.

www.lambdatest.com

 

- Macbook에서 Python/Appium으로 iPhone 제어하기 (0~1)

 

Controlling an iPhone With Python/Appium on A Macbook (0 to 1)

I couldn’t find a guide with enough details, so I made my own.

kevinlinxc.medium.com

 

- Selenium에서 XPath를 사용하는 방법: 예제가 포함된 전체 가이드

 

How To Use XPath in Selenium: Complete Guide With Examples | LambdaTest

Deep dive into XPath in Selenium tutorial and discover its types, techniques, and capture strategies for robust automated testing.

www.lambdatest.com

 

'QA Weekly' 카테고리의 다른 글

QA Weekly - 127[24/10/14]  (2) 2024.10.14
QA Weekly - 125[24/09/30]  (16) 2024.09.30
QA Weekly - 124[24/09/23]  (5) 2024.09.23
QA Weekly - 123[24/09/16]  (10) 2024.09.16
QA Weekly - 122[24/09/09]  (5) 2024.09.09

댓글