Skip to content
pCloudy – Question and Answers
Menu
    • Appium Tips and Tricks
    • Ask Question
    • Questions

Category: Some of the Advanced Tips of appium

Some of the Advanced Tips of appium

How to test app upgrade on android devices ?

Code Snippet: driver.installApp(“/UpgradeAPPVersion/TheApp-v1.7.0.apk”); Activity activity = new Activity(“io.cloudgrey.the_app”,”io.cloudgrey.the_app.MainActivity”); driver.startActivity(activity);

Some of the Advanced Tips of appium

How to send Sms message from system to mobile?

Code Snippet: Twilio.init(ACCOUNT_SID,AUTH_TOKEN); Message message = Message.creator(new PhoneNumber(“+91 77##########”),new PhoneNumber(“+170#########”), “your otp is 123456”).create();

Posts navigation

Newer posts

pCloudy PORTAL

  • Appium Tips and Tricks
  • Ask Question
  • Sample Code
  • Documentation
  • Videos
  • Blog
  • Training

POPULAR QUESTIONS

  • How to automate pull down refresh functionality ?
  • Can I use pCloudy to test web application on iOS device through automation?
  • How many devices can I connect in each plan?
  • How we can do interrupt testing?
  • Is it possible to run Automation on Android and iOS devices at the same time?
Copyright © 2025 pCloudy - Question and Answers – All Rights Reserved