TestOps: Chasing the White Whale
TestOps is the reclusive member of the DevOps family. Reports of sightings have been few and far between. Although we have heard stories, most of us don’t know anyone who’s actually seen it in the wild.
TestOps is the reclusive member of the DevOps family. Reports of sightings have been few and far between. Although we have heard stories, most of us don’t know anyone who’s actually seen it in the wild.
This video presents the results of a round table about mobile cross-platform testing held at the Google Test Automation Conference (GTAC).
Appium, often dubbed “Selenium for mobile”, at heart it’s a web server written in NodeJs. Its architecture is modular, which means that it is composed of many small, independently maintained and tested modules. Testing Appium is challenging, but clearly very important, since thousands of users depend on this open source …
This video explains about how Facebook engineers test their software. Facebook doesn’t have QA department, but the new code is pushed to the site every day, while the backend infrastructure is continuously being developed. You will learn how hackers at Facebook test their code, services and entire infrastructure in a …
Avik Chaudhuri, Software Engineer at Facebook, and Jeff Morrison, Software Engineer at Facebook discusses how Facebook handle software testing and code analysis of its JavaScript code.
Keeping tests fast and stable is critically important. This is hard when servers depend on many backends. Developers must choose between long and flaky tests, or writing and maintaining fake implementations. Instead, tests can be run using recorded traffic from these backends. This provides the best of both worlds, allowing …