How to automate/test cut/copy/paste/select all option functionality in React Native iOS App

Hi,

In my application there are some test cases in which I have to long press some text and post that functionality of cut/copy/select all etc as shown in snapshot.

Can anyone share their thoughts on this ?

Thanks

Hi Arpit,

Why you want to automate this way, I don’t think Appium support such functionality.

These are native to OS and Appium has no control over it.

A good testing approach is “Everything cannot be automated and should be left for manual”

Regards
Sheetal Singh