How can I start app without install apk/ipa

some test cases without install the application. how can i start it…

I have test scenarios, that I need to try with logged in.

Thanks for helps.

UIA2 driver allows to start a session without an app (e.g. on Home screen). Just don’t provide any app/browserName or bundleId capability

Thanks for reply I already have a base class and my drive is defined, how can I set it to have only 1 test class.