Appium Inspector with Kobiton remote devices
members

Appium Inspector with Kobiton remote devices

OverviewThis blog post is gonna show you one of the hands-on experience that clearly demonstrates how to use Appium Inspector with a Kobiton remote device. Appium Inspector helps you inspect and get a
Roy Pham
Roy Pham
Free Tools for Developer
members

Free Tools for Developer

Hosts, Servers for deploying your frontend/backend.1. NetlifyNetlify helps you deploy not only static webs but also single-page applications and even complex e-commerce websites. Netlify allows you to
Zill Nguyen
Zill Nguyen
What are microservices?
members

What are microservices?

In this article, we are going to learn about software architecture and evaluate a bit about the popular model that is Microservice. Software architecture is the organization of a system consisting of
Drew
Exploring the API Gateway: Kong
members

Exploring the API Gateway: Kong

First let's explore the API Gateway architecture pattern then slowly deep dive into the details of running a production-grade Kong API gateway. Generally in many organizations, the backend APIs are c
Sage Huynh
Create slack bot with slash command
members

Create slack bot with slash command

Create your slack bot application Go to url your slack applications. Click button Create New App. Choose create an app From scratch. Input your bot name and choose your workspace. You will see you
Huska
SPA(Single Page Application)とは
WEB
members

SPA(Single Page Application)とは

Single Page Applicationって何?SPAとは「 Single Page Application 」(シングルページアプリケーション)の略称で、複数ではなく単一のWebページに対して、Ajaxなどでページを構成することを指します。 単一のWebページで構成することで、新しい情報を読み込む際にページの遷移に縛られないことから、サーバーへどのリクエスト(要求)を送ってもほとんど同じU
Dorothy Huynh
Software Testing Methodologies
testing
members

Software Testing Methodologies

Table of contents 1. What is Software Testing Methodology? 2. Functional Testing 3. Non-Functional Testing 4. Difference Between Functional Testing and Non-Functional Testing 5. Conclusion 1. What is
SA_Erwin
テスト実行者がバグを見逃してしまう原因
testing
members

テスト実行者がバグを見逃してしまう原因

はじめにあなたはバグ(ソフトウェアの不具合)、特に基本的なバグを見逃したことはありますか? もしそうであれば、その時、「どうしてこのようなバグを見逃したのだろうか」と自分に聞いてみたことはあるでしょうか? ソフトウェアテストの実行者であれば、誰でも下記のようなケースを体験したことがあるはずです。 I. テストをしたはずのテストケースにおいてバグが発生する II.    基本的な(すごく簡単な)テス
Yagi
Yagi
エビデンスを取得する時に役に立つAwesome Screenshotの使い方
testing
members

エビデンスを取得する時に役に立つAwesome Screenshotの使い方

はじめにソフトウェアテストにおけるテスター(実行者)としてバグを起票したり、問い合わせを行ったりする際、エビデンスを取得することは最も大事な作業の一つです。一番手っ取り早いのはWindowsに標準搭載されているSnipping Tool(スニッピングツール、ホットキー:Windowsキー+Shift+S)を活用し、画面に表示されている部分、もしくは全体画面をスクリーンショットとして切り取った上で
Yagi
Yagi