1990年代までのソフトウェアテスト1990年代までのソフトウェア開発におけるテストは、手作業で目視確認が主流でした。今日のようにテスト駆動開発で、自動テストを書くという習慣はありませんでした。いくつかの書籍から、本当でそうであったかを引用すると次の通りです。 新装版 リファクタリング―既存のコードを安全に…
Announcing Cypress 10 with Component Testing Beta!
Announcing Cypress 10 with Component Testing Beta! Jun 01 2022 • Ely Lucas Back to Cypress blog Hello, friends! Today, we have an exciting announcement to share. The title up above might have given it away, but in case you missed it, Cypress 10 is here 🎉! Cypress 10 is our most exciting release …
伸ばすのが難しい能力: 柴田 芳樹 (Yoshiki Shibata)
2018年6月1日に株式会社メルペイに入社して、4年が過ぎました。入社当時は、定年が60歳と聞いていたので、1年半の勤務だと思っていましたが、実際には65歳であり、4年が過ぎました。 ソフトウェアエンジニアにとって重要な能力と(私は考えるが)、身に付けるのが難しいのが現実だと、この4年間で再認識したのは次の三つ…
Meta Open Source is transferring Jest to the OpenJS Foundation
Meta Open Source is officially transferring Jest, its open source JavaScript testing framework, to the OpenJS Foundation. With over 17 million weekly downloads and over 38,000 GitHub stars, Jest is the most used testing framework in the JavaScript ecosystem and is used by companies of all sizes, …
GitHub – httptoolkit/mockrtc: Powerful friendly WebRTC mock peer & proxy
MockRTC Part of HTTP Toolkit: powerful tools for building, testing & debugging HTTP(S), WebSockets and WebRTC MockRTC lets you intercept, assert on and mock WebRTC peers. This makes it possible to: Build automated tests for WebRTC traffic. Simulate WebRTC errors in a reliable reproducible way. Ca…
GitHub – nvh95/jest-preview: Debug your Jest tests. Effortlessly.🛠🖼
Jest Preview Debug your Jest tests. Effortlessly. 🛠🖼 Try Jest Preview Online. No downloads needed! Why jest-preview When writing tests using Jest, we usually debug by reading the HTML code. Sometimes, the HTML is too complicated to visualize the UI in our head. jest-preview initiates a server and…
Selenium+PythonでiPhoneのSafariを操作する
GMOアドマーケティングのT.Oです。 今回はMacからSeleniumとpythonプログラムを利用してiPhone実機のSafariを操作してみます。 0.Seleniumの説明 Seleniumは、WebアプリケーションをWebブラウザで表示したときに正常に表示されるか、ある操作をしたときに想定通りの画面に遷移するかなどユーザーインターフェイスのテス…