This document discusses automated analytics testing and A/B testing. It provides an overview of web analytics and user analytics. A/B testing is described as testing changes to a small portion of users first to avoid regressions. Examples are given of how analytics could be wrong, such as showing the wrong discount code. The document argues that QA personnel should test analytics to prevent data loss and ensure the correct information is captured. It proposes adding an extra HTTP request to intercept analytics data during testing to validate the key-value pairs match expectations.
This document discusses automated analytics testing and A/B testing. It provides an overview of web analytics and user analytics. A/B testing is described as testing changes to a small portion of users first to avoid regressions. Examples are given of how analytics could be wrong, such as showing the wrong discount code. The document argues that QA personnel should test analytics to prevent data loss and ensure the correct information is captured. It proposes adding an extra HTTP request to intercept analytics data during testing to validate the key-value pairs match expectations.
Selenium has gone through several major releases over the past 15 years, starting with Selenium 1.x in 2004 which introduced the Selenium Core. Selenium 2.x was released in 2010 and introduced WebDriver. Selenium 3.x was released in 2016 and moved away from the RC version. The next major release, Selenium 4.x, will focus on full spec compliance.
Selenium and Appium are tools for automating testing of web and mobile applications. Selenium was originally used for testing web applications in browsers but as applications moved to mobile, Appium was created to allow the same tests to run on both Android and iOS platforms. Appium works by proxying commands to the appropriate automation tools on each platform. The presentation demonstrates sample code for testing a mobile app using Appium and discusses how physical robots can also be used for automated testing.
基礎からわかる、機械学習のソフトウェアテストのへの適用例 - 「Bag Of Words」を使った「類似チケットの検索」Nozomi Ito
This document discusses bag-of-words, a technique in natural language processing where a text is represented as the bag (multiset) of its words, disregarding grammar and even word order but keeping multiplicity. The document provides examples of how bag-of-words works by taking text samples and representing them as vectors of word counts. It also discusses how to calculate the similarity between two text samples represented as bag-of-words vectors using cosine similarity.
現地時間3月3日から10日にかけて、世界中のテレコムが注目するテクノロジーカンファレンスである「Mobile World Conference 2025」がバルセロナで開催されました。特に競争の激しいヨーロッパのマーケットでは、各社が生き残りをかけたイノベーションをたくさん生み出しています。5G/6G、エッジクラウド、新しい音声技術など、多くのキーワードが注目されています。