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

Monthly Archives: September 2021

You are here:
  1. Home
  2. 2021
  3. September

BaseTest to handle browsers & share driver object across project

SeleniumTestingBy AdminSeptember 28, 20211 Comment

In this post, we will be learning why we need to use Base classes for handling different browsers and then will see an effecting way to share driver object across different files in side project. Let’s understand why do we need to use this approach, what’s the issue with classic approach of having the driver…

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

SeleniumTesting, testngBy AdminSeptember 19, 2021Leave a comment

In one of our previous post, we have seen how to use default testNG html report to understand the pass, failure and skip tests and debug the tests. In this post we will be seeing how to send log messages and attach screenshots to emailable-report.html and index.html We will use Reporter api to achieve this.…

Different ways to run selenium testNG tests or testng.xml using maven command line

SeleniumTesting, testngBy sunil patroSeptember 6, 2021Leave a comment

You might be knowing everyone is suggesting to avoid hardcoding strings inside code like browser url, username, password, environment, which browser etc. So to avoid hard coding, we use external file sources like json, xml or properties file to have all these values in key value pair. so any one who want to run the…

Find broken links using selenium

SeleniumTestingBy AdminSeptember 4, 2021Leave a comment

In a web page, we see lot’s of links which directs user to different other screens of same or different domain. As a QA it’s always difficult to gather all the links of a particular page or whole site and test them one by one to make sure they really work. We can actually automate…

All rights reserved | qavalidation
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
———Top Menu
Go to Top