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

Bug in test case indexing #37

Open
radosz99 opened this issue May 27, 2020 · 0 comments
Open

Bug in test case indexing #37

radosz99 opened this issue May 27, 2020 · 0 comments

Comments

@radosz99
Copy link

radosz99 commented May 27, 2020

When "getTestSuitesForTestPlan" method is invoked it returns something like this:
[{'name': 'Adding artificial intelligence', 'id': '33', 'parent_id': '1'}, {'name': 'Adding user points', 'id': '16', 'parent_id': '1'}, {'name': 'Evaluating move', 'id': '3', 'parent_id': '1'}, {'name': 'Visibility of letters on the board', 'id': '38', 'parent_id': '1'}]

So ID's are 33, 16, 3, 38.

But when I trying to invoke "reportTCResult" method i must use (ID+1) instead of simple ID to saved report of executing test with ID. So i need to do something like this:

tsl.reportTCResult(testcaseid=34...

Instead of:

tsl.reportTCResult(testcaseid=33...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant