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: April 2017

You are here:
  1. Home
  2. 2017
  3. April

Disable save password prompt using selenium in chrome browser

SeleniumTestingBy sunil patroApril 28, 20171 Comment

In chrome browser, when logged into any site with credentials, save password dialog pops up near to address bar, This pops up because “Offer to save passwords…” option is checked underChrome Settings | Show Advanced Settings… | Password and forms section Manually we can uncheck to disable the popup. but in this post we will…

Data type conversion in java

JavaForQABy sunil patroApril 12, 2017Leave a comment

Above screenshot gives you size of each data type in java, which will give us an idea of compatibility of data type conversion and the result if you forcefully convert one to another type. String to int String str = “234”; int i = Integer.parseInt(str); int to double int i = 10; double d =…

Why not WebDriver driver = new WebDriver()

SeleniumTestingBy sunil patroApril 5, 2017Leave a comment

In our selenium automation scripts, we use WebDriver driver = new FirefoxDriver(); or WebDriver driver = new ChromeDriver(); & so on… But did we ever got a question, why? or why not WebDriver driver = new WebDriver(); ? Let’s discuss about the why & why not :D why not WebDriver driver = new WebDriver();? Answer…

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