はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『Codeception - PHP Testing framework - PHP unit testing, PHP e2e testing, data...』

  • 人気
  • 新着
  • すべて
  • https://codeception.com/for/wordpress

    4 users

    codeception.com

    layout: page title: Codeception for WordPress hero: wp_hero.html

    • テクノロジー
    • 2016/07/11 18:06
    • wordpress
    • test
    • 10-WebServices - Codeception - Documentation

      4 users

      codeception.com

      Testing WebServices The same way we tested a web site, Codeception allows you to test web services. They are very hard to test manually, so it’s a really good idea to automate web service testing. We have SOAP and REST as standards, which are represented in corresponding modules, which we will cover in this chapter. You should start by creating a new test suite, (which was not provided by the boot

      • テクノロジー
      • 2016/01/05 16:06
      • codeception
      • php
      • test
      • api
      • Laravel - Codeception - Documentation

        3 users

        codeception.com

        Laravel Installation composer require --dev codeception/module-laravel Description This module allows you to run functional tests for Laravel 6.0+ It should not be used for acceptance tests. See the Acceptance tests section below for more details. Demo project https://github.com/Codeception/laravel-module-tests Config cleanup: boolean, default true - all database queries will be run in a transacti

        • テクノロジー
        • 2015/07/16 17:27
        • Codeception 2.1 Is Here

          3 users

          codeception.com

          We are finally ready to show you the Codeception 2.1. Since RC we stabilized its codebase, and we encourage you to start all your new projects with Codeception 2.1. As well as migrate old ones. Codeception 2.1 is aimed for consistency and provide you the better experience for testing your web applications. This new release makes tests even more simple to read, write, and maintain. If you didn’t tr

          • テクノロジー
          • 2015/07/01 00:14
          • php
          • Selenium WebDriver tests with Codeception

            3 users

            codeception.com

            Last time we discovered API of new WebDriver PHP bindings. We wrote a basic test in PHPUnit that uses Selenium and Firefox browser to find php-webdriver library on Github. Today we will reimplement the same test with Codeception. Installation Depending on your preferences you can install Codeception either by downloading codecept.phar archive from the site, or alternatively by using composer. { "r

            • テクノロジー
            • 2014/06/20 07:41
            • php
            • Testing Emails in PHP. Part 1: PHPUnit

              8 users

              codeception.com

              So how do you check that your applications sends email correctly? It looks like dealing with emails is always a challenge. How would you verify that an email message is formatted and delivered correctly, without actually sending them to your clients? That’s the first question. And the second question is: how can we automate the testing of emails? For both questions we have an answer. There are two

              • テクノロジー
              • 2013/12/19 09:41
              • phpunit
              • mail
              • PHP
              • test
              • Ruby
              • Understanding AspectMock

                3 users

                codeception.com

                As you may know, AspectMock is non-ordinary mocking framework that can override any method of any class in your application. This is practically useful If you want to unit test code, which was not aimed to be testable from start. Also AspectMock gives you power to write efficient code at first, and not affect production code with testing design. Test Design Even AspectMock proposes a flexibility i

                • テクノロジー
                • 2013/11/29 19:23
                • AspectMock
                • PHP
                • test
                • WebDriver - Codeception - Documentation

                  5 users

                  codeception.com

                  WebDriver Installation composer require --dev codeception/module-webdriver Description Run tests in real browsers using the W3C WebDriver protocol. There are multiple ways of running browser tests using WebDriver: Selenium (Recommended) Java is required NodeJS is required The fastest way to get started is to Install and launch Selenium using selenium-standalone NodeJS package. Launch selenium stan

                  • テクノロジー
                  • 2013/11/26 19:31
                  • php
                  • Working with PHPUnit and Selenium Webdriver

                    5 users

                    codeception.com

                    In this post we will explore some basics of user acceptance testing with Selenium. We will do this with classical unit testing framework PHPUnit, web browser Firefox, and with new php-webdriver library recently developed by Facebook. Selenium allows us to record user actions that we do inside a browser and then automate them. PHPUnit will be used to do various assertions and check them for fallacy

                    • テクノロジー
                    • 2013/11/22 16:14
                    • Codeception - PHP Testing framework - PHP unit testing, PHP e2e testing, database testing

                      84 users

                      codeception.com

                      User_Centric_Tests Codeception provides high-level domain language for tests. Tests are represented as a set of user's actions. Learn More Browser_Testing Tests can be executed using Firefox, Chrome, Safari or Cloud Testing services with Selenium WebDriver. Browser can be emulated with HTTP-requests through CURL with PhpBrowser. Learn More Framework_Testing Tests can be executed inside a PHP frame

                      • テクノロジー
                      • 2012/05/30 10:14
                      • php
                      • BDD
                      • test
                      • PHPUnit
                      • selenium
                      • テスト
                      • codeception
                      • Testing
                      • tdd

                      このページはまだ
                      ブックマークされていません

                      このページを最初にブックマークしてみませんか?

                      『Codeception - PHP Testing framework - PHP unit testing, PHP e2e testing, data...』の新着エントリーを見る

                      キーボードショートカット一覧

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

                      • 総合
                      • 一般
                      • 世の中
                      • 政治と経済
                      • 暮らし
                      • 学び
                      • テクノロジー
                      • エンタメ
                      • アニメとゲーム
                      • おもしろ
                      • アプリ・拡張機能
                      • 開発ブログ
                      • ヘルプ
                      • お問い合わせ
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について
                      • ガイドライン
                      • 利用規約
                      • プライバシーポリシー
                      • 利用者情報の外部送信について

                      公式Twitter

                      • 公式アカウント
                      • ホットエントリー

                      はてなのサービス

                      • はてなブログ
                      • はてなブログPro
                      • 人力検索はてな
                      • はてなブログ タグ
                      • はてなニュース
                      • ソレドコ
                      • App Storeからダウンロード
                      • Google Playで手に入れよう
                      Copyright © 2005-2025 Hatena. All Rights Reserved.
                      設定を変更しましたx