본문 바로가기
QA Weekly

QA Weekly - 77[23/10/30]

by Zeromk2 2023. 10. 30.
728x90

 

이번달은 회사에서 내부 엔지니어링 행사가 있어서 첫회 행사 발표를 진행했습니다.

공개할 수 있게 되면 블로그에서도 한번 해당 주제로 이야기를 해보겠습니다~

10월 마지막주 위클리 시작합니다! 

 

Check Version

 

QA Testing

What is XML?

XML이란 무엇입니까? 입니다.

저도 주로 JSON를 사용하거나 다루고 XML은 거의 사용하지 않는데요 postman 테스트 리포트로 쓰이고 가끔씩 확인할 일이 생겨서 어떠한 것인지는 알아둘 필요가 있다고 생각해서 가져와봤습니다.

 

What Is XML? | Postman Blog

Learn how XML works, review some benefits and challenges of using it, and explore how you can work with XML in the Postman API Platform.

blog.postman.com

 

 

Title: “Creating Amazing Test Cases: Using Your Imagination”

제목: “놀라운 테스트 케이스 만들기: 상상력을 활용하세요” 입니다.

테스트케이스 작성에 시간을 줄이고 효율을 높이는 것은 거의 저의 마지막 지상과제가 되었는데요 ㅎㅎ
지금 여러가지 테스트케이스 작성 테스트를 하면서 어떤것이 더 높은 효율을 가지고 있는지 확인해보고 있습니다. 
최근에는 이 글에 나온 것 처럼 유저스토리 기반 & 스토리텔링 위주로 작성중입니다. 효율은 조금 높아졌지만 아직 갈길이 머네

 

Title: “Creating Amazing Test Cases: Using Your Imagination”

Introduction: Think of test case design like an art project. You’re the artist, and your computer is your canvas. It’s not just a boring…

medium.com

 

 

Will AI replace software engineers?

AI가 소프트웨어 엔지니어를 대체할 것인가? 입니다.

아니 아직도 이런 어그로성 글이 있네! 이럴 시간에 코드 한줄이라도 더 짜는게 낫지! ... 라고 하려고 했으나 프로그래밍 언어를 배우라는 내용이였네요. 내용의 마지막 부분이 인상깊고 동의하는 내용이라 가져와봤습니다.

단지 코딩 방법을 배우기 위해 학교에 가지 마십시오. 
대신, 무언가를 만드는 데 시간을 보내고 소프트웨어를 끝이 아닌 도구로 여기십시오. 
당신이 만든 것의 의미와 적용에 대해 비판적으로 생각하는 방법을 배우십시오.
 

Will AI kill software engineering?

Is learning to code still worth it?

medium.com

 

 

Automation

Appium Doctor: Your Prescription to Seamless Mobile Testing

Appium Doctor: 원활한 모바일 테스트를 위한 처방전 입니다.

아마 Appium을 사용하시는 분이라면 Appium Doctor를 모르실수가 없을 만큼 아주 중요한 도구이죠.
혹시 처음 Appium을 설정하시는 분 중에 어려움을 겪고 있는 분이라면 꼭 알아두셔야 할 내용입니다.

 

Appium Doctor: Your Prescription for Seamless Mobile Testing

This article simplifies the installation of Appium Doctor for both Windows and macOS, offers guidance, and also includes its important features.

www.lambdatest.com

 

 

gatling performance testing tool advanced usage: Test report analysis and Performance Scenario Setting

개틀링 성능 테스트 도구 고급 사용법: 테스트 보고서 분석 및 성능 시나리오 설정 입니다.

저는 서버 부하 테스트로 Locust를 잠시 사용했었는데요 이전 회사 QA팀에서는 개틀링을 사용했었던 기억이 납니다. 
2012년에 처음 릴리즈 된 툴로 벌써 20년이 넘은 도구네요!

 

gatling performance testing tool advanced usage: Test report analysis and Performance Scenario…

Test report analysis

naodeng.medium.com

 

 

What I Do When Automated Scripts Fail

자동화된 스크립트가 실패할 경우 어떻게 해야 합니까? 입니다.

제가 행해오던 것과 유사한 내용이라 대부분이 이렇구나 라는 생각으로 가져와봤는데 여러분은 어떠신가요?

 

What I Do When Automated Scripts Fail

Automation is important.

jayateerthk.medium.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 Weekly' 카테고리의 다른 글

QA Weekly - 79[23/11/13]  (0) 2023.11.13
QA Weekly - 78[23/11/06]  (0) 2023.11.06
QA Weekly - 76[23/10/23]  (2) 2023.10.23
QA Weekly - 75[23/10/16]  (0) 2023.10.16
QA Weekly - 74[23/10/09]  (0) 2023.10.09

댓글