並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 634件

新着順 人気順

Testの検索結果161 - 200 件 / 634件

  • How to test infrastructure code: automated testing for Terraform, Kubernetes, Docker, Packer and more

    How to test infrastructure code: automated testing for Terraform, Kubernetes, Docker, Packer and more This talk is a step-by-step, live-coding class on how to write automated tests for infrastructure code, including the code you write for use with tools such as Terraform, Kubernetes, Docker, and Packer. Topics covered include unit tests, integration tests, end-to-end tests, test parallelism, retri

      How to test infrastructure code: automated testing for Terraform, Kubernetes, Docker, Packer and more
    • TDDからATDDへ歩みをすすめる / Step to Acceptance test–driven development from TDD

      TDDは開発者にとって一般的な手法となってきました。そこからさらにAgile開発のようなイテレーション駆動開発となると、イテレーションごとの品質についてワークさせる手法が求められます。 そのひとつにあげられるのがAcceptance Test Driven Development、ATDDです。TDD Cycleよりももう一つ大きなスコープでのフィードバックループをテストによって駆動します。 本トークではTDD自体についても話しますが、そこからさらにアジャイルテストの4象限におけるcheckingに加えtestingについてスコープに入れた大きな単位のフィードバックループの回し方について実例を持って解説いたします。

        TDDからATDDへ歩みをすすめる / Step to Acceptance test–driven development from TDD
      • テスト自動化 / Test automation

        プロトタイピングによる不確実性の低減 / Reducing Uncertainty through Prototyping

          テスト自動化 / Test automation
        • sbtの依存性定義でたまに見るtestやprovidedとは何か--コンフィギュレーションについて学ぼう - Lambdaカクテル

          sbtはかつてsimple build toolと呼ばれていた(今は酢豚の略とされている)。しかしビルドツールというのは本質的に難しい。複数の依存性を解決し、コンパイラ達が吐き出す成果物を統合し、1つあるいは2つ以上の最終成果物にしなければならないのだから、複雑性は必然だ。そして、複雑性があるところ常に難しさがひそんでいる。 www.scala-sbt.org そしてlibraryDependenciesの難しさは初心者が最も先にハマるものの一つだ。うち、コンフィギュレーションconfigurationはその難しさの一角を占めている。コンフィギュレーションについて知識をつけることで、実行時に発生するよくある間違い(例えば、実行時にクラスが存在しないというエラーでJVMが起動しないなど)を回避できるようになる。 この記事ではsbtにおけるlibraryDependenciesのコンフィギュレ

            sbtの依存性定義でたまに見るtestやprovidedとは何か--コンフィギュレーションについて学ぼう - Lambdaカクテル
          • Threads is officially starting to test ActivityPub integration

            Meta CEO Mark Zuckerberg posted on Threads that the platform is beginning to test making Threads posts available on Mastodon and other ActivityPub-supporting services. Zuckerberg wrote that making Threads work with the interoperable standard “will give people more choice over how they interact and it will help content reach more people.” Joining the fediverse — the decentralized world of social me

              Threads is officially starting to test ActivityPub integration
            • iOSのWebViewでUIテストが安定しない - Bitrise / Firebase Test Labで検証してみた - ANDPAD Tech Blog

              ANDPADでモバイルアプリエンジニアをしている @kanari3333 です。 初日にGitHubのパスワードをど忘れして、社内では本名で活動していましたが、これを機に覚えて頂ければと思います。GitHubも移行していきたいです (規約的にも) ANDPADのアプリ開発では、UnitTestはもちろんUITestにも力を入れています。 今回は、iOSのUITestを実装していく中で遭遇した辛い事案を紹介したいと思います。 概要 iOSのWebViewのUITestは、要素が取得できないことがある Simulatorはテストが安定しない 特に最新のOSで顕著 この記事では検証用のサンプルアプリを作成し、BitriseでSimulator / Firebase Test Labの実機テストを回し検証していきます。 まえおき ANDPADのiOSアプリでは、CI/CDとしてBitriseをメイ

                iOSのWebViewでUIテストが安定しない - Bitrise / Firebase Test Labで検証してみた - ANDPAD Tech Blog
              • Keploy - Open Source Stubs and API Test Generator for Developer

                2 minutes to 90% test coverage! AI Generated Tests that actually work!

                • JS Performance Test

                  ...

                    JS Performance Test
                  • Men Arrested For Selling Over 45,000 Fake COVID-19 Test Kits

                    Fake test kits found in Bangkok Images adapted from: Thansettakij It’s not just COVID-19 itself that we should be cautious of, but also of those who take advantage of innocent people during this harsh period of time. On 8th April 2020, Police Lieutenant General Permpun Chitchob, the Assistant Commissioner–General reported a case of fake COVID-19 test kits, masks, and thermometers being sold. The c

                      Men Arrested For Selling Over 45,000 Fake COVID-19 Test Kits
                    • Flaky Testとの戦い - Cybozu Inside Out | サイボウズエンジニアのブログ

                      こんにちは。Necoチームの池添です。 最近にわかにFlaky Test界隈が盛り上がりを見せているようです1,2,3。 この流れに乗じてNecoプロジェクトにおけるFlaky Testとの戦いについて紹介したいと思います。 Necoプロジェクトにおけるテスト Necoプロジェクトでは、自社データセンター上のインフラ構築と運用を自動化する仕組みを開発しており、サーバのプロビジョニングから、Kubernetesクラスタの構築、Kubernetesクラスタ上で動くさまざまなアプリケーションのデプロイ、各種ソフトウェアやOSのアップグレードなどを自動化しています。 本プロジェクトでは「Test Everything」を設計原則のひとつとしており、VMを利用した仮想データセンターの仕組みを用いて、開発した自動化の仕組みを毎日テストしています。 詳しく知りたい方は下記の記事もご覧ください。 blog

                        Flaky Testとの戦い - Cybozu Inside Out | サイボウズエンジニアのブログ
                      • Introducing the AWS Integrated Application Test Kit (IATK) | Amazon Web Services

                        AWS Compute Blog Introducing the AWS Integrated Application Test Kit (IATK) This post is written by Dan Fox, Principal Specialist Solutions Architect, and Brian Krygsman, Senior Solutions Architect. Today, AWS announced the public preview launch of the AWS Integrated Application Test Kit (IATK). AWS IATK is a software library that helps you write automated tests for cloud-based applications. This

                          Introducing the AWS Integrated Application Test Kit (IATK) | Amazon Web Services
                        • TS と Jest で Table Driven Test をする

                          この記事はTypeScript Advent Calendar 2019の11日目の記事です。 Go を齧ったことのある方は馴染み深いと思うのですが、Table Driven Testing という手法があります。いきなり見せます: const table = [ [1, 1, 2], [1, 2, 3], [2, 1, 3], ]; test.each(table)('.add(%i, %i)', (a, b, expected) => { expect(a + b).toBe(expected); }); こんな感じで「テストケースひとつひとつを test(...) 等と記述するのではなく、引数と予期する結果を配列として持っておいてテストコードの共通化を図る」手法です。同じ関数に関して書かなければならないテストケースが多い場合に、ごちゃごちゃしがちなテストコードをすっきりさせることがで

                          • Gandalf | Lakera – Test your prompting skills to make Gandalf reveal secret information.

                            Trick Gandalf into revealing information and experience the limitations of large language models firsthand.

                              Gandalf | Lakera – Test your prompting skills to make Gandalf reveal secret information.
                            • これ思い出す https://uni.5ch.net/test/read.cgi/souji/1357974844/117 年末に激務だった仕..

                              これ思い出す https://uni.5ch.net/test/read.cgi/souji/1357974844/117 年末に激務だった仕事をやめ、無職になった。 ハロワなんて行かずとりあえずアマゾンで ゲームを買い漁り、1日中布団でやり続ける生活。 食べ物はレンチンしたウインナー、野菜は一切とらない。 風呂も一週間入らなかったり。 部屋も足の踏み場もなく荒れて、就職活動する気が起きなかった。 年も明け、このままじゃダメだ、まず外出しようとと 夜にこそこそ出掛けたとき、本屋で花の本を見かけ綺麗だったので購入。 私はゲーマーだから、ソフト一本3000円で2ヶ月遊ぶから~とか、 ゲームで物の価値を考えるところがある。 花は一輪100~300円、数日持つ。これは安い。 月に1000円、必ず花代として予算を出すことにした。 ごみ屋敷にきれいな花が飾られた。 一輪目。一応片付けたがまだまだ部屋は

                                これ思い出す https://uni.5ch.net/test/read.cgi/souji/1357974844/117 年末に激務だった仕..
                              • A faulty CDC coronavirus test delays monitoring of disease’s spread

                                A faulty CDC coronavirus test delays monitoring of disease’s spread Experts fear the small number of U.S. covid-19 cases reflects limited testing rather than a lack of infections

                                  A faulty CDC coronavirus test delays monitoring of disease’s spread
                                • Moving Angular CLI to Jest and Web Test Runner

                                  On the Angular team, we believe testing is critical to build highly complex and scalable applications effectively. Testing takes many forms, and “unit tests” focus on testing the smallest units of a codebase. For Angular applications, this typically includes tests of individual components or services. We regularly survey Angular developers to make sure we are always providing the best experience,

                                    Moving Angular CLI to Jest and Web Test Runner
                                  • FargateとLambdaで作るスケーラブルなE2Eテスト実行基盤 / Building a scalable E2E test execution platform with AWS Fargate and Lambda

                                    2020年3月28日にオンライン開催されたJAWS DAYS 2020での発表資料です。 https://jaws-ug.doorkeeper.jp/events/105155 https://jawsdays2020.jaws-ug.jp/session/fargate%e3%81%a8lambda%e3%81%a7%e4%bd%9c%e3%82%8b%e3%82%b9%e3%82%b1%e3%83%bc%e3%83%a9%e3%83%96%e3%83%ab%e3%81%aae2e%e3%83%86%e3%82%b9%e3%83%88%e5%ae%9f%e8%a1%8c%e5%9f%ba%e7%9b%a4/

                                      FargateとLambdaで作るスケーラブルなE2Eテスト実行基盤 / Building a scalable E2E test execution platform with AWS Fargate and Lambda
                                    • Core Web Vitals Checker - Test your sites in one click - Calibre

                                      How can this tool help me?We built Core Web Vitals Checker so you can see how people experience your website without setting up complex dashboards or processes. Core Web Vitals Checker reports four site speed metrics based on real Google Chrome browsing data. Each metric focuses on a different aspect of user experience, such as loading, interactivity and visual stability, so you know where to focu

                                        Core Web Vitals Checker - Test your sites in one click - Calibre
                                      • 74 people in Martha's Vineyard test positive for Covid since Obama's

                                          74 people in Martha's Vineyard test positive for Covid since Obama's
                                        • xUnit Test Patternsから学ぶユニットテストの6つの目指すべきゴール - Qiita

                                          TL;DR 自動ユニットテストが何を目指すべきかを『xUnit Test Patterns: Refactoring Test Code』から抑える 自動ユニットテストの構築・維持にはコストがかかるが、テストがもたらす節約コストと相殺される(「テストの経済性」) テストの自動化の目的は、「コスト削減」・「品質の向上」・「コードへの理解の向上」。これを具体的に見ていく 『xUnit Test Patterns』 とは 『xUnit Test Patterns: Refactoring Test Code』とは、2007年に発売された書籍です。自動ユニットテストにおける原則・パターンなどが体系的にまとめられています。 今回のエントリでは、『xUnit Test Patterns: Refactoring Test Code』の内容をベースとしています。具体的には、「Chapter3 Goals

                                            xUnit Test Patternsから学ぶユニットテストの6つの目指すべきゴール - Qiita
                                          • Railsプロジェクトで発生するflaky testの傾向と対策|グロービス・デジタル・プラットフォーム

                                            はじめにはじめまして。この一年ほど学び放題のDevExpチームでバックエンド開発のお手伝いをしてるmasa_iwasakiです。 今回の記事では、学び放題のバックエンドとして使われているRailsアプリケーションで実際に発生していたflaky testの事例を中心に、一般的なRailsアプリケーションで発生しがちなケースをまとめました。 個人的に、flaky testの発生パターンは割と定番化している印象を持っています。たとえば、以下の記事に記載されている内容と本記事の内容は共通するものが多いです。 Ruby: テストを不安定にする5つの残念な書き方(翻訳)|TechRacho by BPS株式会社 しかし、同じ原因で発生したflaky testであっても、コードベースが異なれば発生の仕方は変わりますし、なにより原因の調査にかかる手間は大きく異なります。本記事がflaky testに遭遇し

                                              Railsプロジェクトで発生するflaky testの傾向と対策|グロービス・デジタル・プラットフォーム
                                            • docker-composeでの開発環境やCIでRailsのSystem Testするやつ ·

                                              System Testを手元のdocker-compose環境及びCIでやる方法について、雰囲気でまとめました。 問題意識 昨今は docker-compose で開発環境を構築しがちだと思うのですが、その場合のブラウザの自動テスト(System Test) のやり方がよくわかっていなかったので調べてみました。 スクショとCIについても少し触れます。 TOC めでたく動いた様子はこちら 今回適用した差分PR さよなら webdrivers ブラウザをdockerizeするにはどうするか スクショどうなるの 画面共有.app で動きを覗く めでたく動いた様子はこちら 今回は手元の自分のfastladderでやっていきます。 さて、Railsは5.1あたりからCapybaraの連携がだいぶ楽になっています。 なので、今回は手元の自分のfastladderをあらかじめ 雑にRails4.2 ->

                                                docker-composeでの開発環境やCIでRailsのSystem Testするやつ ·
                                              • Fact check: Inventor of method used to test for COVID-19 didn’t say...

                                                Fact check: Inventor of method used to test for COVID-19 didn’t say it can’t be used in virus detection Correction Nov. 13, 2020: The verdict of this fact check has been changed from false to misleading, to reflect that the quote examined may have been a fair reflection of Mullis’s views, even if not a direct quote. The body of the text is updated in places to further clarify this. ===Social media

                                                  Fact check: Inventor of method used to test for COVID-19 didn’t say...
                                                • Pairsブラウザ版でページ丸ごとVisual Regression Testしたらやっぱりコスパ良かった

                                                  Webフロントエンド エンジニアの大須賀です。 Pairsのブラウザ版(以下Pairs)ではいくつかの理由のためにStorybookを使ったページ単位のVisual Regression Test(以下VRT)を導入しました。 なんとなく「すごいコスパいいんじゃないか?」と思ってやってみたらやっぱりコスパよくて満足してます。 この記事は以下の人に読んでもらえたらいいかなと思って書いています。 VRT 良さそうだけど大変なんじゃない?って思ってやってないひとなんか楽にテストのカバレッジ上がらんかな?って思ってるひとStorybookを普通に使ってるひとTesting Trophy 良さそうだけど実際にやるとどうなん?って気になってるひと内容には以下を含みます。 よかったこと・わるかったことPairsのアーキテクチャ概要の紹介VRTするところ・しないところ実際にやったこと参考実装 (in Co

                                                    Pairsブラウザ版でページ丸ごとVisual Regression Testしたらやっぱりコスパ良かった
                                                  • アジャイルテストでの計画・管理のツール:Test MatrixとTest Mindmap - 千里霧中

                                                    「ソフトウェアテストの小ネタ Advent Calendar 2020」の記事です。 Agile Testing CondensedやMore Agile Testingでは、リリーステスト(システム全体を対象とするテストレベル)の計画のやり方として、「リリース全体を俯瞰する視点で作成する。計画の作成・運用ではテストマインドマップ(Test Mindmap)やテストマトリクス(Test Matrix)を活用できる」のような解説がされています。そして下図でその流れを紹介しています。 執筆時点で日本語の解説がなく気になったので、今回はここで言及されている、計画と管理のツールであるテストマインドマップとテストマトリクスの内容についてメモしたいと思います。 共通する特徴 テストマインドマップ、テストマトリクスいずれも、マネジメントとチームのコラボレーションを支えるためのモデルとして活用します。具体

                                                      アジャイルテストでの計画・管理のツール:Test MatrixとTest Mindmap - 千里霧中
                                                    • Cross-Browser End-to-End Testing Framework | TestСafe

                                                      fixture('Pizza Palace') .page('https://testcafe-demo-page.glitch.me/'); test('Submit a form', async t => { await t // automatically dismiss dialog boxes .setNativeDialogHandler(() => true) // drag the pizza size slider .drag('.noUi-handle', 100, 0) // select the toppings .click('.next-step') .click('label[for="pepperoni"]') .click('#step2 .next-step') // fill the address form .click('.confirm-addr

                                                        Cross-Browser End-to-End Testing Framework | TestСafe
                                                      • Raspberry Pi SD Card Speed Test - Raspberry Pi

                                                        Since we first launched Raspberry Pi, an SD card (or microSD card) has always been a vital component. Without an SD card to store the operating system, Raspberry Pi is pretty useless*! Over the ensuing eight years, SD cards have become the default removable storage technology, used in cameras, smartphones, games consoles and all sorts of other devices. Prices have plummeted to the point where smal

                                                          Raspberry Pi SD Card Speed Test - Raspberry Pi
                                                        • [Vue/Nuxt] Vue Test Utils の コードスニペット集

                                                          ユニットテストの書き方メモ。 サンプルコードのテストランナーはJestです。 jest.config.js ルートにおいとけばとりあえず動くと思うコンフィグ。 testEnviromentはjest-environment-jsdom-global、 アセットのスタブにjest-transform-stubを利用する。 const path = require('path'); module.exports = { verbose: false, // 実行中に各テストを報告するかどうか testPathIgnorePatterns: [ '/node_modules/' ], moduleFileExtensions: ['json', 'js', 'vue'], transform: { '^.+\\.js$': 'babel-jest', '.*\\.(vue)$': 'vue-je

                                                            [Vue/Nuxt] Vue Test Utils の コードスニペット集
                                                          • GitHub - ehmicky/test-each: 🤖 Repeat tests. Repeat tests. Repeat tests.

                                                            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.

                                                              GitHub - ehmicky/test-each: 🤖 Repeat tests. Repeat tests. Repeat tests.
                                                            • comprar EQ 200 / Test E 200 - http://url-qr.tk/EQ 200 / Test E 200 - cuanto cuestan las EQ 200 / Test E 200 - Foro de castings, actores, modelos y eventos | YateCasting España

                                                              comprar EQ 200 / Test E 200 - http://url-qr.tk/EQ 200 / Test E 200 - cuanto cuestan las EQ 200 / Test E 200 - Calidad y dosificación farmacéutica. - Productos 100% legales. comprar EQ 200 / Test E 200 - Entrega rápida garantizada. - Diferentes métodos de pago: MasterCard / Visa / AMEX / PayPal / BitCoin cuanto cuestan las EQ 200 / Test E 200 ________________________________________________________

                                                              • 16TEST 精密性格診断テスト

                                                                16TESTは、性格分析の先端研究を取り入れた恋愛や適職、あなたの才能までも発見することのできる今話題の性格診断テストです。受験者の93%が当たると高く評価する診断テストで、あなたの強みや短所を発見し、統計的に才能分析まで行うので転職や自己分析などに使うことができます。あなたの性格傾向を16種類の動物で表現し、友達と共有しやすい診断テストですので、あなたの自己紹介としてまた取扱説明書や性格診断書として無料から使うことができます。

                                                                  16TEST 精密性格診断テスト
                                                                • I test in prod – Increment: Testing

                                                                  Testing in production is a superpower. It’s our inability to acknowledge it that’s the trouble. “I don’t always test my code,” muses The Most Interesting Man in the World in one of the sturdiest tech memes of all time, “but when I do, I test in production.” I’ve been laughing at that meme since I first saw it back in . . . 2013? It’s more than funny. It’s hilarious! Since then, “test in prod” has

                                                                    I test in prod – Increment: Testing
                                                                  • Physical buttons outperform touchscreens in new cars, test finds

                                                                    Physical buttons are increasingly rare in modern cars. Most manufacturers are switching to touchscreens – which perform far worse in a test carried out by Vi Bilägare. The driver in the worst-performing car needs four times longer to perform simple tasks than in the best-performing car. Click here to view the Swedish version of this article. Note: The images in this article are free to use for med

                                                                      Physical buttons outperform touchscreens in new cars, test finds
                                                                    • Kind で量産する使い捨て Kubernetes #cicd_test_night / CICD Test Night 5th

                                                                      CI/CD Test Night #5 で使用したスライドです。 コンテナを利用してローカルにマルチノード Kubernetes クラスタを立ち上げるツール Kind(Kubernetes IN Docker)を紹介します。 従来、CI 用に Kubernetes クラスタが必要な場合、取れる選択肢は「Pull Request ごとに Namespace を作成」もしくは「Pull Request ごとにマネージドクラスタを振り出し」のいずれかでした。Kind を CI パイプラインに組み込むことにより、従来よりも素早く、かつ低コストでクラスタを立ち上げて使い捨てることが可能になります。 イベント概要:https://testnight.connpass.com/event/145238/

                                                                        Kind で量産する使い捨て Kubernetes #cicd_test_night / CICD Test Night 5th
                                                                      • compra Test-C 300 mg - http://url-qr.tk/Test-C 300 mg - precio Test-C 300 mg 0.5 mg - Foro de castings, actores, modelos y eventos | YateCasting España

                                                                        compra Test-C 300 mg - http://url-qr.tk/Test-C 300 mg - precio Test-C 300 mg 0.5 mg - Calidad y dosificación farmacéutica. - Productos 100% legales. compra Test-C 300 mg - Entrega rápida garantizada. - Diferentes métodos de pago: MasterCard / Visa / AMEX / PayPal / BitCoin precio Test-C 300 mg 0.5 mg __________________________________________________________________________________________________

                                                                        • Test for modern Internet Standards like IPv6, DNSSEC, HTTPS, DMARC, STARTTLS and DANE.

                                                                          Home Modern Internet Standards provide for more reliability and further growth of the Internet. Are you using them?

                                                                          • The AWS Lambda console now supports the option to share test events between developers

                                                                            Developers can now share test events with other developers in their AWS account. Test events provide developers the ability to define a sample event in the Lambda console, and then invoke a Lambda function using that event to test their code. Previously, test event were only available to the developers who created them. With this launch, developers can make test events available to other team memb

                                                                              The AWS Lambda console now supports the option to share test events between developers
                                                                            • 2020年度 ミクシィ新卒研修 -設計・テスト- / 2020 design test mixi training

                                                                              2020年度の株式会社ミクシィ における新卒研修の資料です repository: https://github.com/mixi-inc/2020TDDTraining

                                                                                2020年度 ミクシィ新卒研修 -設計・テスト- / 2020 design test mixi training
                                                                              • 2021年8月13日号 20.04.3の延期、impishの開発・Test Rebuild | gihyo.jp

                                                                                Ubuntu Weekly Topics 2021年8月13日号20.04.3の延期、impishの開発・Test Rebuild 20.04.3の延期 先週お知らせした20.04.3の準備は、shimに関連する一部の環境でのブート不能問題[1]が発見されたため、8月26日に延期されることになりました。進捗についてはDiscourse上のトラッキングページで確認できます。 impishの開発 impishの開発ではtest rebuildが開始され、GCC11 + glibc 2.34環境での問題の叩き出しが始まりました。若干変則的ですが、glibcだけはこの時点ではリリースポケットに入れず、先行してアーカイブ全体のビルドをテストするアプローチが採られています[2]⁠。 結果としては致命的な問題は特に見つからず(むしろ想像されていたよりもよほど良好で⁠)⁠、glibc 2.34が通常のアー

                                                                                  2021年8月13日号 20.04.3の延期、impishの開発・Test Rebuild | gihyo.jp
                                                                                • 2019年最後のAndroid/iOS Test Nightを開催しました - DeNA Testing Blog

                                                                                  SWETグループ、iOS自動テスト領域チームの平田(tarappo)とAndroid自動テスト領域チームの田熊(fgfgtkm)、外山(sumio)でお送りします。 おかげさまで、今年でiOS Test Nightは3周年を終えて4年目に、Android Test Nightは2周年を終えて3年目になりました。 皆様のおかげでTest Nightに登録されている資料は156件になりました。ここには素晴らしい知見が集まっています。 そんなTest Nightですが、12/16(月)に2019年最後のTest NightとしてiOSとAndroidを併せておこなったAndroid/iOS Test Nightを開催しました。 今年のTest Nightをすべて振り返りたいところですが、その中でも今年最後のAndroid/iOS Test Nightでの登壇について、SWETメンバーが軽くふりか

                                                                                    2019年最後のAndroid/iOS Test Nightを開催しました - DeNA Testing Blog