並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 547件

新着順 人気順

testingの検索結果241 - 280 件 / 547件

  • Appleの公式ドキュメント「Testing Your Apps in Xcode」の紹介|tarappo

    今回はその中から「Testing Your Apps in Xcode」について紹介したいと思います。 この公式ドキュメントの内容としては次のような感じです。 - Overview - Write a Unit Test - Write an Integration Test - Write a UI Test - Write a Performance Test 本稿では、これらの内容について書かれている内容を少し紹介しつつ、私からの補足情報を追加していきます。 OverviewここではXCTestフレームワークで利用できる4つのテストについて、そしてそれらのテストをどのように活用するとよいかについてテストピラミッドを見せつつかんたんに説明をしています。 良いテスト戦略を考える上では、これらのテストをうまく組み合わせて利用していくのが良いです。 そこで、自動テストの話題になるとよく出てく

      Appleの公式ドキュメント「Testing Your Apps in Xcode」の紹介|tarappo
    • ソフトウェアテスト 2022 / Software Testing 2022

      サイボウズの開発運用研修で使用した資料です。

        ソフトウェアテスト 2022 / Software Testing 2022
      • APIシナリオテストツールとしてのrunn / 4 API testing tools

        APIテストツール4選!開発者が語る各ツールの特徴と魅力 https://trident-qa.connpass.com/event/299308/ このセッションではAPIシナリオテストツールとしてrunnで何ができるのかを紹介します。 また、runnの開発者として「runnがどのような設計思想で開発されているのか」「runnはどのようなAPIテストに向いていてどのようなAPIテストに向いていないのか」など直球で紹介できればと思います。

          APIシナリオテストツールとしてのrunn / 4 API testing tools
        • xUnit Test Patternsから学ぶテストアンチパターン / testing anti-pattern learned in xUnit test pattern

          https://docs.google.com/presentation/d/1SEYB7EA0uw0ARGfiC3pkY9m4KFw0m8Myng3Fc29cFvU/edit?usp=sharing

            xUnit Test Patternsから学ぶテストアンチパターン / testing anti-pattern learned in xUnit test pattern
          • Debian: 任意のtesting/unstableパッケージのみをinstallする方法(システム全体はstableを維持)

            Debian: 任意のtesting/unstableパッケージのみをinstallする方法(システム全体はstableを維持) by nao · 公開済み 2019年3月9日 · 更新済み 2020年12月25日 前書き Debianパッケージは、基本的な使い方をしていれば、安定版(stable)がシステムにinstallされます。しかし、「使用したいパッケージがstableにない場合」や「より新しいパッケージを使いたい場合」、システムにtesting/unstableパッケージを導入する必要性がでてきます。 この際、システム全体をtesting/unstableに変更したくない人は、多いと思います。その理由の一つは、パッケージが期待よりテストされていなかった場合、downgrade作業を実施しなければならないからです。最悪のケースは、testing/unstableから元々の環境(st

              Debian: 任意のtesting/unstableパッケージのみをinstallする方法(システム全体はstableを維持)
            • Ractorを用いたproperty based testingの並列実行についてRubyKaigi 2024で発表しました - valid,invalid

              表題の通りRactorを用いたproperty based testingの並列実行についてRubyKaigi 2024で発表してきました。かつスピーカーとしての参加は初めてで、いろいろ稀有な体験ができて総合的にはめちゃくちゃ楽しかった。 発表内容について "Unlocking Potential of Property Based Testing with Ractor"という題で、property based testing(以下PBT)において発生する小さくて大量のタスクをRactorで並列実行させるというアイデアと仮説検証の結果を報告しました。 日本語のテキストで概要を知りたい方はTechouse社の記事をご参照ください。登壇者の自分が発信したどのテキストよりも丁寧にわかりやすくまとめてくださってます。この場を借りて感謝いたします! developers.techouse.com

                Ractorを用いたproperty based testingの並列実行についてRubyKaigi 2024で発表しました - valid,invalid
              • Automated Testing in Machine Learning Projects [Best Practices for MLOps]

                Case studyHow Brainly avoids workflow bottlenecks with automated tracking Case studyHow Neptune gave Waabi organization-wide visibility on experiment data

                  Automated Testing in Machine Learning Projects [Best Practices for MLOps]
                • Janet Gregory さんの Agile Testing for the Whole Team 研修 に参加した - こまぶろ

                  ※以下の記事は研修の内容を伝えることを意図したものではなく個人的な感想と学んだことを記載したものです。 Agile Testing for the Whole Team 研修 3/1~3/3の3日間で、アギレルゴコンサルティング主催のオンライン研修「Agile Testing for the Whole Team」に参加してきた。 www.jp.agilergo.com 講師は Janet Gregory(@janetgregoryca) さん。『実践アジャイルテスト』の著者の一人で、最近では『Agile Testing Condensed』という書籍も執筆している(こちらについても既にブロッコリーさん(id:nihonbuson) による邦訳がある)。 実践アジャイルテスト: テスターとアジャイルチームのための実践ガイド 作者:リサ クリスピン,ジャネット グレゴリー翔泳社Amazon

                    Janet Gregory さんの Agile Testing for the Whole Team 研修 に参加した - こまぶろ
                  • Effective testing for machine learning systems.

                    Working as a core maintainer for PyTorch Lightning, I've grown a strong appreciation for the value of tests in software development. As I've been spinning up a new project at work, I've been spending a fair amount of time thinking about how we should test machine learning systems. A couple weeks ago, one of my coworkers sent me a fascinating paper on the topic which inspired me to dig in, collect

                      Effective testing for machine learning systems.
                    • React Testing Library の使い方 - Adwaysエンジニアブログ

                      こんにちは。Testing Library を布教したいマンの梅津です。 以前書いた記事で実装の詳細をテストすることの弊害と React Testing Library による解決方法を Kent から学びました。 blog.engineer.adways.net 今回はその React Testing Library の簡単な使い方を紹介したいと思います。 Testing Library には Vue Testing Library や Angular Testing Library などもあるので、普段 React を触っていない人も是非目を通してみてください! testing-library.com サンプルとして次のようなコンポーネントを用意しました。 あまり意味のない処理も入っていますが、気にせずテストを書いていきましょう。 import React, { ChangeEvent

                        React Testing Library の使い方 - Adwaysエンジニアブログ
                      • GitHub - usebruno/bruno: Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)

                        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 - usebruno/bruno: Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
                        • Golden TestではじめるGoのAPI ServerのRegression Test - DeNA Testing Blog

                          はじめに 昨年(2019年)の11月にSWETチームへJoinした伊藤(@akito0107)です。 SWETチームでは主にGoのサービスに対するテスト実装のサポートや品質向上の取り組みを行っています。 この記事では、GoのAPI ServerのRegression Testについて、その目的と低コストに始められるGolden Files を使ったテスト手法をサンプルのコードを交えながら紹介しようと思います。 API ServerのRegression Test Goに限らず、サービスの成長に伴い常に変更が入るようなシステムだと、過去に実装したアーキテクチャが現在の仕様に適さなくなるといったケースも多くあると思います。 そういった場合、Refactoring、Rearchitectingなどを行い、より理想の形へソースコードやアーキテクチャを進化させていきます。その際に重要なのが、 過去の

                            Golden TestではじめるGoのAPI ServerのRegression Test - DeNA Testing Blog
                          • Win Testing Trophy Easily / テスティングトロフィーを獲得する / PHPerKaigi 2023

                            https://fortee.jp/phperkaigi-2023/proposal/90c0d39b-108b-4104-b93e-f7e0711003c6

                              Win Testing Trophy Easily / テスティングトロフィーを獲得する / PHPerKaigi 2023
                            • Front-End Testing is For Everyone | CSS-Tricks

                              Testing is one of those things that you either get super excited about or kinda close your eyes and walk away. Whichever camp you fall into, I’m here to tell you that front-end testing is for everyone. In fact, there are many types of tests and perhaps that is where some of the initial fear or confusion comes from. I’m going to cover the most popular and widely used types of tests in this article.

                                Front-End Testing is For Everyone | CSS-Tricks
                              • COVID-19 testing - Wikipedia

                                1.1.1Reverse transcription polymerase chain reaction (RT-PCR) test

                                  COVID-19 testing - Wikipedia
                                • Go でやる mutation testing ~テストの品質を評価しよう~ - Qiita

                                  Mutation testing とは テストの品質を評価する手法の一つ テスト対象のプログラムの一部を機械的に書き換えたときに、テストが失敗させられるかを確認する手法 大まかな流れは以下の通りです。 プログラムを一部改変 改変されたプログラムのことを "mutant" と呼びます 1.で改変した状態でテストを実施 テストが失敗するかどうかをチェック いずれかのテストが失敗するなら、 テストが十分であるとし、OKとします 全てのテストが成功するなら、テストが不十分であるとし、NGとします このプロセスをたくさん実行し、いろいろなプログラムの改変("mutant")を試してその結果のOKの割合が高いほうが質の高いテストであると判断します。1 テストが失敗する場合に、mutation testingとしてはOKとなります。ややこしいので、この記事では以下のように表現することとします。 テストが

                                    Go でやる mutation testing ~テストの品質を評価しよう~ - Qiita
                                  • 週刊Railsウォッチ: Turbo Nativeアプリ、書籍『Everyday Rails Testing with RSpec』新版執筆開始ほか(20240227後編)|TechRacho by BPS株式会社

                                    週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Rails 🔗 Solid QueueをDocker開発とHerokuで利用する(Ruby Weeklyより) 元記事: Using Solid Que

                                      週刊Railsウォッチ: Turbo Nativeアプリ、書籍『Everyday Rails Testing with RSpec』新版執筆開始ほか(20240227後編)|TechRacho by BPS株式会社
                                    • 2023-06-24 DOMのテストがどんどん書きたくなるTesting Libraryの世界への招待 (#phpconfuk)

                                      2023-06-24 DOMのテストがどんどん書きたくなるTesting Libraryの世界への招待 (#phpconfuk)

                                        2023-06-24 DOMのテストがどんどん書きたくなるTesting Libraryの世界への招待 (#phpconfuk)
                                      • Azure Load Testingを使って、GitHub Actionsで負荷テストをおこなってみた | DevelopersIO

                                        Azure Load Testingを使って、GitHub Actionsで負荷テストをおこなってみた いわさです。 本記事はQiita Azure Advent Calendar 2021 10日目の記事です。 re:Invent2021の最中、Azureではなかなか熱いサービス「Azure Load Testing」がプレビューで登場しましたよ。 一言でいうとAzureフルマネージドなJMeterサービスです。 本日はこちらを触ってみたのと、マネージドサービスということもあってCI/CDワークフローに簡単に組み込めるようになったので、本日はGitHub Actionsで実行してみました。 本サービスは、本日時点でパブリックプレビューです。今後仕様が変わる可能性があります。 Azure Load Testingとは Azureでホストされる、マネージドな負荷テストサービスです。 Apac

                                          Azure Load Testingを使って、GitHub Actionsで負荷テストをおこなってみた | DevelopersIO
                                        • JestとReact Testing Libraryで学ぶReactアプリのテスト入門:基礎から応用まで - deve.K's Programming Primer - プログラミング初心者のための入門ブログ

                                          今回は、JavaScriptのテストフレームワークとコンポーネントをテストするためのReactユーティリティの組み合わせとして人気の高い、JestとReact Testing Libraryを使ってReactアプリケーションをテストする方法について説明します。 テストとは ユニットテストと結合テスト テストカバレッジで省略すべきもの Jestとは? React Testing Library(RTL)とは? ユニットテストの構築 結合テストの構築 JestとRTLのモック スナップショットのテスト 最後に テストとは テストは、アプリケーションとやり取りして、そのすべての機能と機能が意図したとおりに動作することを確認する行為またはプロセスです。 また一般に、「手動テスト」と「自動テスト」の2種類のテストがあります。 ・ 手動テスト: 手動テストは、テストを人間が手動で実行する手法です。 手

                                            JestとReact Testing Libraryで学ぶReactアプリのテスト入門:基礎から応用まで - deve.K's Programming Primer - プログラミング初心者のための入門ブログ
                                          • GitHub - aws-samples/aws-serverless-airline-booking: Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the t

                                            Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019. License

                                              GitHub - aws-samples/aws-serverless-airline-booking: Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the t
                                            • クラウド上のモバイル端末・シミュレータを活用した大規模並列テスト / Large Parallel Testing with Real Devices or Simulators on Cloud

                                              AWS Device Farm やコンテナ化した Android Emulator をクラウド上で複数起動し、並列に自動テストを実行するノウハウと経験則をお話します。また、この自動テストではテストシナリオの保守コストを下げるためにシナリオを必要としないテストエージェントを活用しています。この種のテストエージェントによって、クラッシュやメモリリーク、パフォーマンスイシューを自動で見つける方法を解説します。 システムテスト自動化カンファレンス2019 https://testautomationresearch.connpass.com/event/144768/

                                                クラウド上のモバイル端末・シミュレータを活用した大規模並列テスト / Large Parallel Testing with Real Devices or Simulators on Cloud
                                              • Introduction to API Testing Automation by Postman

                                                ソフトウェアテスト自動化カンファレンス2021 https://testautomationresearch.connpass.com/event/228204/

                                                  Introduction to API Testing Automation by Postman
                                                • Testing on the Toilet: Tests Too DRY? Make Them DAMP!

                                                  I get what the author is going for here, but I don't totally agree with them. I think the easiest and cleanest approach is to move the list of users out of set up and into the test (as the author recommends), but personally I would keep the loops and reorganize the code a bit to make it easier to read, so kind of like a DRY DAMP approach? pseudo code: def register_list_of_users(user_list): to_retu

                                                    Testing on the Toilet: Tests Too DRY? Make Them DAMP!
                                                  • GitHub - PostHog/posthog: 🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

                                                    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 - PostHog/posthog: 🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
                                                    • GitHub - ianarawjo/ChainForge: An open-source visual programming environment for battle-testing prompts to LLMs.

                                                      An open-source visual programming environment for battle-testing prompts to LLMs. ChainForge is a data flow prompt engineering environment for analyzing and evaluating LLM responses. It is geared towards early-stage, quick-and-dirty exploration of prompts, chat responses, and response quality that goes beyond ad-hoc chatting with individual LLMs. With ChainForge, you can: Query multiple LLMs at on

                                                        GitHub - ianarawjo/ChainForge: An open-source visual programming environment for battle-testing prompts to LLMs.
                                                      • フロントエンドUT文化の根付かせ方とReact Testing LibraryのTips|s___n

                                                        はじめまして、スペースマーケットでフロントエンドエンジニアをやっている成原です。 趣味は筋トレ。 好きなトレーニングはインクライン・トライセップス・エクステンション。 リモート勤務になりジムにも行けなくなったので、自宅にトレーニング環境を構築し、現在高ボリュームの全身法でトレーニングしています。 (40kgのダンベル×2と60/70/80kgのハンドグリップ) というわけで、本日はスペースマーケットにおけるフロントエンドUTへの取り組みを話します。 UT文化をどのように根付かせてゆこうとしているのか 入社当初、フロントエンドUT実務経験者は、自分のみな状況でした。 この状況でUT書きましょう!と言っても「いや、書き方わかんねーし...」とモチベーション下げるだけになるのは明白です。 ですので、UTのメリットと書き方を理解して頂けるように、フロントエンドUTハンズオンを開催しました。 フロン

                                                          フロントエンドUT文化の根付かせ方とReact Testing LibraryのTips|s___n
                                                        • フロントエンドにおける テスト方針〜Testing Trophyの概念とBDD〜

                                                          2023/10/25 CTOA若手エンジニアコミュニティ 勉強会 #4

                                                            フロントエンドにおける テスト方針〜Testing Trophyの概念とBDD〜
                                                          • StoreKit Testingについて

                                                            StoreKit Testingとは Xcode 12から使える 従来App Store Connectと実際に通信するしかなかったStoreKit API周りのやりとりを完全にシミュレートしてくれる シミュレータ・デバイス両方で使える ユニットテストでも利用可能 開発を始めるためにApp Store Connectにアプリや課金アイテムのセットアップをする必要がない シミュレータを使って開発できる さまざまな状況を網羅的にテストできる Ask To Buy、購読期限切れ、復元、再購入、etc. マニュアルテスト、ユニットテストの両方でStoreKitまわりの確認ができる ライブラリの挙動を検証するのにも便利 およそ想定されるあらゆる状況の組み合わせがシミュレートできる これまで経験が必要だったエッジケースも含めて網羅的な検証ができる

                                                              StoreKit Testingについて
                                                            • シン・仮説検証 70000枚の付箋で分かった仮説検証のエッセンス / SHIN Hypothesis Testing

                                                              2012年に翻訳発売された『リーン・スタートアップ』を皮切りに仮説検証という考えが身近になりました。観察して仮説を立てて確かめるプロセスを通して、より効果的な手をうち、問題の解決やプロダクトの売上の成長につなげていく考えです。 仮説検証は特別な行為ではなく、私たちは日常的に「いまこうなっているから、これをしたらこうなるだろう」と推論しています。これも仮説検証です。 しかし一方でこんな声も聞きます。 「仕事の中で仮説検証はやってみているけれど、本当にこれでいいのかいまいちピンとこない」 私は『リーンスタートアップ』の登場以前から仮説検証の虜になり、この10年のあいだに書いた付箋だけで7万枚を超えました。そこで分かったことは、ちょっとしたポイントで善し悪しが大きく変わってしまうということです。 このセッションでは仮説検証の質に悩んでいる方に向けて仮説検証のエッセンスを共有します。時間のかかる仮

                                                                シン・仮説検証 70000枚の付箋で分かった仮説検証のエッセンス / SHIN Hypothesis Testing
                                                              • GitHub - unionai-oss/pandera: A light-weight, flexible, and expressive statistical data testing library

                                                                📊 🔎 ✅ Data validation for scientists, engineers, and analysts seeking correctness. pandera is a Union.ai open source project that provides a flexible and expressive API for performing data validation on dataframe-like objects to make data processing pipelines more readable and robust. Dataframes contain information that pandera explicitly validates at runtime. This is useful in production-critic

                                                                  GitHub - unionai-oss/pandera: A light-weight, flexible, and expressive statistical data testing library
                                                                • GitHub - growthbook/growthbook: Open Source Feature Flagging and A/B Testing Platform

                                                                  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 - growthbook/growthbook: Open Source Feature Flagging and A/B Testing Platform
                                                                  • Using SRE and disaster recovery testing principles in production | Google Cloud Blog

                                                                    Shrinking the time to mitigate production incidents—CRE life lessons Your pager is going off. Your service is down and your automated recovery processes have failed. You need to get people involved in order to get things fixed. But people are slow to react, have limited expertise, and tend to panic. However, they are your last line of defense, so you’re glad you prepared them for handling this sit

                                                                      Using SRE and disaster recovery testing principles in production | Google Cloud Blog
                                                                    • Sideshow 2. Testing Programmers' Loyalty by texta.fm

                                                                      texta.fmは、ピクスタで働くデザイナー・エンジニアによる技術ブログ「てくすた」のポッドキャスト版です。 本ポッドキャストに関するご意見・ご感想は、ハッシュタグ #textafm にお寄せください。

                                                                        Sideshow 2. Testing Programmers' Loyalty by texta.fm
                                                                      • Testing Pygtk Installer For Mac

                                                                        Visiteurs depuis le 28/01/2019 : 3816 Connectés : 1 Record de connectés : 17 Test Data The wheels (*.whl) on the PyPI download page do not contain test data or example code. If you want to try the many demos that come in the Matplotlib source distribution, download the *.tar.gz file and look in the examples subdirectory. Fedora Install PygtkTesting Pygtk Installer For Mac MacGUI's etc: PyGtk on Wi

                                                                          Testing Pygtk Installer For Mac
                                                                        • Unlocking Potential of Property Based Testing with Ractor

                                                                          RubyKaigi 2024 - Event page: https://rubykaigi.org/2024/presentations/ohbarye.html - Ruby gem: https://github.com/ohbarye/pbt

                                                                            Unlocking Potential of Property Based Testing with Ractor
                                                                          • How NASA does software testing and QA

                                                                            Elevate Your Testing Career to a New Level with a Free, Self-Paced Functionize Intelligent Certification Learn more It is, perhaps, your dream job – doing software testing for positive world-changing applications such as space exploration. But that comes with additional concerns, such as lives at stake and too-far-to-repair constraints.Every quality tester worries about the cost of missing defects

                                                                              How NASA does software testing and QA
                                                                            • How our QA team leverages GitLab’s performance testing tool (and you can too)

                                                                              How our QA team leverages GitLab’s performance testing tool (and you can too) We built our open source GitLab Performance tool to evaluate pain points and implement solutions on every GitLab environment. We’ve set up several initiatives aimed at testing and improving the performance of GitLab, which is why the Quality team built a new tool to test GitLab's performance. Performance testing is an in

                                                                                How our QA team leverages GitLab’s performance testing tool (and you can too)
                                                                              • Run crossbrowser e2e testing on GitHub Actions

                                                                                GitHub Actions can use windows and mac for ci container so I think, "IE11 and Safari work on CI?". Speaking from conclusion, it works! I succeeded to run windows/ie11 mac/safari windows/chrome windows/firefox on GitHub Actions. My working example is here. https://github.com/mizchi/frontend-gh-action-playground Setup I use node.js selenium-webdriver and jest(-ts). // e2e/runWithSelenium.ts import w

                                                                                  Run crossbrowser e2e testing on GitHub Actions
                                                                                • The Unit in Unit Testing

                                                                                  InfoQ Software Architects' Newsletter A monthly overview of things you need to know as an architect or aspiring architects. View an example

                                                                                    The Unit in Unit Testing