Skip to content
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowTwitter page opens in new windowYouTube page opens in new window
qavalidation
QA tools and automation testing techniques
qavalidationqavalidation
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo1
    • Demo2
  • Appium
    • Appium tutorial
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • Cypress
  • More
    • TestingBasics
    • MavenBuild
  • Training
Search:
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo1
    • Demo2
  • Appium
    • Appium tutorial
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • Cypress
  • More
    • TestingBasics
    • MavenBuild
  • Training

Category Archives: SeleniumTesting

You are here:
  1. Home
  2. Category "SeleniumTesting"

[resolved] – ExtentReport error java.lang.NoSuchFieldError: VERSION_2_3_30

SeleniumTestingMarch 19, 2022

To generate html report in your test automation framework, you are using ExtentReport library and getting error while running your…

Read more

driver.findElement() vs WebElement.findElement() in selenium

SeleniumTestingMarch 7, 2022

In selenium, we all know findElement() method finds the elements based on the locator matched criteria from the browser application.…

Read more

Why API testing is important and what to test?

API, SeleniumTestingFebruary 21, 2022

If you look at the Test pyramid (also refer to below image), more API testing is recommended over the UI…

Read more

Docker – what, why & docker terms

Docker, SeleniumC#, SeleniumPython, SeleniumTestingDecember 29, 2021

Docker is an open-source containerisation platform.  It enables to package applications into containers, standardised executable components combining application source code with the operating…

Read more

Java singleton pattern in Selenium framework

SeleniumTestingDecember 2, 2021

The singleton pattern is a software design pattern that restricts the instantiation of a class to one “single” instance. Ensures that a…

Read more

BaseTest to handle browsers & share driver object across project

SeleniumTestingSeptember 28, 2021

In this post, we will be learning why we need to use Base classes for handling different browsers and then…

Read more

ReporterLog to send logs to testNG report & attach screenshot on test failure

SeleniumTesting, testngSeptember 19, 2021

In one of our previous post, we have seen how to use default testNG html report to understand the pass,…

Read more

Sending parameters from maven command line to run tests

SeleniumTesting, testngSeptember 6, 2021

You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which…

Read more

Find broken links using selenium

SeleniumTestingSeptember 4, 2021

In a web page, we see lot’s of links which directs user to different other screens of same or different…

Read more
12345…
67891011121314
15
Categories
Abbreviations... ADBcommands Agile API Appium Autoit Awareness... css Cypress Database Docker Eclipse ExtentReports git Internet Related JavaForQA JavascriptExecutor JenkinsCI jmeter json MacOS MavenBuild Misc Mobile Offline Installer Protractor Python QTP_VBScripting Quality Center and QC OTA SeleniumC# SeleniumPython SeleniumTesting Sikuli SoftwareTesting Some terms testng TestStackWhiteFramework TypeScript Web links WindowsOS xpath
Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Topics
  • Software-Testing
  • Selenium-Java
  • TestNG tutorial
  • Appium Tutorial
  • JavaForQA
  • Python topics
  • Protractor with TS
All rights reserved | qavalidation
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Go to Top