Remove using-inversion-as-a-mental-model-for-product-management
article thumbnail

Using Inversion as a Mental Model for Product Management

Abhishek Tiwari

In the world of product management, the ability to think critically and anticipate potential problems is essential for success. One mental model that can greatly aid product managers in this regard is inversion. Here's how you can use inversion as a mental model for product management.

article thumbnail

Test Automation Frameworks: Page Object Model vs. Page Component Object Model

Gorilla Logic

According to the ISTQB Test Automation Engineer Syllabus (2016), a good practice is to separate the software used for testing from the system under test to minimize interference. Page Object Model Keeping ease of maintenance front-of-mind, the most popular framework used for UI automated testing is the Page Object Model.

Testing 65