並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 544件

新着順 人気順

testingの検索結果361 - 400 件 / 544件

  • New – Local Mocking and Testing with the Amplify CLI | Amazon Web Services

    AWS News Blog New – Local Mocking and Testing with the Amplify CLI The open source Amplify Framework provides a set of libraries, user interface (UI) components, and a command line interface (CLI) that make it easier to add sophisticated cloud features to your web or mobile apps by provisioning backend resources using AWS CloudFormation. A comment I often get when talking with our customers, is th

      New – Local Mocking and Testing with the Amplify CLI | Amazon Web Services
    • Fuzzing vs property testing

      Fuzzing and property testing both involve generating random inputs, and then checking if a program misbehaves on those inputs. This description should probably leave you raising your eyebrow slightly: if you start being vague enough, lots of entirely different things sound similar. But there are some real similarities between these two techniques. Let’s start with the hard distinction between the

        Fuzzing vs property testing
      • Goによるロードテスト - DeNA Testing Blog

        はじめに SWETグループGoチームの金子 (@theoden9014) です。 弊社が運営するライブコミュニケーションアプリであるPococha(ポコチャ)においてロードテストを実施する際、Go言語を利用して独自のロードテストツール開発しました。今回は、その知見を共有したいと思います。 この記事はDeNA Advent Calendar 2020の4日目の記事です。 本記事ではシステムをWebシステムと前提としていますのでご注意ください。 ロードテストとは (Load Testing) JSTQBやISTQBにおいては性能テスト (Performance Testing) の1つと定義されています。 性能テストとはシステムテストにおける非機能テストの1つです。 ロードテスト、耐久性テスト、ストレステスト等があり、それぞれ目的に応じて実施します。 ロードテストは、システムがユーザ負荷のピー

          Goによるロードテスト - DeNA Testing Blog
        • An in-depth beginner's guide to testing React applications in 2020

          import Newsletter from 'components/Newsletter' Most developers know it: Automated testing is important. There are many reasons arguing for it. You might unknowingly break an app whenever you change a line of code. Manually testing your app after each change is cumbersome. Tests help document edge cases. Aspiring developers can get a competitive advantage over other job candidates. Unfortunately, w

            An in-depth beginner's guide to testing React applications in 2020
          • Visual regression testingを導入してみた - STORES Product Blog

            はじめに この記事はSTORES Advent Calendar 2023 19日目の記事です。 こんにちは、 STORES 予約 でエンジニアをしている@tontokoです。 STORES 予約 の開発チームでは月に1回、コードクリーニングタイムと呼ばれる日を設けています。 これは普段なかなか手を付けるタイミングが無かった技術負債や、重要ながら後回しにされているタスクなどを片付けることを目的にしています。 当日は緊急度の高いものを除き普段のプロダクト開発の手を休め、内部品質の向上に集中します。 自分は前回のコードクリーニングタイムに、ビジュアルリグレッションテスト(VRT)をフロントエンドリポジトリに導入しました。 導入の経緯 STORES 予約 ではバックエンドのテストに比べると、フロントエンドはまだまだテストの数が少ないです。 ライブラリのアップデートなどの全体に影響する変更の際に、

              Visual regression testingを導入してみた - STORES Product Blog
            • これから始めるReact Testing - ①React Componentのテスト - Goodpatch Tech Blog

              最近、韓国ドラマと個人開発に勤しんでいる大角です。 Webサービスを提供する上でテストを自動化するケースも多いと思いますが、今回はReact Testing Libraryを使った基本的なテストの書き方についてご紹介したいと思います。これからReactでユニットテストを始めたい方などのご参考になれば、幸いです。 テストの内容については3回の記事に分け、今回の記事では最初のReactコンポーネントのテストを取り上げます。 React Componentのテスト(今回の記事) カスタムフックのテスト Recoilのテスト なお、執筆時点での関連するパッケージのバージョンは以下になっています。 create-react-app: 5.0.1 react: 18.1.0 @testing-library/jest-dom: 5.16.4 @testing-library/react: 13.2.0

                これから始めるReact Testing - ①React Componentのテスト - Goodpatch Tech Blog
              • A compilation of outstanding testing articles (with JavaScript) | Practica.js

                A compilation of outstanding testing articles (with JavaScript)Testing the dark scenarios of your Node.js applicationPractica v0.0.6 is aliveIs Prisma better than your 'traditional' ORM?Which Monorepo is right for a Node.js BACKEND now?

                • Create React App 4.0 Alpha Testing

                  README.md Create New App JavaScript Template npx create-react-app@next --scripts-version=@next --template=cra-template@next my-js-app TypeScript Template npx create-react-app@next --scripts-version=@next --template=typescript@next my-ts-app Update Existing App To update an existing app you can change the react-scripts version in package.json to next and then run yarn or npm install Changes You can

                    Create React App 4.0 Alpha Testing
                  • rules-unit-testingがv2になったので変更点とともに紹介する

                    1ヶ月ほど前に、Firestoreのルールの単体テストに使う @firebase/rules-unit-testing がメジャーバージョンアップデートされました(v1 → v2)。個人的にこのバージョンアップによる改善は、わかりやすくかつ使いやすくなっていて好感を持てたので紹介します。 ちなみに、Firebase JS SDKを v8 → v9 にアップした際に気づきました。 変更点 公式ドキュメントでもしっかり説明されているのでこちらもご参照ください。 TypeScriptで紹介していきます。実際に動いているものが見たい方は以下のリポジトリを見るのが手っ取り早いかと思います。 @firebase/rules-unit-testing は 2.0.1 で動かしています。 v1(以前までのバージョン) import { v4 as randomString } from 'uuid' im

                      rules-unit-testingがv2になったので変更点とともに紹介する
                    • GitHub - database-rider/database-rider: Database testing made easy!

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - database-rider/database-rider: Database testing made easy!
                      • Effectiveness of isolation, testing, contact tracing, and physical distancing on reducing transmission of SARS-CoV-2 in different settings: a mathematical modelling study

                        If you don't remember your password, you can reset it by entering your email address and clicking the Reset Password button. You will then receive an email that contains a secure link for resetting your password

                          Effectiveness of isolation, testing, contact tracing, and physical distancing on reducing transmission of SARS-CoV-2 in different settings: a mathematical modelling study
                        • StoreKit Testing を使った自動テストをアプリに導入した話 | PSYENCE:MEDIA

                          『スタディサプリ ENGLISH』 Mobileチームのhirothingsです。 ENGLISHのiOSアプリでは、StoreKit Testingを活用してIn-App Purchase(以下、IAP)の安定運用を行っています。 この記事では、 StoreKit Testingの自動テスト導入 最新のSandbox事情 について解説します。 StoreKit Testingとは WWDC2020で発表されたApp Storeサーバに接続することなく、アプリ内課金をテストするためのローカル環境の総称です。 StoreKit Configファイルで設定したプロダクト情報を元に ローカル(シミュレータでも可)で課金処理のシミュレーション 自動ユニットテスト の実行ができます。 設定については割愛します。ドキュメントはこちらです StoreKit Testを使った課金テストの自動化 Store

                            StoreKit Testing を使った自動テストをアプリに導入した話 | PSYENCE:MEDIA
                          • Xcode10から最新までのTestingをふりかえる

                            10/5のiOSDC Japan 2022 After Talkで話した内容です。

                              Xcode10から最新までのTestingをふりかえる
                            • Autify advances no-code AI-powered software testing automation platform with $10M Series A | TechCrunch

                              Autify advances no-code AI-powered software testing automation platform with $10M Series A While working as a software engineer in Japan, Singapore and San Francisco for the past 10 years, Ryo Chikazawa, CEO and co-founder of Autify, came to realize that there’s one common problem in the software development industry; software testing takes excessive time. Chikazawa and co-founder Sam Yamashita st

                                Autify advances no-code AI-powered software testing automation platform with $10M Series A | TechCrunch
                              • Introducing Shadower: A Minimalistic Load Testing Tool

                                You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more Introduction Shadower is a load testing tool that allows us to provide load testing as a service to any microservice at Uber. Shadower started as a command line application that allowed us to read a local file to load test a local application. At the time, Maps PEs were

                                  Introducing Shadower: A Minimalistic Load Testing Tool
                                • Test Flakiness - One of the main challenges of automated testing

                                  What I would like to see is a breakdown of how many failures fall into which category. And of the above categories, while useful for root cause analysis and eventual fix, for sake of triaging results, and disposition of what to do if hitting such a failure, it seems that whether or not the failure is a true product failure is a HUGE difference from the other three. For the other three, the major r

                                    Test Flakiness - One of the main challenges of automated testing
                                  • Pactflow Contract Testing Platform

                                    Problem with your Pactflow account? We're happy to help.

                                      Pactflow Contract Testing Platform
                                    • Distributed Load Testing on AWS v2.0.0 の紹介

                                      Distributed Load Testing on AWS は、大規模および負荷時のソフトウェアアプリケーションテストを自動化して、リリース前に性能上の潜在的なパフォーマンスの問題を特定することのできるソリューションです。このソリューションは、一定のペースでトランザクションレコードを生成する数多くの接続ユーザーを作成およびシミュレートします。サーバーをプロビジョニングする必要はありません。 更新されたソリューションには、以前に実行したテストのデータを表示する機能が含まれます。データには、テスト設定、テストデータ、および Amazon CloudWatch で視覚化された結果履歴が含まれます。更新には、既存の Amazon Virtual Private Cloud (Amazon VPC) を活用できる機能、および複数のアベイラビリティーゾーンで AWS Fargate タスクを起動す

                                        Distributed Load Testing on AWS v2.0.0 の紹介
                                      • Building a JavaScript Testing Framework

                                        First published on June 2, 2021, updated on September 1, 2023 In the 2000s, when I was a teenager building web apps and browser games, I built most things from scratch with PHP and JavaScript. One reason was that I didn’t want to use any framework or library I didn’t understand, and the other reason was that things I didn’t understand felt like magic. I have since resigned to the fact that I canno

                                          Building a JavaScript Testing Framework
                                        • Goのtestingを理解する in 2018 - iotestサブパッケージ編 #go - My External Storage

                                          この記事は以下の記事で触れなかったtesting/iotestについて触れる。 Goのtestを理解する in 2018 #go TL;DR testing/iotestパッケージ https://golang.org/pkg/testing/iotest/ testing/iotestパッケージはio.Reader/io.Writerのテスト用のラッパーを提供する エッジケースな挙動あるいはエラーを戻すラッパーと入出力をフックするラッパーが定義されている 入出力周りのテストヘルパーを書くときの参考にもなる func DataErrReader(r io.Reader) io.Reader https://golang.org/pkg/testing/iotest/#DataErrReader DataErrReaderはRead(p []byte) (n int, err error)メ

                                            Goのtestingを理解する in 2018 - iotestサブパッケージ編 #go - My External Storage
                                          • Pyramid or Crab? Find a testing strategy that fits  |  Articles  |  web.dev

                                            Let's take a closer look at the strategies and learn the meaning behind their names. Determine testing goals: What do you want to achieve with these tests? Before you can start building a good strategy, figure out your testing goal. When do you consider that your application has been sufficiently tested? Achieving high test coverage is often viewed as the ultimate goal for developers when it comes

                                              Pyramid or Crab? Find a testing strategy that fits  |  Articles  |  web.dev
                                            • 夜開催のiOS Test Onlineを開催します!登壇者募集! - DeNA Testing Blog

                                              SWETグループのKuniwakです。iOSコミュニティの皆様にとってはお久しぶりです! 早速本題ですが、夜開催のiOS Test Onlineを始めます!iOS Test Onlineは、iOS Test NightやiOS Test TeaTimeと同じくiOSアプリのユニットテストやUIテスト、継続的インテグレーション(CI)などiOSアプリのテストにまつわる技術的な発表の場です。 「iOS Test 〜」系勉強会が多すぎる!と思った方向けに説明すると、それぞれのイベントは開催時間帯と開催形態で分かれているだけで発表内容や発表ボリュームは変わりません。 イベント 開催時間帯 開催形態 iOS Test Online 夜 オンライン iOS Test Night 夜 オフライン iOS Test TeaTime 昼 オンライン さて、このiOS Test Onlineについて発表者を募

                                                夜開催のiOS Test Onlineを開催します!登壇者募集! - DeNA Testing Blog
                                              • Testing Web Design Color Contrast  |  Articles  |  web.dev

                                                A higher contrast ratio is scored with a higher number, like 4.5 or 7 instead of 3. To get more familiar with the scoring table, check out Polypane's Contrast Checker. Which of these color pairings do you feel contrast more? Testing contrast between colors So, now that we know what we’re looking for, how do we test this? Here are three free tools to assist you in inspecting, correcting and measuri

                                                  Testing Web Design Color Contrast  |  Articles  |  web.dev
                                                • React Testing For Beginners

                                                  Today, we are going to talk about one of the most underrated parts of development: Testing. We all know testing is really important and a properly tested software product ensures dependability, security, and high performance, which leads to time savings, cost effectiveness, and customer satisfaction. But why do we underestimate testing even though it's not that challenging? "Because it's boring!"

                                                    React Testing For Beginners
                                                  • False positives in reverse transcription PCR testing for SARS-CoV-2

                                                    1 False positives in reverse transcription PCR testing for SARS-CoV-2 Andrew N. Cohen1 *, Bruce Kessel2 1 Center for Research on Aquatic Bioinvasions, Richmond CA, USA 2 Department of Obstetrics, Gynecology and Women’s Health, John A. Burns School of Medicine, University of Hawaii, Honolulu HI, USA * Correspondence: acohen@bioinvasions.com Abstract Background Large-scale testing for SARS-CoV-2 by

                                                    • External endpoints and testing of task states now available in AWS Step Functions | Amazon Web Services

                                                      AWS News Blog External endpoints and testing of task states now available in AWS Step Functions Now AWS Step Functions HTTPS endpoints let you integrate third-party APIs and external services to your workflows. HTTPS endpoints provide a simpler way of making calls to external APIs and integrating with existing SaaS providers, like Stripe for handling payments, GitHub for code collaboration and rep

                                                        External endpoints and testing of task states now available in AWS Step Functions | Amazon Web Services
                                                      • Testing docker CVE scanners. Part 2.5 — Exploiting CVE scanners

                                                        After spending weeks with the CVE scanners, it would be hard to look in the mirror if I had not tried exploiting them! I the 2.5th (eventually because of fixing times the 4th) episode of my trilogy on Docker CVE scanners: Let’s take a look at how secure the scanners are. In this article I’ll focus more on the consequences and design level analysis, if you are interested in the nitty-gritty details

                                                          Testing docker CVE scanners. Part 2.5 — Exploiting CVE scanners
                                                        • Testing push notifications on the iOS simulator

                                                          Testing push notifications in the iOS simulator make adding support for remote notifications much more effortless. You often must iterate a lot to verify that your code is working as expected. After gaining permission to receive push notifications in your app, you can start testing out several notifications. Xcode’s Simulator supports testing both regular and Rich Notifications, depending on the J

                                                            Testing push notifications on the iOS simulator
                                                          • React Testing with react-testing-library

                                                            Hi, first of all I’d like to thank you for all your support for my React Router Testing with Jest and enzyme article that reached over 100+ fans and 600+ claps! It’s been really meaningful to me and motivated me to write new article about testing. So this time I’d like to review the recently popular testing library: react-testing-library by Kent C. Dodds. From its README: The react-testing-library

                                                              React Testing with react-testing-library
                                                            • Tips for testing and debugging SameSite-by-default and “SameSite=None; Secure” cookies

                                                              Tips for testing and debugging SameSite-by-default and “SameSite=None; Secure” cookies (Last updated: Mar 18, 2021) What: An overview of steps you can take to test your site against Chrome’s new SameSite-by-default cookie behavior, and tips for debugging cookie issues that may be related. Who: You should read this if your site provides or depends upon cross-site cookies. Some of these tips will pr

                                                              • Lysxia - Testing higher-order properties with QuickCheck

                                                                I have just released two libraries to enhance QuickCheck for testing higher-order properties: quickcheck-higherorder and test-fun. This is a summary of their purpose and main features. For more details, refer to the README and the implementations of the respective packages. Context This project started from experiments to design laws for the mtl library. What makes a good law? I still don’t know t

                                                                • BlueKeep RCE Exploit Module Added to Penetration Testing Tool

                                                                  HomeNewsSecurityBlueKeep RCE Exploit Module Added to Penetration Testing Tool Security outfit Immunity has included a fully working BlueKeep exploit in their CANVAS automated pentesting utility with the release of version 7.23, on July 23. BlueKeep is a remote code execution (RCE) vulnerability present in the Windows Remote Desktop Protocol (RDP) service which enables remote unauthenticated attack

                                                                    BlueKeep RCE Exploit Module Added to Penetration Testing Tool
                                                                  • Complete Guide to React Hooks Testing | Toptal®

                                                                    Hooks were introduced in React 16.8 in late 2018. They are functions that hook into a functional component and allow us to use state and component features like componentDidUpdate, componentDidMount, and more. This was not possible before. Also, hooks allow us to reuse component and state logic across different components. This was tricky to do before. Therefore, hooks have been a game-changer. In

                                                                      Complete Guide to React Hooks Testing | Toptal®
                                                                    • Online API Testing Tool | Test Your API Online

                                                                      Click File->Save to save your requests for quick access from any device at any time.

                                                                      • GitHub - Testy/TestyTs: ✔️ Modern TypeScript testing framework.

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - Testy/TestyTs: ✔️ Modern TypeScript testing framework.
                                                                        • 【書き起こし】Frontend Testing: Cypress as a Testing Platform – Wilson Lau【Merpay Tech Fest 2021】 | メルカリエンジニアリング

                                                                          【書き起こし】Frontend Testing: Cypress as a Testing Platform – Wilson Lau【Merpay Tech Fest 2021】 Merpay Tech Fest 2021は、事業との関わりから技術への興味を深め、プロダクトやサービスを支えるエンジニアリングを知れるお祭りで、2021年7月26日(月)からの5日間、開催しました。セッションでは、事業を支える組織・技術・課題などへの試行錯誤やアプローチを紹介していきました。 この記事は、「プラットフォームとして、Cypresssを利用したフロントエンドのテスト」の書き起こしです。 Wilson Lau氏:「Merpay Tech Fest 2021」へ、ようこそ。Wilsonと申します。プラットフォームとして、Cypresssを利用したフロントエンドのテストについてご紹介します。 私は、20

                                                                            【書き起こし】Frontend Testing: Cypress as a Testing Platform – Wilson Lau【Merpay Tech Fest 2021】 | メルカリエンジニアリング
                                                                          • 書籍 - JP Testing Treatment Interactive

                                                                            This page is about the book, Testing Treatments. You can read online in full text, download a PDF or listen to the audio book.

                                                                              書籍 - JP Testing Treatment Interactive
                                                                            • パブリックプレビューになった Microsoft Playwright Testing を使って Playwright テストを並列実行してみた | DevelopersIO

                                                                              パブリックプレビューになった Microsoft Playwright Testing を使って Playwright テストを並列実行してみた いわさです。 Web E2E テストを行うためのフレームワークには様々なものが存在しますが、その中のひとつに Microsoft が開発した Playwright というものがあります。 Playwright は Chromium、Firefox、WebKit のレンダリングエンジンをサポートしており、クロスプラットフォーム環境で使用することが出来ます。 Playwright のテストランナーは並列ワーカーの実行をサポートしており、大規模な E2E テストを CI/CD の中で実行する場合でも効率的に実行することが出来ます。 しかし、並列ワーカーを増やしたとしても CI/CD ワーカーのコア数など限度があり、テスト対象のブラウザやオペレーティング

                                                                                パブリックプレビューになった Microsoft Playwright Testing を使って Playwright テストを並列実行してみた | DevelopersIO
                                                                              • Testing Stimulus

                                                                                Since the official Stimulus handbook doesn't include testing, and I recently had to cover a Stimulus controller with tests, I'd like to share my approach. Install dependencies The first step is installing the required npm packages to make this work. yarn add --dev jest yarn add --dev babel-jest babel-preset-es2015 yarn add --dev mutationobserver-shim We're going to use Jest for testing; Babel pack

                                                                                • Ruby Princess logged 158 cases of illness before passengers disembarked without coronavirus testing

                                                                                  ‘With the benefit of what we now know ... I’d say yeah, maybe we should hold them on the ship,’ NSW health minister Brad Hazzard said of the decision to let thousands of passengers who had been in contact with coronavirus cases disembark. Photograph: James D Morgan/Getty Images ‘With the benefit of what we now know ... I’d say yeah, maybe we should hold them on the ship,’ NSW health minister Brad

                                                                                    Ruby Princess logged 158 cases of illness before passengers disembarked without coronavirus testing