Архив рубрики: English

Tutorials on English

Big Bang Integration Testing

Testing software product presupposes the implementation of different testing methods and techniques. Integration testing is a technique in which program modules are combined and tested as a single unit. This type of testing is quite bulky and contains several approaches: Big Bang Integration Testing is an approach in which all software components (modules) are combined at once and… Читать далее »

Software Testing Tutorial – Complete Manual Testing Tutorial Series

Software Testing Tutorial – Complete Manual Testing Tutorial Series Our software testing tutorial is designed for beginners with little or no knowledge of software testing. With our manual testing tutorial series, you will learn about the different types of testing, and testing concepts with a practical approach. We will start this series with the basics… Читать далее »

Page Object Model – POM

Page Object Model – POM In this tutorial, we will study about “Page Object Model”, a design pattern in UI automation testing. Before starting with the Page Object Model, let’s first know what are design patterns.

Selenium with Java Automation Framework

Selenium with Java Automation Framework Let’s face it, creating an automation framework from scratch is considered to be the most important aspect of automation. If you’re new to the world of automation testing, it can be hard for you to create an automation framework for achieving your desired test automation goals. In this post, we’re… Читать далее »

Test Strategy Document

Test Strategy Document Hello friends, in this article, we will study test strategy documents, their templates, and some tips to create a good test strategy document. But before that let’s first study – what test strategy is.