Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
testing
members
ホワイトボックステストとは
ソフトウェアやシステムは人間が開発する以上、不具合などが発生することはどうしても避けられません。こうした不具合を防ぐためにはソフトウェア製品の品質と適切な機能を保証することが欠かせませんが、その上で主要な役割を果たすのがソフトウェアテストです。ソフトウェアテストにはいくつかの手法がありますが、今回は「ホワイトボックステスト」というテスト技法について、詳しくご説明します。 1. ホワイトボックステス
Gemma Bui
Dec 6, 2021 | 2 min read
WEB
members
Speed up Rspec tests with let_it_be
CI/CD plays a critical role in most of modern software development processes nowadays. By improving running speed of tests, you can help team to quickly detect issues, deliver faster, reduce pipeline
Ethan
Dec 6, 2021 | 3 min read
testing
members
ブラックボックステストとは
ソフトウェアの品質を高める上で欠かせないテスト工程では、いくつかの主要なテスト技法が存在します。今回はその中のひとつであるブラックボックステストについてご紹介します。 ブラックボックステストとはブラックボックステストとは、システムの内部構造を考慮せずプログラムが仕様通り設計されるかを検証するテスト方法です。システムの内部構造を直接確認することはできないシステムをブラックボックス(中身が見えない箱)
Gemma Bui
Dec 1, 2021 | 2 min read
WEB
members
Build your first simple image classifier with JavaScript
In this article, I would like to present a simplest way to make your first application that could be used for image classification problem: detecting dog breed from an image. I. IntroductionLet's imag
Kingsley
Nov 18, 2021 | 3 min read
testing
members
Postman for beginner
Okay, this is my first blog ever. Thank you for entering this link. Now come to the title, what's Postman? Postman is an API client, an app, that's mainly used to create, share, test and document APIs
Tinker
Nov 18, 2021 | 3 min read
WEB
members
Set up and work with MySQL on Windows with XAMPP
I. What is XAMPP ?XAMPP is an open-sourced server setup to test the projects on a local machine before making it available to everyone over the web. This web app development server comes pre-installed
Eddy
Nov 17, 2021 | 6 min read
testing
members
Manual Testing vs Automation Testing
In this article I'll write about the difference between manual testing and automation testing. Manual TestingManual Testing is a type of software testing in which test cases are executed manually by a
Hikari
Nov 17, 2021 | 3 min read
WEB
members
What is RegEx? Its usage, and how to use it?
1. DefinitionRegEx or Regular expression, according to Mozilla, is: Regular expressions are patterns used to match character combinations in strings.From me: To make it simpler for you to understand,
Saul
Nov 17, 2021 | 4 min read
WEB
members
TOP 5 reference websites for Japanese web design
01https://www.webdesignclip.com/ This is a website that allows users to consult web designs not only in Japan but also in the world, in addition, the site also synthesizes designs for landing pages an
KAN
Nov 17, 2021 | 2 min read
testing
members
Ruby on Rails testing: RSpec framework
I've been using Rspec to configure my test automation source code and today I want to introduce Rspec testing framework to all of you. RSpec is the most popular Ruby on Rails testing framework accord
Hikari
Nov 17, 2021 | 2 min read
Load more posts