Blog

How to Rerun Last Failed Playwright TypeScript Tests

Last Updated On HOME Running only the last failed tests in Playwright can be a useful strategy. It helps in quickly debugging failures. This approach ensures that intermittent issues are resolved. System Requirements: Visual Studio for Code must be installed. If it is not already installed, please refer to this tutorial – How to Install Visual…

Integrate Allure Report with Playwright with Java, Cucumber, and JUnit5

Last Updated On HOME In this tutorial, I will explain how to Integrate Allure Report 3 with Playwright, Java Cucumber,  and JUnit5. Before starting, make sure to install Allure on your machine. Refer to this tutorial to install allure – What is Allure Report?. Why Combine Playwright, Cucumber, JUnit5 and Allure?  Together, they empower teams to write readable tests, run…

Integrate Allure Report with Playwright with Java, Cucumber, and TestNG

Last Updated On HOME In this tutorial, I will explain how to Integrate Allure Report 3 with Playwright, Java Cucumber,  and TestNG. Before starting, make sure to install Allure on your machine. Refer to this tutorial to install allure – What is Allure Report?. Why Combine Playwright, Cucumber, TestNG and Allure?  Together, they empower teams to write readable tests, run…

Parameterized Tests in Playwright Java using JUnit5

Last Updated On HOME In this blog we will be utilizing Playwright Java for the execution of Parameterized Tests. We can parameterize tests using JUnit5 or TestNG. Here, we are using JUnit5 to parameterize the tests. Table of Contents What is Parameterized testing? Parameterized testing is a testing technique. In this technique, the same test…

Playwright Tutorials – TypeScript

Last Updated Date HOME Playwright is a modern and powerful end-to-end testing framework developed by Microsoft, specifically designed for the automation of web applications.  It supports programming languages like Java, Python, C#, and NodeJS. Playwright comes with Apache 2.0 License and is most popular with NodeJS with Javascript/Typescript. Playwright with TypeScript UI Testing Chapter 1…

Integrate Allure Report with Playwright with Java and JUnit5

Last Updated On HOME In this tutorial, I will explain how to Integrate Allure Report 3 with Playwright, Java and JUnit5. What is an Allure Report? Allure Framework is a flexible, lightweight, multi-language test report tool. It shows a very concise representation of what has been tested in a neat web report form. It also allows everyone participating in the…

Integrate Allure Report with Playwright with Java and TestNG

Last Updated On HOME In this tutorial, I will explain how to Integrate Allure Report 3 with Playwright, Java and TestNG. What is an Allure Report? Allure Framework is a flexible, lightweight, multi-language test report tool. It shows a very concise representation of what has been tested in a neat web report form. It also allows everyone participating in the…

Test Your Knowledge: 25 SQL Subquery Questions

Last Updated On HOME Welcome to the SQL Quiz! This blog post features 25 multiple-choice questions that explore Subqueries concept of SQL. 1. What is a subquery in SQL? a) A query that modifies datab) A query within another SQL queryc) A query that creates tablesd) A query that deletes data 2. Which of the…

Integration of Playwright with Java, Cucumber and JUnit5

HOME Playwright is integrated with Java, Cucumber, and Junit5. This integration creates a robust and scalable test automation framework for modern web applications. It is a BDD-driven framework. Table of Contents What is Playwright? Page Object Model (POM) is a design pattern used in test automation. It enhances test maintenance and reduces code duplication. In…

SQL Multiple Choice Questions & Answers – JOINS

Last Updated On HOME Welcome to the SQL Quiz! This blog post features 25 multiple-choice questions that explore JOINS concept of SQL. 1. Which SQL JOIN returns only the rows that have matching values in both tables? a) LEFT JOINb) RIGHT JOINc) INNER JOINd) FULL OUTER JOIN 2. What does the following SQL query return?…

Something went wrong. Please refresh the page and/or try again.


Follow My Blog

Get new content delivered directly to your inbox.