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

Support Data -driven testing #74

Open
Cerosh opened this issue Jul 1, 2019 · 0 comments
Open

Support Data -driven testing #74

Cerosh opened this issue Jul 1, 2019 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@Cerosh
Copy link

Cerosh commented Jul 1, 2019

While reviewing the results I have noticed some of our cases are data-driven cases and hence appearing as a single test case in your report. Since I have included a tag in robot framework report I am able to see them separately. can we include tags as well in our report so that data-driven testing would also be supported.? Please share your thoughts.
Given below is the format of a data-driven test case.
*** Settings ***
Test Template Example keyword

Variables
&{dictionary1} argument=first tag=first tag
&{dictionary2} argument=second tag=second tag
&{dictionary3} argument=third tag=third tag
&{dictionary4} argument=fourth tag=fourth tag

*Keywords
Example keyword
[Arguments] ${dictionary}
log ${dictionary.argument}
Set tags ${dictionary.tag}

*** Test Cases **
Templated test case
[Template] Example keyword
${dictionary1}
${dictionary2}
${dictionary3}
${dictionary4}

@adiralashiva8 adiralashiva8 added enhancement New feature or request question Further information is requested labels Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants