Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

Onur Baskirt

Onur Baskirt is a Software Engineering Leader with international experience in world-class companies. Now, he is a Software Engineering Lead at Emirates Airlines in Dubai.

Selenium Actions – All Tactics with Examples!

January 1, 2022 by Onur Baskirt
selenium

Selenium Actions is the key part of test automation to do manipulation on the browsers such as Selenium Click operation, Selenium Send Keys, or Select a Dropdown Box, etc. In this post, all Selenium Actions will be explained in detail. … Read more

Categories Selenium Tutorials Tags selenium

How to Find Elements in Selenium – All Tactics

January 1, 2022 by Onur Baskirt
selenium

In this post, we will dive into the Selenium Webdriver Find Element API. Webdriver has two levels of interrogation which as we can refer to as finding something on the browser page, these are WebDriver and DOM level interrogations. I … Read more

Categories Selenium Tutorials Tags selenium

Selenium Navigation – Complete Guide!

February 6, 2022 by Onur Baskirt
selenium

In this post, we will dive into what webdriver API does in terms of navigation. Selenium Navigation is the first part of Webdriver API and we will cover all navigation methods such as .get(<url>), .navigate.to, .navigate.back(), .navigate.forward(), etc… Selenium Navigation … Read more

Categories Selenium Tutorials Tags selenium

Selenium API and Architecture – All Details with Diagrams and MindMaps

August 10, 2021 by Onur Baskirt
selenium

Selenium API is a critical part of the Selenium Webdriver Test Automation. Selenium test automation comprises four basic concepts these are Selenium Navigation, Selenium Find Elements, Selenium Actions, and Selenium Wait. Formerly, it was not categorized for Webdriver’s predecessor Selenium … Read more

Categories Selenium Tutorials Tags selenium

JUnit Parameterized Tests – Complete Guide!

January 1, 2022 by Onur Baskirt

Thanks to the JUnit Parameterized Tests feature which helps us to create parameterized tests with ease. The Parameterized test class has to be annotated with the @RunWith(Parameterized.class). The parameterized test class also meets the following requirements: It is annotated with … Read more

Categories JUnit Tutorials Tags junit

JUnit Categories – All Tactics with Examples!

January 1, 2022 by Onur Baskirt

JUnit Categories allow you to group tests together so we can run different categories of the test in different test suites. For example, we can separate slow tests from fast ones. We can include or exclude categories with specified annotations. … Read more

Categories JUnit Tutorials Tags junit

JUnit Rules – All Tactics with Examples!

January 1, 2022 by Onur Baskirt

JUnit Rules allow you to write code to do some before and after work. Thus, you don’t repeat to write the same code in various test classes. They are very useful to add more functionalities to all test methods in … Read more

Categories JUnit Tutorials Tags junit

Hamcrest Matchers – All Tactics are Here!

January 1, 2022 by Onur Baskirt

Hamcrest is a library of matchers, is an external add-on of the Junit Framework. How to add hamcrest methods into your project by IntelliJ as shown below. For example, we are writing a JUnit test with hamcrest “Is” method. First, … Read more

Categories JUnit Tutorials Tags java, junit

JUnit 4 Tutorial – All Tactics are here!

January 1, 2022 by Onur Baskirt

JUnit 4 is one of the most popular unit testing framework which has a significant role in the test-driven development process. In this JUnit 4 tutorial, we will understand and see examples of the below topics. JUnit annotations like @Test, … Read more

Categories JUnit Tutorials Tags junit
Newer posts
← Previous Page1 … Page15 Page16

© 2025 SW TEST ACADEMY • All Rights Reserved