robotframework / robotframework/RIDE
For loops with multiple values should be split into separate rows
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 385
- Avg merge
- 13m
- Merged PRs (30d)
- 2
Description
Originally submitted to Google Code by Marcin.Koperski on 3 Feb 2011
Incorrect presentation arguments for method ':For' using multiple variables.
After reload data are put in single row which makes reading data impossible.
Ride change presentation of variables, even when in file data are stored correctly (INFO.TXT) contains source to TC.
Tested on RIDE 0.32.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in RIDE 0.32.1 using a :For loop with multiple variables, then reload the test data and compare the displayed rows with the source recorded in INFO.TXT. Trace the reload and presentation handling for these loop arguments; done means the variables appear in separate rows while the stored test data remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100