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

Yearly Archives: 2023

You are here:
  1. Home
  2. 2023

Different ways to scroll using Appium [Android & iOS]

AppiumBy sunil patroAugust 23, 20233 Comments

Scrolling up or down is one of the important action for any mobile application use. Scenario: some times elements can’t be identified as those are not visible on screen, but once we scroll down to make it visible on viewport and take action. Scroll normally happens by help of swipe on screen, from source to…

Sample Android & IOS apps to practice mobile automation testing

AppiumBy AdminApril 3, 20231 Comment

In this post we will look into some of the freely available mobile applications (Android and IOS) to practice mobile automation testing. You can use any of the following automation testing frameworks/tools to perform mobile app testing. *.apk is for android application *.app (IOS simulator) & *.ipa (for IOS real devices) are for IOS application.…

Appium not able to launch android app – error:socket hang up

AppiumBy AdminApril 1, 2023Leave a comment

Appium sometimes stuck and not able to run the android tests or not launching the andorid app with error as below “error: socket hang up“ This error may occur if the port is busy or uiautomator2 server not responding. You can change the system port to something else other than the default 8200 with appium…

Run selenium tests parallel across browsers using hub node docker containers with docker-compose file

SeleniumTestingBy AdminApril 1, 2023Leave a comment

In one of our post, we have discussed why to use docker containers to test or build something. Selenium has a project called docker-selenium, which provides the out of box docker containers with Java and browser installed, makes it easy to setup and run the tests. Selenium has 2 different types of docker containers – Hub &…

Inspect & automate hybrid mobile apps (Android & IOS)

Appium, UncategorizedBy AdminFebruary 28, 2023Leave a comment

In this post we will see how to inspect and automate hybrid mobile applications for Android and IOS. Handling Android and IOS hybrid apps are pretty similar in nature. Prerequisite – Download the android and ios hybrid apps from – .apk file for android simulators / real devices .app for ios simulators, .ipa for ios…

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