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: September 2018

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

Selenium html reporting – Extent with testNG – Part1

SeleniumTestingBy sunil patroSeptember 29, 2018Leave a comment

Extent report is one of the flexible API so far, and they have community version as well, so with free of cost you can use with your existing framework. In this post, we will see how we can do the setup extent reporting and integrate with existing framework. and also will see how to fit…

Handle multiple windows [new window/tab] in protractor

ProtractorBy sunil patroSeptember 20, 20183 Comments

In one of earlier post, we have how to handle multiple windows or popups in selenium, this post will explain how to handle popups or new windows in protractor using typescript Protractor gives a method getAllWindowHandles() which returns all the windows currently browser is holding. and then we can access each window by using index,…

Handle browser notifications in selenium [know your location]

SeleniumTestingBy sunil patroSeptember 8, 20182 Comments

Browser applications push notifications to user to know their location or push notification when user opens the application on browser. Why notifications These notifications are to engage users without knowing their contact details. Like “know your location” helps to show near by details like weather, restaurants etc near to your area. Push notifications help users…

How to enable & use fingerprint in android simulators

Appium, MobileBy sunil patroSeptember 6, 2018Leave a comment

There are situations you need to enable and use fingerprint security feature, but let’s say you are using android simulators, you can’t scan your finger, but simulator gives you an option to enable and use fingerprint. Let’s see the steps Enable fingerprint on android simulator Go to android settings | Security & Location | Fingerprint…

Upload file using protractor typescript

ProtractorBy sunil patroSeptember 4, 2018Leave a comment

In this post, we will see how to automate uploading a file using protractor typescript, Uploading file basically need the file path that needs to be uploaded. we will identify the upload button which upon click pops up the windows dialog to chose the file, in protractor we can achieve this by using sendkeys() and…

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