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
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:
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training

Monthly Archives: October 2018

You are here:
  1. Home
  2. 2018
  3. October

Usage & benefits of “super” keyword in Java

JavaForQABy sunil patroOctober 25, 2018Leave a comment

super keyword super keyword is used to call parent class methods, variables in child class for ease of use, also can be used to invoke parent class constructor. Only public and protected methods / variables can be accessed by using super keyword, can’t access private methods/variables of parent class. NOTE : Using super keyword should…

Debug selenium java tests in eclipse

JavaForQA, SeleniumTestingBy sunil patroOctober 11, 2018Leave a comment

There are situation when you don’t get exact result after running your test or getting some unknown error or exception and not much details are there on out put, in that situation you might want to observe the line by line execution of code that you have written, If you run the code in normal…

Selenium html reporting – Extent with testNG Listeners – Part 2

SeleniumTestingBy sunil patroOctober 1, 2018Leave a comment

In this post, we will see how we can integrate extent report with testng listeners, in our previous post we have seen how to setup and integrate extent report with testNG classes. TestngListeners helps us to execute set of code blocks in each event like before and after executing the test cases which reduces lines…

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