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: December 2016

You are here:
  1. Home
  2. 2016
  3. December

Check if element is clickable using selenium

SeleniumTestingBy sunil patroDecember 8, 20161 Comment

Elements like Buttons, textBoxes, Images and Links etc… are clickable, and should be present on screen & enabled to click. Selenium exposes isEnabled() for us to verify if an element is enabled or not [ isEnabled() returns Boolean value, true if the element is enabled, else returns false] So we can verify if the element is…

“this” keyword in java with examples

JavaForQABy sunil patroDecember 2, 2016Leave a comment

We will see the usage of “this” keyword one by one with examples – “this” keyword refers to current class instance variables When local variable and parameter variable are of same name, then “this” keyword is used to distinguish in between them. local / parameterised variable hides the instance variable values called as variable hiding.…

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