Skip to content

Possible to test multiple apps / testslots? #353

Answered by fzyzcjy
lehmannk asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, this does not seem to be possible directly, but there may be ways to do it: It seems that two apps are isolated (e.g. two processes), so the code in one app cannot execute the code in another app directly. However, if you manage to make them communicate (e.g. via interprocess communication, a dummy web server, or whatever), you can drive another app from the (test) code of one app.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lehmannk
Comment options

@fzyzcjy
Comment options

Answer selected by lehmannk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants