Showing Post From Windows

Robocopy Examples

  • vnull
  • Feb 10, 2023
  • 5 minutes read

Robocopy Examples Robocopy has many command line options and it can be overwhelming to know which commands to use. In this post, we will take a look at how to ues robocopy to copy, mirror, purge Files and Folders.

Read more

Python Automation Android Calculator

  • vnull
  • Jan 17, 2023
  • 2 minutes read

Getting Started In the last post Appium Desktop Inspector – Part 2 we successfully used Appium Desktop Inspector to inspect elements to use for automating Android apps.

Read more

Appium Desktop Inspector – Part 2

  • vnull
  • Jan 16, 2023
  • 4 minutes read

Getting Started In the last post Appium Desktop Inspector – Part 1 we successfully launched Appium Desktop Inspector in this post will cover the mobile inspection to gather Object Hierarchy Dump for automating our Python script.

Read more

Appium Desktop Inspector – Part 1

  • vnull
  • Jan 16, 2023
  • 3 minutes read

Getting Started Launch Android Studio run Virtual Device Manager Create Device if one already does not exist. Choose Hardware Choose System Android Image Version

Read more

Android Studio & Android SDKs

  • vnull
  • Jan 14, 2023
  • 2 minutes read

Installing Android Studio & Android SDKs for Windows This installation is based Android Studio Dolphin. Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software.

Read more

Mobile App Automation

  • vnull
  • Jan 13, 2023
  • 2 minutes read

Setup Appium & Android Studio Windows Every app needs to be tested if they get updated frequently these use cases should be automated.

Read more

Set JAVA_HOME environment variable on Windows 10

  • vnull
  • Jan 13, 2023
  • 2 minutes read

Java Setup Install JDK and set JAVA_HOME Download the Java Development Kit (JDK) Then double click the JDK and follow all the installation steps.

Read more