Архив метки: testing

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… Читать далее »

Software Engineering – Definition, Need, and Attributes

Software Engineering – Definition, Need, and Attributes This tutorial introduces you to Software Engineering and helps you understand its various fundamentals in detail with examples. Here, we will study the objective and need for Software Engineering along with its different attributes. Before proceeding, I assume that you are aware of the

Navigate back and forward in browser

Navigate back and forward in browser During automation, we are at times required to move back to the previous page or move forward to the next page in browser history. In this post, we will learn to perform these operations using driver.navigate command.