본문 바로가기
QA Weekly

QA Weekly - 91[24/02/05]

by Zeromk2 2024. 2. 5.
728x90

 

2월이 밝았습니다~!

출근할 때 추운게 아니라 쌀쌀하게 느껴지는걸 보니 이제 날씨도 조금씩 풀리는것 같네요. 

더 푸근해지면 이제 다시 캠핑을 가봐야겠습니다~

91번째 위클리 시작합니다!

 

 

Check Version

 

QA Testing

Top 11 iPhone Emulators For 2024

2024년 최고의 iPhone 에뮬레이터 11개 입니다.

Android는 Android Studio가 있고 iOS도 Xcode에서 애뮬레이터 실행은 가능하지만 그 외에도 가능한 애뮬레이터가 많이 있는것 같아서 가져와 봤습니다. windows에서 iOS 기기를 사용해야 하는 일이 있을 경우 긴급하게 사용할 수 있을 것 같습니다. 
(레트로아크는 단순 게임 애뮬레이터인줄 알았는데 더 큰 기능이 있나보군요!)

 

Top 11 iPhone Emulators For 2024 | LambdaTest

Explore top iPhone emulators crucial for professionals in the evolving mobile development and testing field.

www.lambdatest.com

 

 

Different Types of Software Testing

다양한 유형의 소프트웨어 테스팅 입니다.

소프트웨어 테스팅에 관한 내용이 잘 정리되어 있네요. 이러한 글은 많이 올라오는 편이지만 이 포스팅은 굉장히 상세하게 내용을 다루고 있어서 QA업무를 이제 시작하려고 하시거나 시작하신 분들이 알아두면 좋을 것 같습니다. (ISTQB 취득을 위한 개념 정리에도 좋을 것 같습니다)

 

Different Types of Software Testing | LambdaTest

Discover essential insights into types of software testing – from functional to non-functional testing. Ensure robust, reliable software with our comprehensive guide.

www.lambdatest.com

 

 

Automation

How To Use XPath in Selenium: Complete Guide With Examples

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

xpath를 능숙하게 사용하는 것은 테스트 자동화 스크립트를 작성하는데 있어서 굉장히 큰 강점입니다. 해당 포스팅은 예제를 포함한 가이드를 자세히 해 주고 있네요. 필요할 때마다 찾아서 봐도 좋을 것 같습니다.

 

Complete Guide on XPath: Learn To Use XPath in Selenium | LambdaTest

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

www.lambdatest.com

 

 

Test Flakiness in Automation — Continued

자동화의 취약성 테스트 — 계속 입니다.

최근 저도 계속 고민하고 있는 내용 중 하나인데 자동화 결과 품질의 개선을 어떻게 할 것인가 입니다. 그 일환으로 지금 자동화의 모든 결과를 DB화 해서 지표를 선정할 수 있도록 해놨는데요 그 덕분에 Fail률을 정확히 파악할 수 있게 되었습니다. 하지만 단순히 수치화를 할 수 있다고 해서 개선이 되는 것은 아니죠. 계속 포인트를 찾아 나가야 할 것 같습니다.

 

Test Flakiness in Automation — Continued

If you’ve been in QA or functional automation for some time, you most definitely have heard of a term ‘flaky test’. There’s a lot that…

medium.com

 

 

Handle Dropdowns With Select Class In Selenium

Selenium에서 선택 클래스를 사용하여 드롭다운 처리 입니다.

Selenium과 Appium은 매우 유사한 도구이지만 마우스 커서와 터치라는 다른 입력방식을 사용하고 있습니다. 이러한 과정에서 발생하는 지원기능의 차이중 Select도 있는데요. 저도 최근에는 Selenium을 자주 사용하지 않아서 사용법에 대한 기억이 사라지고(?) 있었는데 이렇게 차이점이 있는 것들은 잊어버리기 전에 익혀두면 좋을 것 같아 가져와봤습니다.

 

Learn Dropdown Handling in Selenium Using Select Class

Efficiently handle dropdowns in Selenium WebDriver using Python: Learn essential techniques with the 'Select' class for seamless form interactions.

www.lambdatest.com

 

 

 

Information
더보기

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

 

Top 15 list of automation testing tools | Latest Update in 2023

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

 

- 테스트 자동화에 대해 배울 수 있는 145가지 이야기

 

145 Stories To Learn About Test Automation

I’ve talked about why you should use Selenide previously. Now, it’s time to teach you how it works first-hand. Page Object Model (POM) is the most popular design pattern for test automation, and…

medium.com

 

- QA 팀이 알아야 할 테스트용 데스크탑 자동화 도구 10가지

 

Top 10 Desktop Automation Tools For Testing

Top 10 best desktop automation tools for testing: ✔ Katalon ✔ WinAppDriver ✔ TestComplete ✔ Tricentis Tosca ✔ Winium ✔ Eggplant Functional ✔ Micro Focus UFT

katalon.com

 

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

QA Weekly - 93[24/02/19]  (2) 2024.02.19
QA Weekly - 92[24/02/12]  (2) 2024.02.12
QA Weekly - 90[24/01/29]  (1) 2024.01.29
QA Weekly - 89[24/01/22]  (1) 2024.01.22
QA Weekly - 88[24/01/15]  (2) 2024.01.15

댓글