ASTQB Software Testing Conference, Irvine, USA, September 15 2017

July 30, 2017 0

The ASTQB Software Testing Conference provides groundbreaking tutorials and seminars to build your software testing skills and workshops to improve your testing effectiveness. The ASTQB Software Testing Conference features international software testing experts. The conference format gives you the opportunity to spend quality time with these experts.

Best Practices Reviewing Requirements for Testability

July 25, 2017 2

In classical (waterfall) project management approaches, the requirements review is an essential gate before starting the actual software development phase. If you participate to these meetings as a software tester, your role is to make sure that the software requirements are testable during the acceptance testing process. In this article, Richard Ellison provides advice on how to handle the requirements validation process from a software testing perspective.

Cross-Browser Tests Made Beautiful

July 19, 2017 0

How many times have your selenium test suites run beautifully on one browser, only to fail when run in any other browser? This is an extremely common problem faced when incorporating cross-browser tests into your test runs. Not all browser drivers are created equally, but that doesn’t mean you can’t create a robust suite with cross-browser tests. This talk presents strategies for making cross-browser tests invincible. It discusses key topics such as using as choosing the best locators for all browsers, explicit vs. implicit waits and how to leverage cloud based testing tools.

Testing a jQuery Plugin with Jasmine & Karma

July 4, 2017 0

Over the past decade, eXtreme Programming practices like Test-Driven Development (TDD), Behavior Driven Developer (BDD), Refactoring and Continuous Integration have fundamentally changed software development processes and inherently how engineers work. Practitioners claim that it has helped them significantly improve their development speed, design quality and responsiveness to changing requirements.