🏞 How Big Tech does Quality Assurance (QA)

The pernicious effect of having a separate testing team: How Big Tech does Quality Assurance (QA) - by Gergely Orosz The change in the number and type of tests the Visual Studio Team Services experienced after merging the dev and the test teams. Before the merge: end-to-end tests dominated, but unit and integration tests were rare. This flipped after the merge. (Microsoft Dev Blogs) In 2 years, almost all “old” tests from when test was separate from dev, were gone....

September 20, 2023 Â· 1 min Â· 91 words

🔗 The exponential horn of testing

The exponential horn of testing · GitHub The actual model that more closely resembles what we need should have the bare minimum of E2E tests, quite a number of service tests and the vast majority should be unit tests. Exponential model: x = 10^hy So if the height h goes from 1 to 2 to 3 then we have 1 E2E test to 100 service tests to 10,000 unit tests....

September 14, 2023 Â· 1 min Â· 85 words

🔗 JSON Generator – tool for generating random JSON data

JSON Generator – tool for generating random JSON data We’ve all faced the problem of lack of information in our app. All interfaces seem lifeless and empty. Debugging with no data is also not simple. I think that each of us has at least once in their lives created a bunch of files with JSON data, but they were just one object propagated without unique fields. JSON Generator was created in order to help with this....

July 28, 2014 Â· 1 min Â· 136 words

🔗 Lookback – See how people really use your apps!

Lookback – See how people really use your apps! See how people really use your app. Lookback makes user experience collecting a breeze. Record remotely with your iOS app — no equipment needed See the screen, gestures, face & voice of your test users. Install once. Lookback all the time.

January 6, 2014 Â· 1 min Â· 50 words

🔗 Mocks Aren’t Stubs

Mocks Aren’t Stubs Meszaros uses the term Test Double as the generic term for any kind of pretend object used in place of a real object for testing purposes. The name comes from the notion of a Stunt Double in movies. (…) Meszaros then defined four particular kinds of double: Dummy objects are passed around but never actually used. Usually they are just used to fill parameter lists. Fake objects actually have working implementations, but usually take some shortcut which makes them not suitable for production (an in memory database is a good example)....

October 24, 2013 Â· 2 min Â· 243 words

🔗 Cross Browser Testing Tool. 100 Browsers, Mobile, Real IE.

Cross Browser Testing Tool. 100 Browsers, Mobile, Real IE. Instant access to all desktop and mobile browsers. Say goodbye to your setup of virtual machines and devices. Real Browsers Official mobile emulators Test local and internal servers Pre-installed developer tools Superfast, cloud-based access Multiple Desktop OS

March 10, 2013 Â· 1 min Â· 46 words

🔗 Newsletters spam test by mail-tester.com

Newsletters spam test by mail-tester.com We needed a cheap, simple and efficient way to quickly test the quality of our own newsletters. We simply built on our own tool. Now we’re sharing it with everybody for free.

September 19, 2012 Â· 1 min Â· 37 words

🔗 Cucumber – Making BDD fun

Cucumber – Making BDD fun Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid – all rolled into one format.

July 28, 2012 Â· 1 min Â· 41 words

🔗 pathod

pathod pathod is a pathological HTTP/S daemon, useful for testing and torturing HTTP clients. (…) The simplest way to use pathod is to fire up the daemon, and specify the response behaviour you want using this language in the request URL.

May 2, 2012 Â· 1 min Â· 41 words

🔗 browserling – interactive cross-browser testing

browserling – interactive cross-browser testing We run the browsers on our servers. Fully interactive sessions, not static screenshots. No flash, no applets, nothing to install. Powered entirely by and javascript.

March 20, 2012 Â· 1 min Â· 30 words

🔗 xScope

xScope Created specifically for designers & developers, xScope is a powerful set of tools that are ideal for measuring, inspecting & testing on-screen graphics and layouts.

January 21, 2012 Â· 1 min Â· 26 words

📜 The software is wrong, not the people

The software is wrong, not the people. Matt Mullenweg (vai Joe Flood )

July 15, 2011 Â· 1 min Â· 13 words