Skip to content

artofcode.info

The beauty of coding!

Menu
  • Home
  • Front-End
    • Angular
    • Javascript
    • ReactJS
  • Back-End
    • Java
    • Php
  • Test Automation
  • News
Menu
What is Selenium Manager

What is Selenium Manager?

Posted on September 22, 2023September 22, 2023 by guru

Today, I’m going to talk to you about a very important topic, which has to do with how to manage browser drivers within Selenium. Millions of years ago, in a far, far away galaxy, browser drivers used to be managed in this way. Just kidding! Maybe it wasn’t that long ago, but it sure feels…

Read more
Java 8 support in Selenium

Selenium stops supporting Java 8

Posted on September 3, 2023 by guru

Hey all so as many of you know Selenium will stop supporting Java 8 starting on September 30, 2023. This means that we’re very near to this actually taking place and you may be wondering how is this going to affect you. Well, this is really only going to affect one group of people, those…

Read more
Clean Agile – book summary

Clean Agile – book summary

Posted on July 26, 2023July 26, 2023 by guru

This post’s just my takeaways after reading Clean Agile by By Robert C. Martin I’m sure if you will read the book you will have a different point of view so I would recommend reading the book after reading my summary. Who Should Read It? I would say that every IT professional should read Clean Agile…

Read more
sample api testing framework

Sample API Testing Framework (ATF)

Posted on July 7, 2023July 7, 2023 by guru

In the following post, I wanna share with you a simple solution that will cover all your needs in the process of testing a microservice on the component level or in an isolated environment, where you as a tester will have access only to the API level. Used tech stack We will use the following…

Read more
Accelerate Building and Scaling High Performing Technology Organizations

An overview of Accelerate: Building and Scaling High-Performance Technology Organizations

Posted on February 8, 2023February 8, 2023 by guru

This post is a summary of a book I recently read called Accelerate: Building and Scaling High-Performance Technology Organizations. This is not my usual post in the technical blog, but the book’s resume and key points will be helpful for anyone who wants to build a high-performance team or software. Based on the book here…

Read more
XML JUnit report with logs

Cucumber JUnit XML report with logs

Posted on July 19, 2022July 19, 2022 by guru

In the previous post, tutorial, I explained the solution of how to add logs for the cucumber JSON report. In the current post, I will try to make an easy explanation that will cover the JUnit cucumber XML report problem where no logs are displayed. At the same time, I will reuse the implementation from…

Read more
cucumber report with logs

How to add log messages to the cucumber Jenkins report

Posted on November 16, 2021December 7, 2022 by guru

Adding log messages to the automated report it’s an important feature, that helps in analyzing and identifying the failing issues. In this post, we are going to help you to add log messages to the cucumber Jenkins report. As you may know by default pretty cucumber reports don’t save log messages in the cucumber.json file…

Read more
WebDriverFactory

Factory Method Pattern in the creation of Selenium WebDriver

Posted on November 15, 2021November 15, 2021 by guru

As software engineer, We all face some errors/exceptions while writing code! So what do we do when we face such a problem? If we are not sure, We google for solutions immediately. Don’t we? We google because we know that we would not be alone and someone would have already found the solution, for the problem we…

Read more
cucumber report with logs

How to attach log message to cucumber report via MDC

Posted on October 27, 2021October 27, 2021 by guru

As you may know by default pretty cucumber reports don’t have informative log messages in the report. In order to achieve this we will use MDC. What is MDC Base on documentation of logback MDC is deciphered as Mapped Diagnostic Context. MDC lets the developer place information in a diagnostic context that can be subsequently retrieved by…

Read more
Spring profiles

How to send different values in cucumber features based on profile

Posted on August 2, 2021December 6, 2022 by guru

First of all, I want to mention that this post continues the previous one where we have added AOP to execute some additional logic on cucumber steps. My recommendation will be to read mentioned post. Let’s start… About Spring Profile From official documentation a profile has the following role:Spring Profiles provide a way to segregate…

Read more
  • 1
  • 2
  • 3
  • 4
  • Next

Recent Posts

  • What is Selenium Manager?
  • Selenium stops supporting Java 8
  • Clean Agile – book summary
  • Sample API Testing Framework (ATF)
  • An overview of Accelerate: Building and Scaling High-Performance Technology Organizations
  • Cucumber JUnit XML report with logs
  • How to add log messages to the cucumber Jenkins report
  • Factory Method Pattern in the creation of Selenium WebDriver

Categories

  • Back-End
  • Java
  • News
  • Test Automation
  • Uncategorized
© 2023 artofcode.info | Powered by Minimalist Blog WordPress Theme