Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...
GTAC 2014: Presentations Stay organized with collections Save and categorize content based on your preferences. All of the GTAC 2014 video recordings and slides are publicly available. You can watch them from the GTAC 2014 YouTube playlist or browse the talks below: Opening Remarks Sonal Shah (Google) Opening Keynote - Move Fast & Don't Break Things Ankit Mehta (Google) Links: Video, Slides Automa
When I was working on my research for my Masters degree I promised myself that I would publish my paper online under a free license, as soon as I had graduated. Unfortunately there seems to be an unwritten rule of Graduate School research. You spend so much time focusing on a single topic of study that by the time you graduate you are sick of it. So more than year later I'm finally putting my pape
Specification by Example is the winner of the 2012 Jolt Award for the best book. This book presents case studies (of over 50 projects) of how successful Lean and Agile teams design, develop, test and deliver software efficiently. Specification By Example is a must read for anyone serious about delivering software that matters. It is the result of a research on how teams all over the world specify,
この記事は Play framework 2.x Scala Advent Calendar 2013 の20日目の記事です。 6日ぶり2回目… playframeworkを使う上で、こんな感じでテスト書いてます的な 突然お昼に振られたので、書いてますww 前回同様これからPlayframeworkを触りだすお隣チーム向けでしょうか? Controllerのテストをする 目的はWithApplication/WithServerから出来る限り逃げる playのControllerをUnit Testするサンプルです テスト系のドキュメントは2.1系から急に充実した感ありますので、2.0系以来その辺見てない〜という方は見るだけで幸せ(?)になれるかもしれません http://www.playframework.com/documentation/2.2.x/ScalaTest ← ここの一番
Twitterで2013/6/14で@akiyama924さんからご質問頂いたものをまとめておきますね。回答もTwitterで行ったので、140字ずつになっていますから、少し読みにくいかもしれませんが、ご容赦下さい。 にしさんには、テスト観点でない観点を何故それはテスト観点ではないのかといった理由とともに教えてほしいです。「意地悪漢字はテスト観点ではない」「同値はテスト観点ではない」等々の理由。その辺がもやっとしています。 まず、同値はテスト観点ではない、というのは正確ではありません。同値クラスは(末端の)テスト観点ですが、境界値はテスト観点ではありません。境界値は、あるテスト観点のカバレッジ基準、もしくは選ばれた値そのものに過ぎないからです。全値、代表値、境界値などは全て同様です。 で、この説明を聞くとモヤモヤ感が高まると思います。 実はテスト設計における境界値というのは、2つの意味があ
Setting out to write some unit tests in Scala, I was faced with a problem that many others must have faced: which testing framework to build upon. Wanting to embue my tests with a particularly Scala-some flavour, I discarded the option of using JUnit directly, narrowing the field to ScalaTest and Specs2. I asked the question on Twitter, How do I choose between Specs2 and ScalaTest? and received an
- The document discusses best practices for writing PHPUnit tests, including writing tests, upgrading to PHPUnit 3.7, installing PHPUnit via different methods like PHAR, Composer, and PEAR, using specific assertions, and having a fast test suite. - It recommends separating tests by folder structure or config file, only testing relevant behaviors of classes rather than internal methods, and not tes
iOS apps Swift and Objective-C Android apps Java and Kotlin Windows apps UWP, WPF and WinForms React Native apps iOS and Android Xamarin apps iOS and Android Even more! macOS, tvOS and Unity Connect your repo, build your app. It’s that simple. Connect to GitHub, Bitbucket, GitLab, or Azure DevOps and build your app in the cloud on every commit. Automatically run unit tests, release to testers and
WWDC開幕で、話題の中心はもっぱらiOS 6、Mountain Lion、Retina対応Macですが、気にせずテストについて書きます。 2012年6月現在、純正のSenTestingKit以外にも多数のiOSアプリ用テストフレームワークが存在します。今まで試してきた中で、おすすめのテストフレームワークをいくつか紹介します。 標準のテストフレームワーク SenTestingKit / OCUnit Xcodeに標準で付属しているテストフレームワークです。iOSアプリのテストを初めて学ぶには、素直にSenTestingKitから始めた方がよいと思いますが、非同期処理やUIを含むテストは面倒・困難です。Google Toolbox for Macを使って少し拡張することもできます。 長所 標準で用意されているので導入が楽。 シンプルなので理解しやすい。 他のフレームワークのメリット・デメリッ
February 28, 2012 This article will be appearing in my forthcoming book on Backbone.js and continues the section on unit testing. We previously looked at Jasmine and will now look at QUnit and SinonJS. QUnit is a powerful JavaScript test suite written by jQuery team member Jörn Zaefferer and used by many large open-source projects (such as jQuery and Backbone.js) to test their code. It’s both capa
The ios-sim tool is a command-line utility that launches an iOS application on the iOS Simulator. This allows for niceties such as automated testing without having to open XCode. Features Choose the device family to simulate, i.e. iPhone or iPad. Setup environment variables. Pass arguments to the application. See the stdout and stderr, or redirect them to files. See the --help option for more info
One software developer task is to validate changes you applied to an application. Ideally this is done with repeatable unit tests where certain initial scenarios are created and a certain final scenario are expected. This approach works well for a many application aspects but not well for user interface testing. This is because of problems in simulating user behavior such as clicking. Developers e
今回は、CTS概要、環境、基本操作について記載いたします。 なお、本内容を実施し、何らかの問題、損害などが発生した場合、当社は一切の責任を負いません。 あくまで自己責任で実施してください。 これらのことを認識頂いた上で、ご利用、参考にしてください。 0.はじめに 昨今、注目を浴びているAndroidですが、CTSというのは、みなさんご存知でしょうか? 名前は聞いたことあっても、実際、使ったこと無い人がほとんどだと思います。 なぜなら、アプリベンダーにはあまり関係ないことですから。しかし、Androidを利用して、世に 何らかのハードを出そうという人たち(メーカ、個人含む)、またはframeworkを改変(Bug対応など)し、 Android Open Source Projectsにsubmitしようとする人にとっては、実は避けては通れない道です。 本記事は、そんな人たちのために捧げます。
The Compatibility Test Suite (CTS) overview Stay organized with collections Save and categorize content based on your preferences. Compatibility Test Suite (CTS) is a free, commercial-grade test suite and tools used to help ensure that your devices are Android compatible. CTS is intended to be integrated into your daily workflow, such as through a continuous build system. CTS runs on a desktop mac
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く