Skip to content

Help E2E Model Based Testing #5244

Answered by gruhn
davidjohnbell asked this question in Q&A
Aug 27, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Ok so is there a central server and a bunch of web clients that are streaming peer-to-peer? Damn, I didn't even know that's possible. I think I vaguely understand what's going on.

It sounds like you can't predict the messages coming from the backend. The Model-Based Testing approach kind of assumes that every state update is controlled via a Command. In a classic client/server setup that's ok. In the command you trigger a request and the await the response + state update. But in your case the backend can just send messages at any time, right? I think you would need control over the sending of both client and server messages to apply Model-Based Testing here. Your state model would be the …

Replies: 2 comments 2 replies

Comment options

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

@gruhn
Comment options

Answer selected by davidjohnbell
Comment options

You must be logged in to vote
0 replies
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