ACM Queue - Testing
http://queue.acm.org/listing.cfm?item_topic=Testing&qc_type=topics_list&filter=Testing&page_title=Testing&order=desc
The Fun in Fuzzing: The debugging technique comes into its own.
http://queue.acm.org/detail.cfm?id=3580504
Testing2023年2月01日 13:00:09 GMTStefan Nagy3580504SQL is No Excuse to Avoid DevOps: Automation and a little discipline allow better testing, shorter release cycles, and reduced business risk.
http://queue.acm.org/detail.cfm?id=3300018
Using SQL databases is not an impediment to doing DevOps. Automating schema management and a little developer discipline enables more vigorous and repeatable testing, shorter release cycles, and reduced business risk. When you can confidently deploy new releases, you do it more frequently. New features that previously sat unreleased for weeks or months now reach users sooner. Bugs are fixed faster. Security holes are closed sooner. It enables the company to provide better value to customers.Testing2018年12月12日 11:09:21 GMTThomas A. Limoncelli3300018Writing a Test Plan: Establish your hypotheses, methodologies, and expected results.
http://queue.acm.org/detail.cfm?id=3294770
If you can think of each of your tests as an experiment with a hypothesis, a test methodology, and a test result, it should all fall into place rather than falling through the cracks.Testing2018年11月27日 11:40:05 GMTGeorge Neville-Neil3294770Using Remote Cache Service for Bazel: Save time by sharing and reusing build and test output
http://queue.acm.org/detail.cfm?id=3287302
Remote cache service is a new development that significantly saves time in running builds and tests. It is particularly useful for a large code base and any size of development team. Bazel is an actively developed open-source build and test system that aims to increase productivity in software development. It has a growing number of optimizations to improve the performance of daily development tasks.Testing2018年10月21日 19:15:22 GMTAlpha Lam3287302