並び順

ブックマーク数

期間指定

  • から
  • まで

401 - 440 件 / 14921件

新着順 人気順

Testの検索結果401 - 440 件 / 14921件

  • すでに公開しているブログの背後でテーマをテストできる Wordpress Theme Test Drive

    先日からこのブログのサーバーをより高速な環境に移行作業中でしたが、やっとのことで昨日サーバーの切り替えができました。 レンタルサーバーから自前で管理するVPSに移行して、いろいろと高速化の工夫をしていますのでテーマは変わっていませんが現時点でも体感速度が速くなっていると思います。 次はブログのテーマの入れ替えに進もうと考えているのですが、すでにブログが動いている状態でテーマのテストをするのは面倒です。しかしブログにWordpressを利用している人には便利な解決方法があります。それが WP Theme Test Drive です。 Theme Test Drive のしくみ WP Theme Test Drive は通常やってくる読者にはいまのテーマを表示して、ブログにログインしている管理者やユーザーだけにテスト中の別テーマを表示するプラグインです。 利用方法は通常のプラグインと同様に、W

      すでに公開しているブログの背後でテーマをテストできる Wordpress Theme Test Drive
    • GitHub - SeleniumHQ/selenium-ide: Open Source record and playback test automation for the web.

      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 - SeleniumHQ/selenium-ide: Open Source record and playback test automation for the web.
      • 🥇Golden Testを導入してUI開発の不安を解消する

        はじめに Flutter好きの皆さんこんにちは! アルサーガパートナーズ株式会社でFlutterエンジニアをしているtaiseiです! 突然ですが皆さん、FlutterでUIの開発を進める中で、「このUIはどんなデバイスでも適切に表示されるのだろうか..?」と不安に感じたことはありませんか? レスポンシブデザインはもちろんのこと、テキストのフォントや色、ダークモードの表示など複数のデバイスで複数の画面を一回一回チェックするのは骨の折れる作業ですし、開発を進める中で副作用によってUIが変更され、気付かないうちに開発が進んでしまうといったこともあります。 そこで、これらの問題を解決する方法として、Golden TestというUIテスト手法があります!! 今回はこのGolden Testについて、設定から基本的な使い方、私が実際に遭遇したエラーに対するトラブルシューティング等を解説していこうと思

          🥇Golden Testを導入してUI開発の不安を解消する
        • Test Page for the Nginx HTTP Server on EPEL

          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 EPEL. It is located in /usr/share/nginx/html. You should now put your content in a location of your choice and edit the root conf

          • GHUnitとOCMockでUnit Test効率化 - jarinosuke blog

            また、テストを書く。 最近 iOS 界隈のテストのベストプラクティスについて調べているのですが、そこで目に留まった文章があるのでまずそれを紹介します。 How comfortable are you on a bike without a helmet? Writing code without tests is like riding a bike without a helmet. You might feel free and indestructible for now, but one day you’ll fall and it’s going to hurt. http://paulsolt.com/2010/11/iphone-unit-testing-explained-part-1/ ヘルメットを付けずに自転車を漕ぐのはとても快適ですね。でも、ふとしたある日に取り返しの

              GHUnitとOCMockでUnit Test効率化 - jarinosuke blog
            • Rich Results Test - Google Search Console

              Rich results are experiences on Google surfaces, such as Search, that go beyond the standard blue link. Rich results can include carousels, images, or other non-textual elements.

              • BLACKLISTALERT.ORG - Email Problem ? - Test if your IP or DOMAIN is blacklisted in a spamdatabase

                NOTE: We just offer this free lookup service to you. We can not remove you from any list. IP or Domain

                • hamcrest - Hamcrest - library of matchers for building test expressions - Google Project Hosting

                  Code Archive Skip to content Google About Google Privacy Terms

                  • Spring MVC 3.2のSpring MVC Testを触った - コンピュータクワガタ

                    はじめに 半年前くらいからSpring MVCについて勉強していまして、テストをどうしようかと思っていたところ、先日Spring 3.2がリリースされました。Spring 3.2からはSpring MVC Testが正式にサポートされるようになり、Spring MVCのテストが簡単に書けるようになりました。 そこで、テストアプリケーションをテストしてわかったことを、簡単にまとめてみました。 ショーケースのサンプルを見ながらやっています。こうしたほうがいいよとか、ここ違うよとかあれば突っ込んでいただけたら幸いです。 以下のファイルは、https://github.com/kuwalab/spring-mvctestに置いてあります。Eclipse+WTPで作っています。 Mavenを利用して作成していますので、依存しているライブラリーはpom.xmlを参照してください。 最初のサンプル まず

                      Spring MVC 3.2のSpring MVC Testを触った - コンピュータクワガタ
                    • VIM Color Scheme Test - C - Sat Sep 26 16:32:23 2009

                      This page really requires a modern web browser. Click here for more information. Do your friends a favor. Link to the front page instead. Thanks! Useful tip: decrease the text size to see more in each iframe. (For example, in Firefox press ctrl-minus and you will see.) Select iframe height (in pixels): 100 200 300 400 500 600 Dark Background

                      • AngularJSのテスト(Unit Test/end-to-end test)って何が良いの? - Qiita

                        AngularJSを利用したのなら、絶対にKarmaとか Protractorを活用すべきです。ちゅうか、活用しなさい。と言いたいです。システムを保守フェーズに安定的にメンテナンスするならそう考えるのがふつうになるべき。 (※Protractorについては、こちらの記事がとても参考になります) 例によって「Mastering web application development with AngularJS」を読んで書かれていたポイントを読んだ感想をこちらにまとめてますが、 2章のテスト解説部分に下記の文章があります。 There is a quote saying that writing code without a Version Control system (VCS) is like skydiving without a parachute. Today one would

                          AngularJSのテスト(Unit Test/end-to-end test)って何が良いの? - Qiita
                        • xScope • Measure. Inspect. Test.

                          A powerful set of tools that are ideal for measuring, inspecting & testing on-screen graphics and layouts. Mirror Effortlessly see your designs and applications on iOS and Apple Watch while you work on them from your Mac. Text new A powerful way to search, decipher, and reformat text and character glyphs. Dimensions Instantly find the dimensions of any on-screen element simply by rolling your mous

                            xScope • Measure. Inspect. Test.
                          • GitHub - cweill/gotests: Automatically generate Go test boilerplate from your source code.

                            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 - cweill/gotests: Automatically generate Go test boilerplate from your source code.
                            • Test Automation for UI Testing | T-Plan

                              Join us this week at #GDC2024 as we showcase our award winning Game Test Automation. Trusted globally by gaming studios to automate repetitive tasks and navigate games using our Visual UI testing tool.

                                Test Automation for UI Testing | T-Plan
                              • GitHub - grosser/parallel_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber

                                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 - grosser/parallel_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber
                                • Test::Unit と RSpec と Shoulda

                                  昨日の記事 続・Rails 3.x 時代のテストフレームワーク では、Rails で使用できるテストフレームワークの基礎知識と相互関係についてまとめました。 今日は、Test::Unit と RSpec と Shoulda を具体的に比較してみたいと思います(Cucumber については、別の機会に…)。 例として「変数 @total に文字列 '100' をセットすると、式 @total.to_i は 100 を返す」というテストケースを考えましょう。 純粋な Test::Unit ではこのように書きます。 require 'test/unit' class SimpleTest < Test::Unit::TestCase def test_should_return_100 @total = '100' assert_equal(100, @total.to_i) end end R

                                  • GitHub - hugues-m/phpunit-vw: VW PHPUnit extension makes your failing test cases succeed under CI tools scrutiny

                                    VW makes failing test cases succeed in continuous integration tools. Your primary objective is to ship more code to the world. No need to be slowed down by regressions or new bugs that happen during development. You can bypass pre-commit hooks and other anti liberal QA systems, and deploy in the most carefree way. VW Extension does not interfere with your dev environment so you can test your code

                                      GitHub - hugues-m/phpunit-vw: VW PHPUnit extension makes your failing test cases succeed under CI tools scrutiny
                                    • Test::More - テストを書くためのもう一つのフレームワーク - perldoc.jp

                                      名前¶ Test::More - テストを書くためのもう一つのフレームワーク 概要¶ use Test::More tests => $Num_Tests; # または use Test::More qw(no_plan); # または use Test::More skip_all => $reason; BEGIN { use_ok( 'Some::Module' ); } require_ok( 'Some::Module' ); # 「ok」と示すためのさまざまな方法 ok($this eq $that, $test_name); is ($this, $that, $test_name); isnt($this, $that, $test_name); # STDERR に出力するよりも "# here's what went wrong\n" diag("here's what

                                      • GitHub - amitshekhariitbhu/go-backend-clean-architecture: A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.

                                        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 - amitshekhariitbhu/go-backend-clean-architecture: A Go (Golang) Backend Clean Architecture project with Gin, MongoDB, JWT Authentication Middleware, Test, and Docker.
                                        • 第28回 Test::More:no_planからdone_testingへ | gihyo.jp

                                          計画的に実行するのはよいことですが 前回も紹介したように、Test Anything Protocolでは「これから10個のテストを実行します」と宣言する場合はこのように書くことになっていました。 use strict; print "1..10\n"; # 宣言部 for (1..10) { print "ok $_\n"; } このような宣言部の存在は、テスト結果をパースして分析するTest::Harnessのようなツールにとっては非常に便利なものですが、たとえば環境によってテストの数がかわるとき、あるいはテストファイルが非常に長くなってきたとき、はたまた多くの人が平行してファイルやテストの追加作業をしているため最後にマージするまでテストの数がわからないとき、事前にテストの数を把握していなければならないというのは、大きな制約にもなりえます。 単純そうに見えるTest Anything

                                            第28回 Test::More:no_planからdone_testingへ | gihyo.jp
                                          • IQ Test Made by Mensa Norway - Mensa Norway

                                            IQ Test Made by Mensa Norway This online test gives an indication of general cognitive abilities, represented by an IQ score of between 85 and 145, where 100 is the population average. This test is not a substitute for professional intelligence tests, such as those administered by Mensa and licensed psychologists. This test consists of 35 puzzles in the form of visual patterns that must be solved

                                            • GNU Emacs Color Theme Test

                                              Maverick Woo (Shan Leung) Hello, I am a Systems Scientist at CyLab in Carnegie Mellon University. I received my Ph.D. in Computer Science from Carnegie Mellon in 2009 and joined CyLab in 2011. My current research interests include software security and program analysis, with a focus on algorithm design and budget optimization. Contact pooh at cmu dot edu 4720 Forbes Ave., Room 2120 Carnegie Mellon

                                              • 北朝鮮が実施してきたミサイル発射実験の遍歴を立体的に把握できる「North Korea Missile Test Visualization」

                                                北朝鮮が世界中からの抗議の声を無視する形でミサイル発射実験を繰り返しており、日本やアメリカ、韓国、中国、ロシアなどを中心に国際的な緊張感が高まっています。GitHubで「nagix」ことAkihiko Kusanagiさんが公開している「North Korea Missile Test Visualization」では、これまで北朝鮮が発射してきたミサイル、または「ロケット」の発射試験の飛行軌跡を立体的に把握することが可能です。 North Korea Missile Test Visualization https://nagix.github.io/nk-missile-tests/ このサイトは、非営利組織の「Nuclear Threat Initiative」(NTI)が公表している北朝鮮によるミサイル発射試験のデータベースをもとにしたもので、1984年から実施されてきた116回の

                                                  北朝鮮が実施してきたミサイル発射実験の遍歴を立体的に把握できる「North Korea Missile Test Visualization」
                                                • Test Automation Patterns

                                                  About the Test Automation Patterns Wiki: This wiki was created by Seretta Gamba and Dorothy Graham and is the subject of their co-authored book (see below). The wiki is currently moderated by Bryan Bakker and is hosted by EuroSTAR Software Testing Conferences. For more free Test Automation Resources see EuroSTAR Huddle.com How to get started: There are two ways to help you get started in using thi

                                                  • HTTP Server Test Page powered by CentOS-WebPanel.com

                                                    This page is used to test the proper operation of the HTTP server after it has been installed. If you can read this page it means that the HTTP server installed at this site is working properly. The fact that you are seeing this page indicates that the website you just visited is either experiencing problems or is undergoing routine maintenance. If you would like to let the administrators of this

                                                    • Test::mysqldとかでテスト走らせる時に際行ったいろんな事。 - D-6 [相変わらず根無し]

                                                      Test::mysqldとかでテスト走らせる時に際行ったいろんな事。 Test::mysqldを使うとクールにMySQLを起動させられるので、それを使おうとしたんだ。でもおいらのローカルにあるmysqlをMacPortsのmysqlで、ファイルレイアウトがメタメタなんだ。だからまずこんな感じで、Test::mysqldを継承するMyApp::Test::mysqldを書いたわけさ! 必要とあればMacPortsとかの環境じゃなくてもMYSQL_INSTALL_DBとMYSQLDを設定すればテスト時にTest::mysqldが見るバイナリを変更できるのがミソだね! さて、これを使っても、何個もテストスクリプトがある時に一回一回mysqlを立ち上げ直してちゃ意味がない。遅いし、毎回DBの設定をしなくちゃいけないじゃないか! だもんで、まずmake testが走るときに前もってTest::mys

                                                      • おそらくはそれさえも平凡な日々: Test::mysqldのcopy_data_fromでテストが更に捗る話

                                                        少し前ですがTest::mysqld 0.17からは copy_data_fromというオプションが加わっています。 これは、Test::mysqld起動時にコピー元のdataディレクトリを指定できるもので MySQLの起動時間を節約することができます。テスト開始時にDBに大量のデータを 入れておきたい場合に特に有効です。 特にゲームなどの場合は、大量のマスタデータもコードの一部と言えるので、ちゃんと 全部流し込んでからテストを実施したいという要件があるので重宝します。 さて、そのdataディレクトリをどうやって作ればよいかという話になるのですが、 それも、Test::mysqldに事前に作らせてどこかに配置しておけば良いでしょう。 手順としては例えば以下のようになります。 ‘tmp/test_mysqld_data’ をdatadirにしてTest::mysqldを起動 DDLとマスタデ

                                                        • Test-Driven Infrastructure with Chef

                                                          Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. Book description The advent of modern programming frameworks such as Rails and Django, together with the ready availability of virtualisation, and the explosion of interest in configur

                                                            Test-Driven Infrastructure with Chef
                                                          • 5 Advanced Testing Techniques in Go [Golang Test Suite]

                                                            Connections Overview Integrate web and mobile app data with a single API Warehouses Easily transform and load customer data Reverse ETL Move warehouse data to your applications Functions Customize your customer data pipeline Developer Toolkit Build on Twilio Segment

                                                              5 Advanced Testing Techniques in Go [Golang Test Suite]
                                                            • test/fixtures/*.yml の作成

                                                              ● [Rails] test/fixtures/*.yml の作成 現在のDBの内容から test/fixtures/*.yml を作成する方法。基本的には、 YAML化

                                                              • 「Microsoft Security Essentials」が2回連続でAV-Test認証に落ちる

                                                                • Test::mysqld を別ウィンドウで立ち上げたら開発時の prove が快適過ぎる件 - Craftworks Tech Blog - Branch

                                                                  id:xaicron 氏が紹介なされていました make test で Test::mysqld を永続化させる方法 を早速導入していたのですが、make test は速くなって便利なのですが、prove で 1 つずつテストをするときは、相変わらず mysqld を毎回、起動・終了するので時間がかかって開発時のストレスになります。 そこで、開発時には別ウィンドウで mysqld を立ち上げておいて、そこに接続しに行くようにすれば大分快適になると思い、実装してみました。 #!/usr/bin/env perl use strict; use warnings; use FindBin; use lib "$FindBin::Bin/../lib"; use File::Spec; use JSON; use Test::MyApp::mysqld; my $tempfile = File:

                                                                    Test::mysqld を別ウィンドウで立ち上げたら開発時の prove が快適過ぎる件 - Craftworks Tech Blog - Branch
                                                                  • 受け入れテスト駆動開発で不確実性に段階的に対処する/Addressing Uncertainty Incrementally with Acceptance Test-Driven-Development

                                                                    スクラムフェス新潟2024の発表資料です。

                                                                      受け入れテスト駆動開発で不確実性に段階的に対処する/Addressing Uncertainty Incrementally with Acceptance Test-Driven-Development
                                                                    • Robolectric: Unit Test your Android Application | Robolectric

                                                                      Welcome Quick Start User Guide Customizing Release Notes Troubleshooting News JavaDocs Download Robolectric: Test-Drive Your Android Code Running tests on an Android emulator or device is slow! Building, deploying, and launching the app often takes a minute or more. That’s no way to do TDD. There must be a better way. Wouldn’t it be nice to run your Android tests directly from inside your IDE? Per

                                                                      • Using Go 1.10 new trace features to debug an integration test

                                                                        I had an integration test that was very complex (most are, sadly) and took too long to start. I was able to diagnose why using new features of Go’s 1.10 trace tool. This post describes my workflow and what led me there. The example code I’m using for this post is at https://github.com/cep21/trace-110. My integration test was a bit more complex, but generally had startup that was slow due to a sing

                                                                          Using Go 1.10 new trace features to debug an integration test
                                                                        • 【リリース】iPhoneで本格的なTOEICの受験対策ができる『TOEIC® TEST実践トレーニング』

                                                                          BBソフトサービス株式会社が、英語のコミュニケーション能力を測る検定試験「TOEIC」の実践的な受験対策ができるiPhone・iPod touch向けアプリ『TOEIC® TEST実践トレーニング 』をリリースしています。 テストの出題形式に沿ったリスニング・リーディングのテストや、実力テストで推定スコアを測定することも可能です。 iPhone・iPod touchでTOEIC(R)テストの本格的な学習ができる『TOEIC® TEST実践トレーニング』 ●概要 いつでもどこでもお手軽にTOEIC(R)テストの実践的な学習ができるアプリです。 テストの出題形式に沿ってリスニングからリーディングまでのトレーニングや、実力テストでTOEIC(R)テスト推定スコアを測定することができます。 ●説明文 実力テストでは、TOEIC(R)テストの出題形式に沿った問題を制限時間内に20問解いて実力を確認し

                                                                            【リリース】iPhoneで本格的なTOEICの受験対策ができる『TOEIC® TEST実践トレーニング』
                                                                          • [Java][test] Java Webテストツール文法まとめ - Qiita

                                                                            概要 http://java-source.net/open-source/web-testing-tools で紹介されているテストツールを使用したテストの書き方をまとめてみました。 HtmlUnit 順当な感じです。 @Test public void homePage() throws Exception { final WebClient webClient = new WebClient(); final HtmlPage page = webClient.getPage("http://htmlunit.sourceforge.net"); Assert.assertEquals("HtmlUnit - Welcome to HtmlUnit", page.getTitleText()); final String pageAsXml = page.asXml(); Asser

                                                                              [Java][test] Java Webテストツール文法まとめ - Qiita
                                                                            • full test also want to end within 50ms

                                                                              VPoEの視点から見た、ヘンリーがサーバーサイドKotlinを使う理由 / Why Server-side Kotlin 2024

                                                                                full test also want to end within 50ms
                                                                              • FactoryGirlでtraitを使うとintegration test書くのが捗るという話|TechRacho by BPS株式会社

                                                                                注: factory_girlはfactory_botに改名されました。 おなじみfactory_girlがちょっと分かってきたので覚え書きがてらメモです. FactoryGirlって,あちこちで見る事例がシンプルすぎることが多くて手元のある程度複雑なデータ構造のFactoryをどうやって書くか,ピンと来ないことが多い気がします.要試行錯誤ですね. 前提Model この記事で使うModelの前提です.掲示板(Forum)があり,そこに対して記事(Post)を投稿するのですが,記事には商品(Product)が紐付いている,というものです. イメージとしては「おまえらのオススメガジェット教えろ」みたいなのがforumで,postには具体的なコメントと商品を選択して評価スコア(100点満点)と一緒に投稿できる,といったものになります. Rails4前提なので,attr_accessibleは書い

                                                                                  FactoryGirlでtraitを使うとintegration test書くのが捗るという話|TechRacho by BPS株式会社
                                                                                • GitHub - google/EarlGrey: :tea: iOS UI Automation Test Framework

                                                                                  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 - google/EarlGrey: :tea: iOS UI Automation Test Framework