본문 바로가기
QA Weekly

QA Weekly - 131[24/11/11]

by Zeromk2 2024. 11. 11.

 

이번 위클리에는

  • Fiona Grey
  • Mehmet Alatas
  • Luis Serna
  • Waruni Sandareka
  • Adrian Pothuaud
  • Afreen
  • Rahul R

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

131번째 위클리 시작합니다

 

Check Version

 

QA Testing

Real-Life Examples of Black Box Testing

블랙박스 테스팅의 실제 사례 입니다.

"항상 방법을 혼합할 준비를 하세요. 현실 세계에서 버그는 규칙에 따라 움직이지 않고, 단일 접근 방식으로는 모든 버그를 잡을 수 없기 때문입니다." 이 문구가 참 공감이 가네요.

 

Real-Life Examples of Black Box Testing

What Worked and What Didn’t

medium.com

 

 

How to Inspire and Motivate Your Testing Team for Success

테스트 팀의 성공을 위한 영감과 동기를 부여하는 방법 입니다.

팀을 매니징 하고 계신 분들이라면 아마 항상 하고계실 고민이실것 같습니다. 이 때는 소프트 스킬이 중요할 것 같습니다. 팀원들을 이해하고, 인정하고 작은 성공을 함께 축하하며 공감해주는 것이 팀을 더 잘 뭉치게 해주는 것 같습니다.

 

How to Inspire and Motivate Your Testing Team for Success

Inspiring and motivating a software testing team isn’t just about waving a motivational flag and hoping people run faster. It’s about…

medium.com

 


 

Automation & Engineering

WebDriver BiDi: A New Era in Browser Automation

WebDriver BiDi: 브라우저 자동화의 새로운 시대 입니다.

WebDriver BiDi가 무엇인지 찾아봤는데 기존 WebDriver와 GDT의 장점을 모아서 새롭게 탄생한 프로토콜 이였군요. (비디가 아니라 바이다이 라고 읽어야 한다고 합니다). Selenium4 버전대에서도 WebDriverBiDi를 지원하고 있었으니 링크 같이 추가해두겠습니다.


구글에서 2023년에 WebDriver BiDi 관련된 설명 영상을 남긴게 있는데 설명이 아주 이해하기 쉽게 잘 되어있습니다. 보시는 것을 꼭 추천 드립니다. 링크도 같이 남깁니다.

 

WebDriver BiDi: A New Era in Browser Automation

In the world of web automation, Selenium and the classic WebDriver protocol have long been powerful tools. However, WebDriver BiDi…

medium.com

 

 

BiDirectional functionality

BiDirectional means that communication is happening in two directions simultaneously. The traditional WebDriver model involves strict request/response commands which only allows for communication to happen in one direction at any given time. In most cases

www.selenium.dev

 

 

Best Practices For Creating Stable Selectors

안정적인 선택기를 만드는 모범 사례 입니다.

좋은 사례가 많이 있네요~ 흔히 Xpath를 사용하지 말라고 하지만 이것에 해당하는건 절대 Xpath입니다. 상대 Xpath는 상황에 따라 활용할 수 있는 부분이 많으니 두가지 차이를 잘 알아두시면 좋습니다.

 

Best Practices For Creating Stable Selectors

In test automation, creating stable selectors is important for ensuring reliability. Fragile locators often lead to frequent test failures…

medium.com

유사한 포스팅이 있어서 같이 링크합니다.

 

Understanding XPath and CSS Selectors for Effective Automation Testing.

What is XPath

medium.com

 

 

A real AI application for automation testing — Stabilise your automation tests with Retrieval Augmented Generation for selectors

자동화 테스트를 위한 실제 AI 애플리케이션 - 선택자를 위한 검색 증강 생성으로 자동화 테스트를 안정화하세요 입니다.

아주 흥미로운 내용이네요. AI를 활용한 테스트 자동화 스크립트 작성인데 이제야 실체를 가진 AI결합 도구들이 나오는 것 같습니다. 
관련 제품 페이지도 같이 링크합니다.

 

A real AI application for automation testing — Stabilise your automation tests with RAG

Enhance anyautomation frameworks with RAG for stable selector strategies! No implementation details but the complete method and examples.

medium.com

 

 

Add AI to your Playwright tests | ZeroStep

ZeroStep AI Prompt ai("Fill out the form with realistic values") System under test First Name Last Name Street Address City State Website

zerostep.com

 

 

Basic Linux Commands- Good To know

기본 Linux 명령어 - 알아두면 좋은 정보 입니다.

Macbook 사용하시는분 많으실 텐데 이런분들은 알아두면 좋은 커맨드 들입니다.

 

Basic Linux Commands- Good To know

pwd- Present Working Directory. To know where current user is present in the system.

medium.com

 

 

Mastering Playwright: Advanced Interview Questions

극작가 마스터링: 고급 인터뷰 질문 입니다.

Playwright에 관한 문답내용이 있는데 참고할 만한 내용이 많은 것 같네요.

 

Mastering Playwright: Advanced Interview Questions

Playwright is a powerful framework for end-to-end testing that enables automation across browsers with a single API. If you’re aiming for a…

rahulrpandya.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

 

 

 
728x90

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

QA Weekly - 133[24/11/25]  (3) 2024.11.25
QA Weekly - 132[24/11/18]  (6) 2024.11.18
QA Weekly - 130[24/11/04]  (11) 2024.11.04
QA Weekly - 129[24/10/28]  (10) 2024.10.28
QA Weekly - 128[24/10/21]  (11) 2024.10.21

댓글