並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 15000件

新着順 人気順

Testの検索結果281 - 320 件 / 15000件

  • テスト駆動開発支援のtest-case-mode.elを使ってみた - http://rubikitch.com/に移転しました

    今更感はあるが、最近テスト駆動開発支援Emacs Lispのtest-case-mode.elが発表された。 http://nschum.de/src/emacs/test-case-mode/ M-x auto-install-batch test-case-mode でインストール。 こんな感じ。 テスト成功のグリーン、失敗のレッドなどの信号をモードラインに表示させる バッファが変更されたら信号も対応して変わる テストを実行して、失敗したら、その行へM-x next-errorとM-x previous-errorで飛べる assert関数群に色がつく JUnit, CxxTest, CppUnit, Python(PyUnit), Ruby (test/unit)に対応 テストコードを自動判別して、テストコードならばtest-unit-modeを有効にする 設定 以下の.emacsに

    • 2L High Resolution Music .:. free TEST BENCH

      HiRes Download - test bench As we’re renovating the functionality of www.lindberg.no and moving the site to a new host, our free Test Bench is currently not available. The functionality might come back in a condensed version at a later point in time, but the Test Bench has served its purpose well for over a decade, allowing audiophiles and fellow engineers worldwide to compare digital formats and

        2L High Resolution Music .:. free TEST BENCH
      • Online English Vocabulary Size Test

        Ever wonder about your vocabulary size? Even if you are a daily English speaker or a native English speaker, you still might find this test challenging! We conducted academic research and looked at online resources to design the model of this quiz. We believe we've prepared the best quiz for you! Chinese | English | Japanese | Korean French | German | Spanish | Portuguese Russian | Dutch | Italian

          Online English Vocabulary Size Test
        • ユビレジiOSアプリ開発のCI/CD環境 / iOS Test Night #1

          https://testnight.connpass.com/event/41323/

            ユビレジiOSアプリ開発のCI/CD環境 / iOS Test Night #1
          • Google Test — Google Test ドキュメント日本語訳

            はじめに¶ このページは,Google Test のドキュメント類を日本語訳したものです.翻訳に関しては,誤りのないように配慮しておりますが,至らない点も多々あるかと思います. 誤訳・誤字・脱字や不適切な表現を発見されましたら, ご連絡頂ければ幸いです( http://opencv.jp/forum ). 原文は英語であり,この訳文はオフィシャルなものではありません.なお,免責事項として,本訳を利用者が利用するにあたり,いかなる損害に対しても訳者はその責を負いません. Google Test プロジェクトページ: http://code.google.com/p/googletest/ ドキュメント¶ Google Test 1.6 のドキュメント このページには,Google Test 1.6 に対するすべてのドキュメントページが挙げられています. Google Test のリリース版を

            • HepCat Dev and Test: デスクトップアプリケーションの将来:Desktop2.0

              See related links to what you are looking for.

              • 標準出力や標準エラー出力を捕まえてテストする Test::Output / Capture::Tiny - 酒日記 はてな支店

                Perl で、あるコードが標準エラー出力に吐き出した内容をテストしたい場面がありました。 自分でまず思いついたのは STDERR を dup して保存しておいて、ファイルにリダイレクトして、元に戻して、というやりかた。これはこれで動くのですが面倒。こういう場合は Test::Output (や miyagawa さんに教えてもらった Capture::Tiny) が便利です。 Test::Output はこんな感じ。 std(out|err)_(is|isnt|like) といったテスト関数が使えるようになります。 use Test::Output; use Test::More; stderr_is { # STDERR になにか出力するコード } "STDERRの内容", "description"; stdout_like { # code } qr/regexp/, "descri

                  標準出力や標準エラー出力を捕まえてテストする Test::Output / Capture::Tiny - 酒日記 はてな支店
                • Test KitchenでDockerとServerspecを使ってChefのレシピをテストする - tsunokawaのはてなダイアリー

                  概要 Test Kitchenの役割 以下を自動でやってくれます。 Dockerコンテナ起動 起動したDockerコンテナにChefレシピを適用 その後Serverspec実行 Dockerコンテナ破棄 環境 OS CentOS 6.5 このホストでTest KichenやDockerを動かします。 関連ミドルウェア 事前にインストールしておきます。 バージョンは以下のものを使用しました。 docker-io-1.0.0-6 test-kitchen-1.2.1-1 kitchen-docker-1.5.0-1 serverspec-1.11.0-1 テストするレシピ CentOS6系のサーバーに適用するレシピです。 /root/chef/repo/site-cookbooks/centos6/recipes/httpd.rb httpdのインストール デーモン起動 自動起動設定 これらを

                    Test KitchenでDockerとServerspecを使ってChefのレシピをテストする - tsunokawaのはてなダイアリー
                  • IQテストとIQ最高得点者リスト:IQ Test and People With the Highest IQ

                    Wondering how much IQ you have? Click above to check it. You can go forward and backward, skipping questions or overwriting your answers. Take as much time as you want for your speed doesn't matter. Completed, press submit button. For evaluation, visit the source. You can also check how much your body costs at Cadaver Calculator. 40分でできるIQテスト。上のイラストをクリックするとスタートする。全39問の図形によるテストでスピードは関係なし。何度直してもOKです

                      IQテストとIQ最高得点者リスト:IQ Test and People With the Highest IQ
                    • PR TIMESにおけるPlaywrightを用いたVisual Regression Test | PR TIMES 開発者ブログ

                      { "scripts": { "_docker": "docker run --rm --ipc=host -v $(pwd):/workspace mcr.microsoft.com/playwright:v$(node -e 'console.log(require(\"./package.json\").devDependencies[\"@playwright/test\"])')-jammy", "_test": "playwright test", "_test:ci": "CI=1 playwright test", "_test:u": "playwright test --update-snapshots", "serve": "ts-node -r tsconfig-paths/register server.ts", "test": "pnpm run _docker

                        PR TIMESにおけるPlaywrightを用いたVisual Regression Test | PR TIMES 開発者ブログ
                      • Apache HTTP Server Test Page powered by CentOS

                        This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page it means that the Apache HTTP server installed at this site is working properly. If you are a member of the general public: The fact that you are seeing this page indicates that the website you just visited is either experiencing problems or is undergoing routine maintena

                        • 色の違いを見極める「カラーIQ」はいくつ? -Test your color IQ

                          Test your color IQは、2つの色の中間をグラデーションのように並べ替えて、「カラーIQ」を判定するオンラインサービスです。

                          • ASTER テストツールガイド改訂WG(Test Tool Guide Working Group)

                            特定非営利活動法人 ソフトウェアテスト技術振興協会(以下、NPO法人ASTERと表記する)では、「テストツールまるわかりガイド」Version 2.0.0を、2020年9月末日に公開しました。 2012年、NPO法人ASTER テストツールWGにて、「テストツールまるわかりガイド(入門編)」Version 1.0.0(以下、Version 1.0.0と表記する)が公開されました。この公開から年月が経過したことを受け、読者が最新の情報を入手できるよう、改訂を行い、公開するものです。 「テストツールまるわかりガイド」Version 2.0.0では、プロプライエタリのテストツール(企業が販売しているツールなど)の情報の刷新を行いました。 プロプライエタリのテストツールについては、企業間の垣根を越えて多様なツールを知っていただくために、国内のテストツールベンダ/販社各社に協力を呼びかけ、国内で入手

                            • Haskellの単体テスト最前線 kazu-yamamoto/unit-test-example · GitHub

                              #Haskellの単体テスト最前線 [To English] これはHaskell Advent Calendar 2012の5日目の記事です。 Haskellで作成したパッケージに対して、単体テストを書くための最新情報をお届けします。以下の記事では、Haskell Platform 2014.2.0.0 以降を使うことを前提とします。 ##要約 要点は4つです。 利用者に見せたい振る舞いは、doctest で書く 利用者に見せたくない振る舞いは、hspec で書く テストを自動化するフレームワークとしては Cabal を使う doctest でも hspec でも、純粋なコードに対しては、できるだけ QuickCheck などの性質テストを書く この記事で一番伝えたいのは、3) です。例題としては、Base64 という符号化を取り上げます。Base64 は知っていると仮定して話を進めます

                                Haskellの単体テスト最前線 kazu-yamamoto/unit-test-example · GitHub
                              • UTF-8 Browser Test for Unicode Block 'Arrows'

                                Summary This is a test page to see how well your browser supports UTF-8 characters in the Arrows Unicode block. Detail 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x2190

                                • Test your website at different screen resolutions: Multi Screen Test

                                  Multi Screen Resolution Test Test your site at different screen resolutions & devices

                                  • GitHub - lambci/docker-lambda: Docker images and test runners that replicate the live AWS Lambda environment

                                    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 - lambci/docker-lambda: Docker images and test runners that replicate the live AWS Lambda environment
                                    • Speed Test

                                      フレッツ速度測定サイト利用規約 第1条(本規約の目的) 東日本電信電話株式会社(以下、当社といいます。)は、このフレッツ速度測定サイト利用規約(以下「本規約」といいます。)を定め、これによりフレッツ速度測定サイト(以下、本サイトといいます)を提供します。 第2条(本サイトの提供) 当社が提供するフレッツ網を利用したインターネットアクセスサービスをご契約の方のみご利用いただけます。 本サイトではベストエフォートで提供されているアクセスサービスの通信速度を測定頂けます。測定結果は通信速度を保証するものではありません。また、お客様のご利用環境(パソコン、スマホ等の処理能力、ネットワークカードの性能、ハブやルータなどのご利用機器の機能・処理能力、LANケーブルや無線LANの規格、セキュリティ対策ツール、PPPoEクライアントの種類等)、建物内の伝送方式、フレッツ網(ネットワーク)の混雑状況、インタ

                                        Speed Test
                                      • selective attention test - YouTube

                                        The original, world-famous awareness test from Daniel Simons and Christopher Chabris. Get our new book, *** Nobody's Fool: Why We Get Taken In and What We Can Do About It *** available July 11, 2023. Learn more and order from Basic Books, Amazon, or your favorite local bookstore. For more information, go to https://www.hachettebookgroup.com/titles/daniel-simons/nobodys-fool/9781541602236

                                          selective attention test - YouTube
                                        • PassMark Software - PC Benchmark and Test Software

                                          USB Power Delivery Tester For testing USB ports and USB chargers Learn More Buy

                                            PassMark Software - PC Benchmark and Test Software
                                          • Google Test、Google C++テストフレームワーク登場 | エンタープライズ | マイコミジャーナル

                                            Google, Testing Technology Team, Zhanyong Wan氏は4日(米国時間)、Google Open Source BlogにおいてGoogle C++ Testing Frameworkを公開したことを発表した。Google C++ Testing Framework (以降、Google Test)は複数のOS (Linux、Mac OS X、Windows、Windows CE、Symbian)でC++テストコードを作成するためのフレームワーク。xUnitアーキテクチャをベースに開発されている。 Google TestはもともとGoogleの社内で開発されたC++テストフレームワーク。今回FLOSSプロダクトとして公開されることになった。ライセンスにはThe BSD License (3条項版)が採用されており、組み込み用途でも採用しやすくなっている

                                            • 深夜の投稿にご用心、FacebookやTwitterに投稿する前にシラフ度を判定する「Social Media Sobriety Test」

                                              飲んで騒いで帰宅したあと、なんとなく人恋しい気分で寝る前にSNSにログインしてみたり、その日の飲み会で撮った写真を早速Twitterやブログなどに投稿してみた経験のある人も多いかもしれません。しかし、翌朝しらふに戻ったときに、恥ずかしい酔っぱらいツイートに赤面したり、白目をむいた酔っぱらい写真を慌てて削除したことのある人もいるのではないでしょうか? 深夜の自分が信用できない、という人のためにセキュリティソフトウェア会社のWebrootが、深夜にFacebookやTwitterに投稿する前にしらふ度判定テストをしてくれる無料ブラウザエクステンション(プラグイン)「Social Media Sobriety Test」を開発しました。 詳細は以下から。Social Media Sobriety Test on Vimeo 友人の赤ちゃんの写真に「頭でっかちね!」と本音のコメントをつけてしまう午

                                                深夜の投稿にご用心、FacebookやTwitterに投稿する前にシラフ度を判定する「Social Media Sobriety Test」
                                              • [test][automation] sikuliを使ってGUI操作を自動化する - Qiita

                                                はじめに sikuliは画像認識(OpenCV)を利用したGUI自動操作ツールです。 操作対象を画像としてマッチングするため、スクリーン上に表示されているものであればアプリケーションの種類を問わず操作することができます。 スクリプトはjythonで書きます。 詳細は公式サイトを参照して下さい。 開発者向けにAPIも公開されています。 今回はSikuli 1.0.1のインストール方法と簡単なサンプルを紹介します。 インストール手順(for windows 7) 1. JDKの準備(割愛。JDK6,7で動きました) 2. ダウンロード 公式サイトの"SikuliX Package - Learn More and Get It"を選択 "SikuliX powered by RaiMan"の"Stable Version"を選択 "launchpad"の"sikuli-setup.jar"をダ

                                                  [test][automation] sikuliを使ってGUI操作を自動化する - Qiita
                                                • How to test code with mruby

                                                  This document discusses testing code written for mruby, a lightweight Ruby implementation. It proposes using the mruby runtime itself to test code, rather than Ruby, by using the mruby-mtest library. This allows testing mruby code directly using the same binaries and libraries as production. Sample code shows how to structure tests and set up a test runner to execute tests against the mruby binary

                                                    How to test code with mruby
                                                  • ウイルス対策アプリの検出力・使いやすさによる性能比較ランキング――AV-TEST調査 #Android

                                                    ドイツのセキュリティソフト第三者評価機関のAV-TESTが、Android向けウイルス対策アプリについてマルウェア検出力とユーザビリティ(バッテリー消費、通信量、動作等)の側面から、その性能をスコア評価した調査結果を発表している。同調査の概要と、対象となったアプリをスコアに基づきランキング化して紹介する。 マルウェア検出力・ユーザビリティのテスト概要 今回の調査で対象となった製品は計22本。Kaspersky、Symantec(ノートン)、Trend Micro、Dr.Web、Lookout、F-Secureなどのメジャーどころから、あまり知られていないベンダーのものまで幅広く比較されている。調査は2013年1月に行われた。 マルウェア検出率については、4週間以内に出現した最新の約850-1000個に及ぶマルウェアサンプルを用いて行った。SDカード上にコピーされたサンプルをフルスキャンでど

                                                      ウイルス対策アプリの検出力・使いやすさによる性能比較ランキング――AV-TEST調査 #Android
                                                    • test

                                                      test

                                                      • Test Page for the Nginx HTTP Server on the Amazon Linux AMI

                                                        This page is used to test the proper operation of the nginx HTTP server after it has been installed. If you can read this page, it means that the web server installed at this site is working properly. This is the default index.html page that is distributed with nginx on the Amazon Linux AMI. It is located in /usr/share/nginx/html. You should now put your content in a location of your choice and ed

                                                        • Best Speed Test Websites - July 2024 Reviews & Comparison

                                                          What are Speed Test Websites? Speed test websites and speed test apps are tools that enable individuals or IT professionals to test the speed of an internet connection on any device. Speed tests can measure upload speed, download speed, ping, latency, jitter, and more. Speed test websites can be used to test the internet speed of a WiFi or ethernet connection from a web browser on a desktop or lap

                                                          • HTTP vs HTTPS Test

                                                            HTTP vs HTTPS Test Encrypted Websites Protect Our Privacy and are Significantly Faster Compare load times of the unsecure HTTP and encrypted HTTPS versions of this page. Each test loads 360 unique, non-cached images (0.62 MB total). For fastest results, run each test 2-3 times in a private/incognito browsing session.

                                                              HTTP vs HTTPS Test
                                                            • にひりずむ::しんぷる - make test で Test::mysqld を永続化させる方法

                                                              実際にどうやってんのかなーって話をあんまりしてなかったので。 まず、こんな感じのモジュールを t/lib/Test/MyApp/mysqld.pm とかで作って M::I::TestTarget の default_test_target() で `make test` を書き換えてやり、t/script/setup_mysqld.pl に とか書いてあげます。 それぞれのテストでは、Test::MyApp::mysqld->setup で mysqld を立ち上げるようにして置けば、 prove で個別にやった時は、それぞれ立ち上がる make test したときは、最初に立ち上げて、あとは使いまわす という感じになります。 ポイントとしては、 $ENV{TEST_MYSQLD} に Test::mysqld のデータ構造をそのまま JSON にして突っ込む Test::MyApp::m

                                                              • Springアプリケーションのテスト道具 使いどころ、使わないどころ / decide-to-use-test-tool-for-spring-application

                                                                SPRING FEST ’19 https://springfest2019.springframework.jp/

                                                                  Springアプリケーションのテスト道具 使いどころ、使わないどころ / decide-to-use-test-tool-for-spring-application
                                                                • Googleの対話特化型AIとスマホで語り合えるアプリ「AI Test Kitchen」が自然すぎて完全に中の人がいるレベル

                                                                  Googleが、2022年5月12日から催されている年次開発者カンファレンス「Google I/O 2022」で、同社の自然言語処理AI「LaMDA 2」と、そのデモアプリの「AI Test Kitchen」を発表しました。 AI Test Kitchen https://aitestkitchen.withgoogle.com/ Google I/O 2022: Advancing knowledge and computing https://blog.google/technology/developers/io-2022-keynote/ 近日公開予定のアプリ「AI Test Kitchen」は、Googleの対話特化型AIである「対話アプリケーションのための言語モデル(Language Model for Dialogue Applications:LaMDA)」の第2世代を、ス

                                                                    Googleの対話特化型AIとスマホで語り合えるアプリ「AI Test Kitchen」が自然すぎて完全に中の人がいるレベル
                                                                  • The Joel Test: 12 Steps to Better Code

                                                                    Have you ever heard of SEMA? It’s a fairly esoteric system for measuring how good a software team is. No, wait! Don’t follow that link! It will take you about six years just to understand that stuff. So I’ve come up with my own, highly irresponsible, sloppy test to rate the quality of a software team. The great part about it is that it takes about 3 minutes. With all the time you save, you can go

                                                                      The Joel Test: 12 Steps to Better Code
                                                                    • Do the Test - Online Testing & Learning, Links

                                                                      Taking a few photos and listing them on the Airbnb website seems enough, right? The demand for short-term lettings across the UK has skyrocketed, meaning property hosts are now expected to provide more for their guests. Here’s what we think you should be doing with your property in 2022: Where […] Getting Your Garden Ready for Summer As we head into the summer period, homeowners are always looking

                                                                      • GitHub - yahoo/webseclab: set of web security test cases and a toolkit to construct new ones

                                                                        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 - yahoo/webseclab: set of web security test cases and a toolkit to construct new ones
                                                                        • 既存のchef cookbookをtest-kitchen対応させていく。 - Qiita

                                                                          test-kitchenかぁ... test-kitchen、 最近見ないうちに、色々と機能が追加されていた。 version 1.0.0が正式にリリースされた。 せっかくなので使ってみた。 test-kitchenとは cookbookって世にあるじゃないですか。chefというツールで使う ミドルウェアインストールのためのレシピ。 で、そのレシピがきちんと動作するのか────インストールできるのか? そしてインストールした後きちんと動作するのか?というのを確認するため、 opscodeが作ってるツールです。 必須なソフトウェア Vagrant Ruby 既存のchef cookbookを対応させていく 今回はたまたま対応準備を進めていた、 aiming-cookbooks以下にあるchef-td-agent cookbook(TD様のリポジトリからforkしました)を使う。 test-k

                                                                            既存のchef cookbookをtest-kitchen対応させていく。 - Qiita
                                                                          • CI/CD Litmus Test: CI/CD レベルを測定しよう! - kakakakakku blog

                                                                            AWS が公開しているサイト「CI/CD Litmus Test」を使うと簡単に「CI/CD スコア」と「CI/CD レベル」を測定できる❗️開発チームで実施しながらレベルを上げるにはどうしたら良いかをディスカッションすると効果的に使えそう \( 'ω')/ litmus.devops.aws.dev 流れとしては CI/CD の設計に関する「計20種類」の質問(Yes or No)にポチポチと答えていくと以下の結果が出る📊 CI/CD score CI/CD level 9.5 or above Fully CI/CD 8–9 Mostly CI/CD 5–7 Neutral Below 5 Not CI/CD GET STARTED を押す 質問に Yes or No で答える 今取り組んでる CI/CD をイメージしながら答えたら Mostly CI/CD だった! 質問一覧 最終

                                                                              CI/CD Litmus Test: CI/CD レベルを測定しよう! - kakakakakku blog
                                                                            • Storybook Test ruuner で安定した Visual Regression Testing を行う

                                                                              はじめに 株式会社ナレッジワーク Engineering Division のわだまる(@wadackel)です。 ナレッジワークの Web フロントエンド開発では、Storybook を活用したコンポーネント開発を行っています。そして、昨年末により良いコンポーネント開発の基盤整備を進めるべく @storybook/test-runner(以降 Storybook Test ruuner)を導入しました。導入目的としては主に、各 Story に対するスモークテスト、play 関数を活用したコンポーネントテストを行うことです。 さらに、ナレッジワークでは前述した通常のコンポーネントテストに加えて、reg-suit と storycap を利用した Visual Regression Testing(以降 VRT)を行っています。 これまでは Storybook を活用したテストは VRT の

                                                                                Storybook Test ruuner で安定した Visual Regression Testing を行う
                                                                              • [Android Tips] AsyncTaskLoaderをTestする | DevelopersIO

                                                                                AsyncTaskLoaderをテストしたい 非同期処理はテストしづらいですね。 AsyncTaskLoaderのテストをする際にはまったのでメモしておきます。いわゆる俺得エントリー 準備するもの レシピには以下のものが必要になります AsyncTaskLoaderのクラスを使った非同期処理があるAndroidプロジェクト テストしたいプロジェクトを対象にしたAndroid Testプロジェクト 諦めない心 今回利用するソースコードはこちら。 AsyncTaskSampleとAsyncTaskSampleTestの2つのプロジェクトを利用します 今回は、文字列から緯度経度を検索する非同期処理を行う簡単なAndroidプロジェクトを対象に、テストプロジェクトを作成します。AsyncTaskLoaderの拡張であるGeocoderLoaderは以下の通りです。 /** * 住所や施設名などから

                                                                                  [Android Tips] AsyncTaskLoaderをTestする | DevelopersIO
                                                                                • Search for Hash keys (CACAO Test)

                                                                                  検索結果 日付・時間帯はいずれも日本標準時(JST)です。 (最終更新日時:2022/05/03 10:29) 注意事項 (必ずお読みください)使い方、HASH値および日付の計算方法詳細についてはこちらをご参照ください。 厚労省のFAQによると、「一致したキー」は1メートル以内で15分以上という判定基準よりも広範な、OSが検知したすべての陽性者との接触情報を表示しているものです。それを考慮して対応をご検討ください。 データの取り扱いについて 本Webサイトの検索窓に入力されたデータ(数値)は、ご利用のパソコン・スマホ上でのみ処理され、その入力および検索結果はサーバ側へ送信されません。 したがって、その入力および検索結果がサーバ側にデータとして残る心配は一切ありませんので、安心してご利用ください。 以前の出力表記が間違えており、9時間のずれがありました。お詫びとともに訂正させていただきます。