Lately, ML related technologies step into industry section and many engineers challenge to integrate them into their services. The movement also comes into test/quality industry. I also have some ideas to use them though. A few weeks ago, I found a service which named mabl which provides ML-driven test automation service. The service run tests…More
Category Archives: software test
[Elixir]property based testing with stream_data
Elixir will bundle property-based testing in the core. http://elixir-lang.github.io/blog/2017/10/31/stream-data-property-based-testing-and-data-generation-for-elixir/ We can see the prototype for the library from https://github.com/whatyouhide/stream_data . The following lines are the example I applied the library before. https://github.com/KazuCocoa/http_proxy/pull/47/commits/11bf6ff5a763c97c3ec6c7bc4a1811de53a6d0c2 We can see more details from https://hexdocs.pm/stream_data/StreamData.html and you can see how flexible the methods. link [Erlang][Software Test]Property-based testing/QuickCheck Testing https://www.cs.tufts.edu/~nr/cs257/archive/john-hughes/quick.pdfMore
[Flutter]some thoughts for the Flutter
I’ve created a repository which is flutter app. https://github.com/KazuCocoa/noteapp The app is implemented by Dart lang, but I have no solid experience for it. That framework provides us very helpful IDE. In testing stuff, the framework provides us with some test framework like presenter test and unit level testing set. The generated app has no…More
[ML]Backtesting and Cross-validation
This article is a memo to me reading https://eng.uber.com/omphalos/ This article is a backtesting tool which used in Uber to validate ML related thing. I’m not sure some words and I’d like to memorise them in my brain. Thus, I’ve published this article. Back testing: https://en.wikipedia.org/wiki/Backtesting Backtesting is a term used in oceanography, meteorology and…More
Tasting report portal again
Today, the reportportal pre-4.0 released. I’ve posted try reportportal before and I thought the tool looks helpful for us. I know of Allure2 which is close to this tool but report portal is a more pluggable reporting tool. The tool provides to analyze test results using ML technology. We can see the feature’s video from…More
[Android]Checking Android Testing Support Library 1.0
update: Aug 9, 2017 I encountered no tests found error when running tests with AssertJ and AndroidJUnitRunner1.0.0. https://stackoverflow.com/questions/45402645/instrumented-tests-failure-with-androidjunitrunner-1-0-0-and-assertj A few days ago, Android Testing Support Library 1.0 was released. I pick up some awesome stuff for me, and I think this release will help enhance test automation for other 3rd party libraries. https://android-developers.googleblog.com/2017/07/android-testing-support-library-10-is.html https://developer.android.com/topic/libraries/testing-support-library/release-notes.html IdlingResources…More
[Erlang][Software Test]Property-based testing/QuickCheck Testing
I often see Property-based testing recently, and the following article is useful to understand what property-based testing and quick check testing is I’ve read for a few years. PropEr Testing http://propertesting.com/ I use QuickCheck testing in my work, and it works fine against functions especially stateless ones.More
[Android][iOS]Awesome tips
Headless simulators Appium(with WDA) can run headless simulators isHeadless against Xcode9+. Awesome: https://github.com/appium/appium-xcuitest-driver/pull/472/files composer, swarmer and mainframer Replace Spoon for Espresso. https://github.com/gojuno/composer https://github.com/gojuno/swarmer https://github.com/gojuno/mainframerMore
[Mobile]Security Testing tools
Classification Treeの歴史
知らなかったので、メモMore