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

Tutorials on English

Non Functional Requirements

Non Functional Requirements Hello friends! in this post, we will be learning about Non-Functional Requirements or NFRs. We will also study the different examples and attributes of quality that comprise an NFR document.

TestNG Tutorial

TestNG Tutorial TestNG is one of the most widely used open-source testing frameworks. In this tutorial, we will learn about different features of testNG – data driven testing implementation,

Cross-browser Testing with TestSigma

Cross-browser Testing with TestSigma Cross-browser testing is an approach that allows developers to ensure that their applications are well responsive and compatible across all types and versions of web browsers. In the past few decades, there has been a tremendous surge in the volume of content that is available and accessible across the globe. Consequently,… Читать далее »

Waterfall Model in Software Engineering

Waterfall Model in Software Engineering The software development life cycle (SDLC) is a well-structured and planned methodology. It consists of pre-defined processes to develop and deliver high-quality software products. There are different SDLC models, each of which takes a different approach to developing software. Among all, the waterfall model is the most classic one. It… Читать далее »

CSS Locators in Selenium Tutorial

CSS Locators in Selenium Tutorial In this tutorial, we will learn about CSS Selector and create CSS selectors manually using different HTML attributes of the web elements. For fetching the HTML information of the web elements we will use a firebug or developer tool. (For details on downloading and usage of firebug/developer tool check out… Читать далее »

Rerun Failed Tests in TestNG

Rerun Failed Tests in TestNG In this post, we will learn to rerun failed test cases using TestNG. We will explore the two approaches to achieve this, namely – using the testng-failed.xml file and by implementing the testNG IRetryAnalyzer.