Skip to content
  • Home
  • About blog
  • Contact
  • Resume

Software Testing

Roman Muflikhunov Blog

Tag: ExtentReports

Java 

Modern Web Testing Made Easy: Creating a Playwright-Powered Java Framework

08/15/2023 308

Link to the full version of the project on GitHub:Github PlaywrightUIProject Let’s begin by introducing the Playwright library – a […]

Continue Reading →

Categories

  • IT notes (9)
  • Java (25)
  • Jenkins (2)
  • SQL (6)

Java

Modern Web Testing Made Easy: Creating a Playwright-Powered Java Framework

08/15/2023 308

Link to the full version of the project on GitHub:Github PlaywrightUIProject Let’s begin by introducing the Playwright library – a […]

Creating Mock APIs. Spring SOAP Web Services.

04/12/2021 2094

Link to the full version of the project on GitHub:Github MockSoapRestProject Linr to version Spring MVC / Gradle:Github MockSoapRestGradle Previously, […]

JSON Web Tokens (JWT) in Java

12/04/2020 2220

Link to the full version of the project on GitHub: Github TokenJWTProject What is JWT? JWT (JSON Web Token) is […]

Spring Data JPA & Hibernate with Cucumber

07/25/2020 2875

Link to the full version of the project on GitHub: Github SpringDataJPA Every QA automation engineer and developer frequently encounters […]

Install Build Tools in a Windows Operating System (Gradle, Maven)

04/21/2020 3749

How to install Gradle and Maven, two powerful automatic build systems, on Windows 10. This comprehensive guide covers checking the […]

Install multiple versions of Java on Windows

04/19/2020 2960

Sometimes, you may need to work on different projects that are written in different versions of Java. Therefore, it is […]

Swagger 2 docs API with examples

10/18/2019 3100

Documentation for REST services can quickly become outdated as code evolves. To address this challenge and keep service documentation up-to-date, […]

IT notes

Writing End-to-End Tests with Cypress Page Object Model (POM)

09/06/2023 163

Link to the full version of the project on GitHub:Github CypressPOMProject E2E (End-to-End) testing is super important for making sure […]

Parallel execution of tests using Selenoid and Python

05/13/2021 2615

Learn how to swiftly set up a Selenium test cluster using Docker and Selenoid. Selenoid is a powerful tool that […]

Install and connect PostgreSQL with Docker container

04/27/2021 1340

Consider installing Docker and running PostgreSQL from a Docker container. PostgreSQL is an advanced object-relational database management system that has […]

Install Oracle database on Docker

10/14/2019 3341

Working with the Oracle database often requires careful installation and configuration. Deploying Oracle out of the box can be a […]

SQL query, additional post.

10/07/2018 862

— Plus year to the last day of the month SELECT add_months(LAST_DAY(SYSDATE),12) AS NextYearDate FROM dual;   — Plus 5 […]

© 2018 - 2023 Software Automation Testing | Roman Muflikhunov Blog