MarketSquare / MarketSquare/Rammbock

`Client/server receives message` keyword is considering latest parameter as true for 'False' as input #61

Open
#61 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
64
Forks
48
PR merge metrics
No merged PRs in 30d

Description

With "latest" parameter of `client/server receives message` keyword we can select the latest or old messages from message stack. But it is not working properly.

Expected behavior:
latest=true: Client/server should pick latest message from the stack and validate.
latest=False: Client/server should pick old message from the stack and validate.

Actual behavior:
latest=true: Client/server is retrieving the latest message from stack and validating.
latest=False: Client/server is retrieving the latest message from stack and validating.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the `client/server receives message` keyword and trace how its `latest` argument is interpreted for `False`. Reproduce the `latest=true` and `latest=False` cases, then verify that the former selects the newest message and the latter selects an older message from the stack.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
testing-qa
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.