並び順

ブックマーク数

期間指定

  • から
  • まで

521 - 547 件 / 547件

新着順 人気順

testingの検索結果521 - 547 件 / 547件

  • GitHub - Checksum/critic.sh: Dead simple testing framework for Bash with coverage reporting

    I was looking for a Bash testing framework with a familiar API and with coverage reporting. Although there are excellent frameworks like bats-core, shunit2 and bashunit, I wasn't too comfortable with their API (not their fault). Also, I wanted some indication of coverage, so that it can be improved over time. critic.sh exposes high level functions for testing consistent with other frameworks and a

      GitHub - Checksum/critic.sh: Dead simple testing framework for Bash with coverage reporting
    • Reactのテストライブラリを比較する - react-test-renderer, enzyme, react-testing-library - Qiita

      Reactのテストライブラリを比較する - react-test-renderer, enzyme, react-testing-libraryテストReactenzymereact-testing-libraryreact-test-renderer Reactのユニットテストでよく使われるライブラリにenzymeがあります。 enzymeを紹介する記事を見ているとshallowが旨味の一つであり、簡単に単体テストが出来るとよく紹介されるのを見かけます。 Jestと用いられる、enzyme以外のライブラリもいくつかあるようなので、人気な理由とその使い方を備忘録がてら紹介しようと思います。 Jest まずはJestについて簡単に特徴を紹介します。 公式サイト:https://jestjs.io/docs/ja/tutorial-react facebook製のテストフレームワーク crea

        Reactのテストライブラリを比較する - react-test-renderer, enzyme, react-testing-library - Qiita
      • 2020年4月10日号 PinePhone UBports Community Edition、focalの開発:Ubuntu Testing WeekとKernel Freeze | gihyo.jp

        Ubuntu Weekly Topics 2020年4月10日号PinePhone UBports Community Edition、focalの開発:Ubuntu Testing WeekとKernel Freeze PinePhone UBports Community Edition 「Ubuntu Touch搭載スマートフォン」(⁠注1)に新しいデバイス、PinePhone UBports 'Community Edition' が登場しました。これはPinePhoneのバリエーションモデルで、UBports由来のUbuntu Touchがプリインストールされたデバイスです。 PinePhoneそのものが開発者や「詳しい人」向けであり、「⁠人柱」的なデバイスではあり、かつ、日本国内で電波的な意味でも、電波法的な意味でも問題なく利用できるかは不明です[2]⁠。とはいえ150USDと

          2020年4月10日号 PinePhone UBports Community Edition、focalの開発:Ubuntu Testing WeekとKernel Freeze | gihyo.jp
        • Litmus-Testing Kotlin's Many Memory Models - Jake Wharton

          When writing multiplatform code, Kotlin’s three compiler backends each have different memory models which must be considered. JavaScript is single-threaded so you really can do no wrong. The JVM model is arguably too permissive where you can do incorrect things and have them work 99.9% of the time. When targeting native, Kotlin enforces some invariants which helps prevent you from those 0.1% bugs

            Litmus-Testing Kotlin's Many Memory Models - Jake Wharton
          • Testing in the Twenties

            [This fragment is available in an audio version.] Grown-up software developers know perfectly well that testing is important. But — speaking here from experience — many aren’t doing enough. So I’m here to bang the testing drum, which our profession shouldn’t need to hear but apparently does. This was provoked by two Twitter threads (here and here) from Justin Searls, from which a couple of quotes:

            • iOSDC Japan 2019でリジェクトリスクを低減する取り組みについて発表しました - DeNA Testing Blog

              SWETの加瀬(@Kesin11)です。 先日開催されたiOSDC 2019にて登壇する機会を頂き、「iOSアプリのリジェクトリスクを早期に発見するための取り組み」という発表をしました。 当日は時間の都合上、紹介したツール(以降、AppChecker)がipaをどのように解析し、どのようにチェックを行っているかというロジックの要点だけの紹介しかできず、コードを示した解説まではできませんでした。 AppCheckerは社内の要件やフローに特化した作りとなっているために、残念ながら今のところOSSにする予定はありません。ですが、自分たちと同様のチェッカーを実装したい方が参考にできるように、どのような実装しているのか簡単なサンプルコードで紹介したいと思います。 実装コードの紹介 以下のコードではipa内のInfo.plistからXcodeとiOS SDKのバージョンのチェックを行っています。 #

                iOSDC Japan 2019でリジェクトリスクを低減する取り組みについて発表しました - DeNA Testing Blog
              • GitHub - nuxt-contrib/tib: Easy e2e browser testing in Node

                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 - nuxt-contrib/tib: Easy e2e browser testing in Node
                • Testing If You Can Blow Your Own Sail

                  You now know 7 amazing new things and that’s cooler than magic! Get the CrunchLabs Build Box! Two FREE boxes at https://crunchlabs.com/teaser I started a company called CrunchLabs, where we build a toy together, and then I teach you all the juicy physics of how it works. So if you want to learn to think like an engineer and have a really fun time doing it, check out the current promotion where yo

                    Testing If You Can Blow Your Own Sail
                  • Coronavirus: US is failing on testing, says Fauci

                    "Let's admit it," said top health official Anthony Fauci. "The system is not geared to what we need."

                      Coronavirus: US is failing on testing, says Fauci
                    • Testing App Startup Performance

                      Shell Command for Testing StartupI wrote this article to explain more about performance, startup testing, and the reasons behind the pieces I used for testing startup. But if you just want something quick here it is: Lock the clocks if possible (see far below)Run this on the command-line (while your device is connected):$ for i in `seq 1 100` > do > adb shell am force-stop com.android.samples.myte

                        Testing App Startup Performance
                      • Debian apt-get update で「changed its 'Suite' value from 'testing' to 'stable'」というエラーが出る場合の対処法 - Qiita

                        Debian apt-get update で「changed its 'Suite' value from 'testing' to 'stable'」というエラーが出る場合の対処法Debian Debian 10.0 busterが2019/7/6にリリース。 先週までtestingだったのが、今週からstableになるということ。 testing時代からbusterを使っている場合、apt updateのとき、タイトルのようなエラーが出る エラー内容 ローカルのapt DBとリモートのapt DBのリリース差異があるというエラー。 ローカルのapt DB busterはtestingとなっているのに、今回取得したapt DBはstableなので不一致となってるらしい。 こんなエラー。 % sudo aptitude update Get: 1 http://debian-mirror

                          Debian apt-get update で「changed its 'Suite' value from 'testing' to 'stable'」というエラーが出る場合の対処法 - Qiita
                        • 『ソフトウェアテストはなぜやるのか誰がやるのかについて考えてみる / why who testing』へのコメント

                          ブックマークしました ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください Twitterで共有

                            『ソフトウェアテストはなぜやるのか誰がやるのかについて考えてみる / why who testing』へのコメント
                          • Helm Chart を Unit Test する / Unit Testing Helm Chart

                            Kubernetes Meetup Tokyo #42 で発表したスライドです https://k8sjp.connpass.com/event/214286/

                              Helm Chart を Unit Test する / Unit Testing Helm Chart
                            • GitHub - mswjs/data: Data modeling and relation library for testing JavaScript applications.

                              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 - mswjs/data: Data modeling and relation library for testing JavaScript applications.
                              • Most Complete NUnit Unit Testing Framework Cheat Sheet

                                Install-Package NUnit Install-Package NUnit.TestAdapter Install-Package Microsoft.NET.Test.Sdk To discover or execute test cases, VSTest would call the test adapters based on your project configuration. (That is why NUnit/xUnit/MSTest all ask you to install a test adapter NuGet package to your unit testing projects). So NUnit.TestAdapter exists for that purposes. NUnit itself implements the testin

                                  Most Complete NUnit Unit Testing Framework Cheat Sheet
                                • Dynamic Data Testing

                                  Data is rarely static, so why should data tests be? When testing data, our first instinct is to reach for perfection. Can’t we write down a clear set of rules that govern exactly how our data should behave, just like we do when testing software? Of course we can’t! Data isn’t software, and shouldn’t be tested in the same way. The reality is that the factors affecting your data that are out of your

                                    Dynamic Data Testing
                                  • Agile TestingとBDDと実例マッピングを社内展開した話|Shogo Nameki

                                    こんにちは、アルプでQAエンジニアをしている nametake です。 今日は社内でAgile TestingとBDDと実例マッピングについて展開した話を紹介します。 アルプではQA組織を立ち上げて様々な取り組みをしてきました。 その中で、取り組みを伝えるときにAgile Testingというワードを使っていたのですが、単語の意味からアジャイルの中でテストをするという意味が伝わると思って社内に細かい意味を展開するのを後回しにしていました。 次のQAチームの活動として実例マッピングの導入を進めたいのもあり、Agile TestingとBDDと実例マッピングの話を社内に展開しました。 その時のスライドが以下です。 もともと要件定義をPRDから書いていく文化はあったため、PRDの精度を上げる実例マッピングはかなり好意的に開発チームでも受け入れられそうでした。 一方で、それを開発チームの中で、効果

                                      Agile TestingとBDDと実例マッピングを社内展開した話|Shogo Nameki
                                    • Python Testing with pytest, Second Edition

                                      About This Title Pages: 272 Published: February 2022 ISBN: 9781680508604 In Print Python Testing with pytest, Second Edition Simple, Rapid, Effective, and Scalable by Brian Okken Test applications, packages, and libraries large and small with pytest, Python’s most powerful testing framework. pytest helps you write tests quickly and keep them readable and maintainable. In this fully revised edition

                                        Python Testing with pytest, Second Edition
                                      • Isabelle/Isar勉強会を社内で開催しました - DeNA Testing Blog

                                        こんにちは、SWETグループの鈴木穂高(@hoddy3190)です。 SWETグループのメンバー向けにIsabelle/Isar勉強会を開催しました。本記事では、勉強会の概要の紹介と、勉強会の資料の公開をします。 もしよろしければご活用ください。 Isabelleとは Isabelleは、定理証明支援ツールの1つです。 数学の授業で証明を解く時、暗記した定義や定義を引き出して仮定や結論をみて試行錯誤しながら適用して解いていっていたと思います。Isabelleを使うと、利用できる定理を提示してくれたり、自動で定理を適用して証明を進めてくれたり、誤った証明を指摘してくれたりします。 Isabelleの大きな特徴として強力な自動証明が挙げられます。自動証明機能の典型例であるSledgehammerは、証明したい論理式を与えれば自動で定理を適用して証明を解き進めてくれます。 公理系も選択可能です。

                                          Isabelle/Isar勉強会を社内で開催しました - DeNA Testing Blog
                                        • Xcode12.5のTesting周りについて(軽く)まとめてみた|tarappo

                                          Xcode12.5がリリースされましたね。 リリースノートを見るとTestingについてある程度あったのでピックアップしてまとめてみました(Resolved IssuesとかKnown Issuesについては言及していません)。 StoreKit待望のStoreKitのためのStoreKit TestingについてはXcode12から追加されています。 これにたいしてXcode12.5から次の機能が追加されています。 - StoreKit Testing in Xcode now supports testing of non-renewing subscriptions - The StoreKit Test framework is now available on watchOS. StoreKit Testingについては下記のAppleのドキュメントがあります。 StoreKit

                                            Xcode12.5のTesting周りについて(軽く)まとめてみた|tarappo
                                          • kinaba on Twitter: "Logarithm and Program Testing https://t.co/gIny4LPDPg これまだ論文出てないけど、検索で見つかる少し前の進捗途中の発表見る限りめちゃ面白い奴では? 型と型の足し算や掛け算は普通… https://t.co/WuGBkaYVTt"

                                            Logarithm and Program Testing https://t.co/gIny4LPDPg これまだ論文出てないけど、検索で見つかる少し前の進捗途中の発表見る限りめちゃ面白い奴では? 型と型の足し算や掛け算は普通… https://t.co/WuGBkaYVTt

                                              kinaba on Twitter: "Logarithm and Program Testing https://t.co/gIny4LPDPg これまだ論文出てないけど、検索で見つかる少し前の進捗途中の発表見る限りめちゃ面白い奴では? 型と型の足し算や掛け算は普通… https://t.co/WuGBkaYVTt"
                                            • 業務でも活用できるソフトウェアテストの7原則/Seven_Testing_Principles

                                              in WACATE 2019 Winter https://wacate.jp/workshops/2019winter/

                                                業務でも活用できるソフトウェアテストの7原則/Seven_Testing_Principles
                                              • Testing Language Models (and Prompts) Like We Test Software

                                                Image created by the authors.How can we test applications built with LLMs? In this post we look at the concept of testing applications (or prompts) built with language models, in order to better understand their capabilities and limitations. We focus entirely on testing in this article, but if you are interested in tips for writing better prompts, check out our Art of Prompt Design series (ongoing

                                                  Testing Language Models (and Prompts) Like We Test Software
                                                • Unit testing IAM policies across multiple accounts | Amazon Web Services

                                                  AWS DevOps Blog Unit testing IAM policies across multiple accounts When migrating applications from a development account to a testing or production account, customers often find that AWS IAM policies or Service Control Policies (SCP) for their applications need significant modification to allow the application to deploy and function correctly. This can be a time-consuming process of discovery and

                                                    Unit testing IAM policies across multiple accounts | Amazon Web Services
                                                  • Enzyme vs React Testing Library結局どっちがいいのか問題に対する個人的な回答 - Qiita

                                                    Write tests. Not too many. Mostly integration. * 1 テストを書こう。多く書かなくていい。ほどんどインテグレーションテストでいい。 ReactでコンポーネントのUnit/Integrationテストをする時、現時点で多く使われているのがEnzymeとReact Testing Libraryです。公式Doc上でも両方に言及されていて、どちらか一方が圧倒的な支持を受けている訳でもないです。 この記事では、EnzymeとReact Testing Libraryどっちにしたらいいの??という問題に対して私なりの回答をまとめていきます。端的に言うと、単純にどちらのライブラリが使いやすいかどうか以上に、テストに対する考え方の問題だと考えています。 Enzymeで書く場合 Enzymeではshallow render機能やDOM query selec

                                                      Enzyme vs React Testing Library結局どっちがいいのか問題に対する個人的な回答 - Qiita
                                                    • Free API - 90+ Public APIs For Testing [No Key] - Apipheny

                                                      Free APIs You Can Use for Testing At Apipheny, we use APIs a lot. But we find that a lot of APIs are locked behind a paywall, which can make API testing a bit difficult to do — luckily, free APIs do exist. With the help of a free API, you can do testing and create flexible, powerful apps in record time. With a quick Google search, you’ll discover tens of thousands of free and open APIs — all well-

                                                        Free API - 90+ Public APIs For Testing [No Key] - Apipheny
                                                      • Bioanalytical Testing Services Market to Display a Superior Growth at 12.95% of CAGR, is Set to Reach USD 1867.30 million By 2023-End | Says MRFR

                                                        Bioanalytical Testing Services Market to Display a Superior Growth at 12.95% of CAGR, is Set to Reach USD 1867.30 million By 2023-End | Says MRFR Bioanalytical Testing Services Market Research Report Insights and Industry Analysis by Molecule Type (Small Molecule, Large Molecule), by Test Type (Pharmacokinetics, Pharmacodynamics, Bioanalysis, Bioequivalence), Region and Competitive Market Size, Sh

                                                          Bioanalytical Testing Services Market to Display a Superior Growth at 12.95% of CAGR, is Set to Reach USD 1867.30 million By 2023-End | Says MRFR