Hello peeps,
Can you please help me with this?
Let us consider these scenarios
Login flow script: Class name xyz.java
Profile flow script: Class name abc.java
My question:-
Is there a way I can tell Appium to run in this sequence?
Appium: Execute Login flow script and then Execute Profile flow script?
Or should I write all the flow in one class?
Please let me know.
Thanks