satheesh12sk / ALL-Teacher-assistant-qa-Report-

ALL Teacher assistance portal QA Automation Script
0 stars 0 forks source link

Appium Automation is running very slow couldn't able to find, what could be the reason. #5

Open RameshAravindhQA opened 1 month ago

RameshAravindhQA commented 1 month ago

Appium Automation is running very slow couldn't able to find, what could be the reason.

Appium version : v2.11.2 Desktop OS/version used to run Appium: Windows Node.js version: v22.5.1 Npm: 10.8.2 UiAutomator2: uiautomator2@3.7.3 Mobile platform/version under test: Redmi 9i Android Version 10.0 Using only on Real Device

Flipkart API

ranjeetksingh55 commented 1 month ago

Hi Ramesh, Here i am suggesting some points for your issue. hope it will helpful for you.

Your Appium automation might be slow due to several reasons:

  1. Device Performance: The Redmi 9i is an entry-level device with limited resources, which might slow down testing.
  2. Appium Configuration: High timeout settings or verbose logging in Appium could cause delays.
  3. UiAutomator2: Heavy use of XPath or an outdated UiAutomator2 version can slow down test execution.
  4. System Resources: High CPU or memory usage on your Windows machine could affect performance.
  5. App Issues: The app itself might have performance problems that impact test speed.