並び順

ブックマーク数

期間指定

  • から
  • まで

481 - 520 件 / 547件

新着順 人気順

testingの検索結果481 - 520 件 / 547件

  • Testing Your Code in Golang

    Writing tests for a software application before moving it into production is an essential last step in the software delivery system. However, it is expedient that you know how to write highly maintainable unit tests if you are working with production-ready software up close. Tests reduce the possibility of producing software with bugs and vulnerabilities and making users happy. This article will d

      Testing Your Code in Golang
    • How GitHub reduced testing time for iOS apps with new runner features

      GitHub Actions GitHub for iOS The GitHub iOS and GitHub Actions macOS runner teams are integral parts of each other’s development inner loop. Each team partners on testing new runner images and hardware long before the features land in the hands of developers. GitHub Actions has been working hard at bringing the latest Mac hardware to the community. Apple silicon (M1) macOS runners are available f

        How GitHub reduced testing time for iOS apps with new runner features
      • Visual Regression Testing

        Image Source: Visual Regression Testing Tools“When we talk about visual regression testing, we are concerned with preventing unintentional changes to our application’s visuals. If we change the styles of a Button component, how can we be sure that we haven’t messed up the styles of our ButtonGroup?” Regression testing, in general, is validating that the changes we introduce to our source code do n

          Visual Regression Testing
        • GitHub Actionsを利用したE2E自動化テストの実現 ~ Achieving E2E Automated Testing with GitHub Actions ~ 利用GitHub Actions实现E2E自动化测试 - スタディサプリ Product Team Blog

          こんにちは。スタディサプリのQAチームです。 今回のBlogではスタディサプリで実施している自動化テストの一部の取り組みについて紹介させていただきます。 なお、スタディサプリQAチームの特性を活かし、本記事については日英中3言語で記載します。より多くのオーディエンスに読んで頂ければ嬉しいです。 自動化する動機 まず、なぜ自動化テストを導入するのでしょうか。 1. 新規機能が追加される度に、既存機能への影響を確認するための回帰テストをしなければなりません。 2. 繰り返し同じテストを手動実行することにより、テストコストが増加します。 3. 人間が実施すると、人為的ミスによる不具合の検出漏れが発生してしまう可能性が否定できません。 そのため、品質を担保した上でより早くリリースすることを目的とし自動化を導入しました。 現在の開発およびテストフロー QAが回帰テストの自動化テストスクリプトをGit

            GitHub Actionsを利用したE2E自動化テストの実現 ~ Achieving E2E Automated Testing with GitHub Actions ~ 利用GitHub Actions实现E2E自动化测试 - スタディサプリ Product Team Blog
          • AWS Step Functions adds mocking support for testing workflows locally

            AWS Step Functions Local, a runtime for debugging and testing state machine based workflows locally, is now designed to support mocking for service integrations, allowing you to run state machines without the need to call downstream services. AWS Step Functions is a visual workflow service capable of orchestrating over 9,000 API actions from over 200 AWS services. Step Functions Local is a downloa

              AWS Step Functions adds mocking support for testing workflows locally
            • Testing · Get Started with Nuxt

              Nuxt offers first-class support for end-to-end and unit testing of your Nuxt application via @nuxt/test-utils, a library of test utilities and configuration that currently powers the tests we use on Nuxt itself and tests throughout the module ecosystem. InstallationIn order to allow you to manage your other testing dependencies, @nuxt/test-utils ships with various optional peer dependencies. For e

                Testing · Get Started with Nuxt
              • Unit Testing React without Jest

                Unit Testing React without Jest Jest is clearly a polished testing tool, but with the advent of Node.js 18, we really don't need it any more. Jest also has a huge surface area, is perhaps inexorably linked to Webpack, and needs its own binary—you can't just "run the tests" as a script. So it has some modern challenges. This blog post will teach you how to set up your code, rather than provide an a

                  Unit Testing React without Jest
                • Testing Library Recorder

                  Testing Library Extension for Chrome DevTools Recorder Export tests from the DevTools Recorder panel to Testing Library test scripts using Jest. Open a recording and click export to use the Testing Library script option.

                    Testing Library Recorder
                  • Testing in Production: the hard parts

                    Author’s Note: Thanks, as ever, to Fred Hebert, for reading a draft of this post and making some sterling suggestions. This is the third installment in my series on testing distributed systems. The posts in this series are the following: Testing Microservices, the sane way (published December 2017) Testing in Production, the safe way (published March 2018) Testing in Production: the hard parts (pu

                      Testing in Production: the hard parts
                    • Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2) — Smashing Magazine

                      After analyzing CSS and its weaknesses, and management giving a green light to the refactoring project, it’s time to get to work. A team needs to agree on the internal code standards and best practices, plan out the refactoring strategy, and outline individual tasks. We need to set up a visual regression testing suite, and a maintenance plan to enforce the new standards and best practices in the f

                        Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2) — Smashing Magazine
                      • The Complete Guide to Rails Testing - Code with Jason

                        The Complete Guide to Rails Testing If you've tried to learn Rails testing, maybe you've been stuck on these common testing questions... "What should I write tests for?" You know you should be testing but you're not sure exactly what to test. The advice you've read doesn't seem to apply when the rubber meets the road. How can I make testing a habitual part of my development workflow? Maybe you con

                          The Complete Guide to Rails Testing - Code with Jason
                        • Improved Cloudflare Workers testing via Vitest and workerd

                          Improved Cloudflare Workers testing via Vitest and workerd03/15/2024 This post is also available in Español. Today, we’re excited to announce a new Workers Vitest integration - allowing you to write unit and integration tests via the popular testing framework, Vitest, that execute directly in our runtime, workerd! This integration provides you with the ability to test anything related to your Work

                            Improved Cloudflare Workers testing via Vitest and workerd
                          • JSTQB FL 幻のテスト技法「ユースケーステスト」を学ぶ / Use_case_testing

                            WACATE 2023 Winterでのセッション資料です。 参考文献 ・ユースケース駆動開発実践ガイド . 翔泳社 , 2007 . ・ISTQBテスト技術者資格制度 Advanced Level シラバス 日本語版 テストアナリスト Version 3.1.1.J03 ・第97回: ユースケーステスト(前編) - Kouichi Akiyama - note ・第98回: ユースケーステスト(後編) - Kouichi Akiyama - note ・ASTERセミナー標準テキスト[Ver3.1.1] ・シナリオテストについて考えてみる

                              JSTQB FL 幻のテスト技法「ユースケーステスト」を学ぶ / Use_case_testing
                            • Unityプロジェクト向けオートパイロットフレームワークの作りかた - DeNA Testing Blog

                              SWETグループの長谷川(@nowsprinting)です。 開発者自身の手によるUnityプロジェクトの品質向上にはさまざまなアプローチがあります。 当ブログでもこれまでに、 ユニットテスト や 静的解析 といった、コーディング段階でC#コードの品質(特に内部品質)を高めるアプローチを紹介してきました。 本記事では少し目線を変えて、ゲームがほぼ組み上がった状態でのゲームプレイを自動化する、オートパイロットによる検証アプローチを紹介します。 オートパイロットによる検証の位置付けと目的 ゲームが組み上がった状態とは、ゲームを構成するC#コードや3Dモデルなどのアセットファイルを組み合わせた、結合度の高い状態を指します。 結合度を突き詰めると、IL2CPPビルドしてスタンドアロンプレイヤー(モバイル端末やコンソール機)で実施するテストになりますが、今回は結合度を上げすぎず、実行環境はUnity

                                Unityプロジェクト向けオートパイロットフレームワークの作りかた - DeNA Testing Blog
                              • Host Cell Protein Testing Market to Grow at Significant CAGR of 5.7% from 2021 to 2027 - Report by Market Research Future (MRFR)

                                Host Cell Protein Testing Market to Grow at Significant CAGR of 5.7% from 2021 to 2027 - Report by Market Research Future (MRFR) Host Cell Protein Testing Market Research Insights and Industry Analysis by Type (PCR-based Assays, ELISA-based Assays), by End User (CROs, Biopharmaceutical Companies), by and Region (North America, Europe, Asia-Pacific, and Rest of the World) - Size, Share, Trends, and

                                  Host Cell Protein Testing Market to Grow at Significant CAGR of 5.7% from 2021 to 2027 - Report by Market Research Future (MRFR)
                                • Load test your applications in a CI/CD pipeline using CDK pipelines and AWS Distributed Load Testing Solution | Amazon Web Services

                                  AWS DevOps Blog Load test your applications in a CI/CD pipeline using CDK pipelines and AWS Distributed Load Testing Solution Load testing is a foundational pillar of building resilient applications. Today, load testing practices across many organizations are often based on desktop tools, where someone must manually run the performance tests and validate the results before a software release can b

                                    Load test your applications in a CI/CD pipeline using CDK pipelines and AWS Distributed Load Testing Solution | Amazon Web Services
                                  • No module named 'numpy.testing.decorators' が出てプログラム実行できない

                                    質問をすることでしか得られない、回答やアドバイスがある。15分調べてもわからないことは、質問しよう!新規登録して質問してみよう

                                      No module named 'numpy.testing.decorators' が出てプログラム実行できない
                                    • Testing HTML With Modern CSS: HeydonWorks

                                      7th April 2024A long time ago, I wrote a reasonably popular bit of open source code called REVENGE.CSS (the caps are intentional). You should know upfront, this hasn’t been maintained for years and if I ever did get round to maintaining it, it would only be to add the “No Maintenance Intended” badge. Alas, that would technically count as maintenance. Anyway, I was recently reminded of its existenc

                                      • Firebase CLI の環境設定、Firestore Security Rules の書き方と Unit testing | ポートフォリオと日々の記録

                                        最終更新日:2020-09-23 参考にした記事・書籍や動画、記事執筆の背景 今回の Firestore Security Rules の解説を中心とした執筆内容は、下記の記事、書籍や動画を大いに参考にさせて頂きました。 【公式】Firebase CLI リファレンス 【YouTube】moga さんの YouTube 動画 【Youtube】Firebase 公式の YouTube チャンネル 【ブログ】su-tech blog 【書籍】実践 Firestore(技術の泉シリーズ) そして、私が Flutter や Firebase に興味をもち、個人開発を始めたのは、YouTube チャンネル「KBOYのFlutter大学」と、そのオンラインサロンへの参加がきっかけです。 私にそのような学習のきっかけを与えてくれ、有益な情報をオープンにして発信して下さっている、上記のような開発者・クリ

                                          Firebase CLI の環境設定、Firestore Security Rules の書き方と Unit testing | ポートフォリオと日々の記録
                                        • 【Laravel】.env.testingの使用方法と注意点 - Qiita

                                          LaravelでPHPUnitを使うときにテスト用の`.env`を設定するのにハマったので記事にしました。 環境 Docker 19.03.8 PHP 7.3.16 Laravel 6.18.3 .env.testingの設定方法 本番DBを汚さないようにPHPUnitを実行する時のみテスト用のDBを使うようなことはよくあると思います。 その方法の一つとして.env.testingを作成し、phpunitにその設定値を読み込ませるやり方があります。 .env.exampleをコピーして.env.testingを作成し、以下の箇所を変更します。 APP_ENV=testing // testingに変更 APP_KEY= // 空にしておく // 接続したいDBの情報を設定する DB_CONNECTION=mysql DB_HOST=db DB_PORT=3306 DB_DATABASE=t

                                            【Laravel】.env.testingの使用方法と注意点 - Qiita
                                          • GitHub - stepful/cyperful: Interactive system testing UI for capybara

                                            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 - stepful/cyperful: Interactive system testing UI for capybara
                                            • At Home Testing for the TOEFL iBT Test

                                              &nbsp;</p>\r\n<p style=\"text-align: center;\"><span class=\"heading1\">TOEFL iBT<sup>®</sup>&nbsp;Test</span></p>\r\n<p style=\"text-align: center;\"><span class=\"heading2\">The premier test of academic English communication</span></p>\r\n<p style=\"text-align: center;\"><b>Learn more by selecting any step in your TOEFL iBT<sup>®</sup>&nbsp;journey.</b></p>\r\n<p style=\"text-align: center; heig

                                              • The suite life of testing - Discover - Apple Developer

                                                Create stronger test suites with the latest updates in XCTest and Xcode and track down bugs before they make trouble. Great tests can capture behaviors you might have missed in development, allowing you to triage failures in a controlled environment before your app reaches the public. Whether you're testing your app's UI or you're simply trying to pinpoint your product issues, discover how to get

                                                  The suite life of testing - Discover - Apple Developer
                                                • API scenario testing tool with plugin package

                                                  API scenario testing tool with plugin package Go Conference 2019 Autumn

                                                    API scenario testing tool with plugin package
                                                  • Visual Testing | Cypress Documentation

                                                    📢   v13.0.0 - Replay your tests as they occurred in your CI run and debug with confidence using Test Replay in Cypress Cloud! 🎉

                                                      Visual Testing | Cypress Documentation
                                                    • GitHub - kubeshop/tracetest: 🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.

                                                      Tracetest lets you build integration and end-to-end tests 98% faster with distributed traces. No plumbing, no mocks, no fakes. Test against real data. You can: Assert against both the response and trace data at every point of a request transaction. Assert on the timing of trace spans. Eg. A database span executes within 100ms. Wildcard assertions across common types of activities. Eg. All gRPC ret

                                                        GitHub - kubeshop/tracetest: 🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.
                                                      • Random notes around service workers development and testing

                                                        Hey! Here are a few random tips and tricks I learned through the years around service workers development and testing. Helpful service worker resources Introduction to Service Worker - Google's introduction to service workers. It's a great starting point if you know nothing about service workers. Now THAT’S What I Call Service Worker! - Jeremy Wagner breaks down the performance improvements obtain

                                                          Random notes around service workers development and testing
                                                        • Testing EC2 Image Builder pipelines using Chef InSpec | Amazon Web Services

                                                          AWS Compute Blog Testing EC2 Image Builder pipelines using Chef InSpec This post was written by Anoop Rachamadugu – AWS Cloud Architect. The EC2 Image Builder service helps users to build and maintain server images to use with Amazon EC2 and on-premises using automated build pipelines. As new images are created by the pipelines, you can configure automated tests to validate the image, before distr

                                                            Testing EC2 Image Builder pipelines using Chef InSpec | Amazon Web Services
                                                          • Autonomous testing of services at scale

                                                            The components of an integration test. The testing infrastructure provides the foundation on top of which engineers write their tests, and the execution platform for running them. Enabling developers to prototype, test, and iterate on new features quickly is important to Facebook’s success. To do this effectively, it’s key to have a stable infrastructure that doesn’t introduce unnecessary friction

                                                              Autonomous testing of services at scale
                                                            • Deno 1.36: More flexible security and expanded testing APIs

                                                              Read on to learn more about the latest features and fixes available in Deno 1.36! Deno 1.36 at a glance 🔐 More flexible security options for Deno programs Secure your programs at runtime with --deny-* flags, which enable you to configure deny lists for domains, file paths, and other resources to which access should be restricted. 🧪 Expanded options for testing and benchmarking New test result fo

                                                                Deno 1.36: More flexible security and expanded testing APIs
                                                              • Comparing the best Node.js unit testing frameworks - LogRocket Blog

                                                                Jeremy Kithome Software developer. #MUFC to infinity and beyond! Fortune favors the bold. From tomato farmer to API farmer. Editor’s note: This comparison of Node.js unit testing frameworks was last updated on 3 July 2023 to include the most recent survey data, and other popular testing frameworks, such as Supertest and Webdriver. In this Node.js unit testing guide, I’ll provide some reasons why y

                                                                  Comparing the best Node.js unit testing frameworks - LogRocket Blog
                                                                • Coronavirus Testing Criteria and Numbers by Country - Worldometer

                                                                  * as of March 1. On March 2, the "Total tested" figure was removed from CDC's website. As of February 26, 2020 UK: 7,132 concluded tests, of which 13 positive (0.2% positivity rate). [source] Italy: 9,462 tests, of which 470 positive, awaiting results: unknown (at least 5.0% positivity rate). [source] France: 762 tests, of which 17 positive, 179 awaiting results (at least 2.2% positivity rate). [s

                                                                    Coronavirus Testing Criteria and Numbers by Country - Worldometer
                                                                  • Testing · Get Started with Nuxt

                                                                    Nuxt offers first-class support for end-to-end and unit testing of your Nuxt application via @nuxt/test-utils, a library of test utilities and configuration that currently powers the tests we use on Nuxt itself and tests throughout the module ecosystem. InstallationIn order to allow you to manage your other testing dependencies, @nuxt/test-utils ships with various optional peer dependencies. For e

                                                                      Testing · Get Started with Nuxt
                                                                    • 「swift-testingはじめました」 Quick/Nimbleからの置き換えの最初の一歩

                                                                      potatotips#88での登壇資料になります。 WWDC2024で「swift-testing」に関するセッションが公開されていた経緯や、同僚が個人開発で利用していた事から関心を持ち、自分が携わるiOSプロジェクト内でも導入してみる前段の調査内容をまとめた資料になります。 自分もこれまで…

                                                                        「swift-testingはじめました」 Quick/Nimbleからの置き換えの最初の一歩
                                                                      • Supercharge Testing React Applications With Wallaby.js — Smashing Magazine

                                                                        About The AuthorKelvin is an independent software maker currently building Sailscasts — a platform to learn server-side JavaScript. He is also a technical writer and … More about Kelvin ↬ Ever had to switch your focus from your editor and to your terminal to see the results of your tests? This article will introduce you to Wallaby.js — a JavaScript productivity tool that supercharges your IDE by a

                                                                          Supercharge Testing React Applications With Wallaby.js — Smashing Magazine
                                                                        • UK coronavirus home testing to be made available to millions

                                                                          A medical biologist handles a swab to test a patient for coronavirus. Photograph: Ian Langsdon/EPA

                                                                            UK coronavirus home testing to be made available to millions
                                                                          • Rust vs. Go: Effective Unit Testing - Qiita

                                                                            Retail AI Adventurers Advent Calendar 2023 の投稿です。 Retail AI は、トライアルカンパニー を軸とした小売におけるお客様の買い物体験の向上を目指す企業です。 この投稿では、本業(SRE)のかたわらで取り組む Backend Tech Stack について書きます。 題材は、「Rust 初心者として、Standard な Test Code の実装方法」についてです。 Rust における Test Code の書き方と Go で一般的な Table Driven Tests1 を使った Test Code について書きます。 tl;dr Rust でも Go と同じような Table Driven Tests1 を実装できます。 Rust では、compile 時に型チェックを行うため、Test Case の設計もより厳密になります。 R

                                                                              Rust vs. Go: Effective Unit Testing - Qiita
                                                                            • Trace-Based Testing with OpenTelemetry: Meet Open Source Malabi

                                                                              If you deal with distributed applications at scale, you probably use tracing. And if you use tracing data, you already realize its crucial role in understanding your system and the relationships between system components, as many software issues are caused by failed interactions between these components. Most of you reading this article are well aware of how powerful tracing is, but here’s the thi

                                                                                Trace-Based Testing with OpenTelemetry: Meet Open Source Malabi
                                                                              • Introduction to Property Based Testing

                                                                                Another test philosophy introduced by QuickCheck Property based testing has become quite famous in the functional world. Mainly introduced by QuickCheck framework in Haskell, it suggests another way to test software. It targets all the scope covered by example based testing: from unit tests to integration tests. In order to introduce property based testing, this article will use fast-check — a pro

                                                                                  Introduction to Property Based Testing
                                                                                • Coronavirus Testing Needs to Triple Before the U.S. Can Reopen, Experts Say (Published 2020)

                                                                                  An average of 146,000 people per day have been tested for the coronavirus nationally so far this month, according to the COVID Tracking Project, which on Friday reported 3.6 million total tests across the country. To reopen the United States by mid-May, the number of tests performed every day should be 500,000 to 700,000, according to the Harvard estimates, which is a daily minimum of about 152 te

                                                                                    Coronavirus Testing Needs to Triple Before the U.S. Can Reopen, Experts Say (Published 2020)