Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If keyword has a long list of arguments some of them are moved into keyword itself #2727

Open
povar81 opened this issue Mar 7, 2024 · 1 comment
Assignees
Labels
analyze Analyze, Research or Investigate: solutions, complexity, reproducibility, ...

Comments

@povar81
Copy link

povar81 commented Mar 7, 2024

RIDE v2.0.8.1 running on Python 3.7.4.
my keyword in text edit:
aar_i_3 subscr_id ipv6
[Arguments] ${msisdn1} ${subscrtype1} ${msisdn2} ${subscrtype2} ${msisdn3} ${subscrtype3} ${req_access_info} ${af_req_data} ${appid} ${apn} ${Media-Type} ${Flow-Status} ${Flow-Usage} ${sessionid} ${MRBULd} ${MRBDL}
... ${MinRBU} ${MinRBD} ${ip_v6}

in grid editor last 3 arguments are not in arguments but in the keyword:

image

and when this keyword is called from a case the last cell on first line is shown in red as an error:
image
and second line is shown as unknown:
image

the same keyword on
RIDE 1.7.4.2 running on Python 3.7.4. :
image

and how it's shown when called from a case:
image

@povar81
Copy link
Author

povar81 commented Mar 7, 2024

when I run it - it works normally, passes, so the problem is only in how it's shown in RIDE.

p.s.
I get it - this keyword has too many arguments (I could've used test/suite variables instead or some other approach), but in this specific case I need this many arguments (I think it's a longest keyword I have anywhere)

@HelioGuilherme66 HelioGuilherme66 self-assigned this Mar 30, 2024
@HelioGuilherme66 HelioGuilherme66 added the analyze Analyze, Research or Investigate: solutions, complexity, reproducibility, ... label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyze Analyze, Research or Investigate: solutions, complexity, reproducibility, ...
Projects
None yet
Development

No branches or pull requests

2 participants