-
Notifications
You must be signed in to change notification settings - Fork 2
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
TODO GLOBAL #7
Comments
netzulo
pushed a commit
that referenced
this issue
Dec 8, 2017
+ lang fix on enum + renamed param on base_handler + added tests to True/False login + first steps with 'tl.getProjects' method + added models: Test Project objects
This was referenced Dec 24, 2017
Opened issue on testlink while 'tl.getFirstLevelTestSuitesForTestProject' project development Issue related |
This was referenced Dec 25, 2017
This was referenced Mar 15, 2018
This was referenced Mar 18, 2018
1 task
Great if you can test at least the API. |
ty @fmancardi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TODOs
TPROJECT_CREATE = 'tl.createTestProject'
TPLAN_CREATE = 'tl.createTestPlan'
TPLAN_ADD_TCASE = 'tl.addTestCaseToTestPlan'
TPLAN_EXEC_LATEST = 'tl.getLastExecutionResult'
BUILD_CREATE = 'tl.createBuild'
TSUITE_CREATE = 'tl.createTestSuite'
TSUITE_TCASES = 'tl.getTestCasesForTestSuite'
REQ_ASSIGN = 'tl.assignRequirements'
TCASE_CREATE = 'tl.createTestCase'
TCASE_ATTACHMENTS = 'tl.getTestCaseAttachments'
TCASE_CUSTOM_FIELD_DESIGN_VALUE = 'tl.getTestCaseCustomFieldDesignValue'
TLINK_FULL_PATH = 'tl.getFullPath'
TLINK_EXEC_DELETE = 'tl.deleteExecution'
TPROJECTS = 'tl.getProjects'
796a824TPROJECT_BY_NAME = 'tl.getTestProjectByName'
ec947d7TPROJECT_TEST_PLANS = 'tl.getProjectTestPlans'
aeedb0eTPROJECT_TSUITES_FIRST_LEVEL = 'tl.getFirstLevelTestSuitesForTestProject'
0936e86TPLAN_BY_NAME = 'tl.getTestPlanByName'
d7daea4TPLAN_PLATFORMS = 'tl.getTestPlanPlatforms'
295ca3dTPLAN_TOTALS = 'tl.getTotalsForTestPlan'
2d3314bTPLAN_BUILDS = 'tl.getBuildsForTestPlan'
40c22e2TPLAN_BUILD_LATEST = 'tl.getLatestBuildForTestPlan'
da5f5baTPLAN_TSUITES = 'tl.getTestSuitesForTestPlan'
0cf6604TPLAN_TCASES = 'tl.getTestCasesForTestPlan'
c9b2638TSUITE_TSUITES = 'tl.getTestSuitesForTestSuite'
4e33a0eTSUITE_BY_ID = 'tl.getTestSuiteByID'
40b5c29TCASE_REPORT_RESULT = 'tl.reportTCResult'
eb1c0c8create request:Just call to 'tl.reportTCResult', no sense develop thisTCASE_EXEC_RESULT = 'tl.setTestCaseExecutionResult'
TCASE_ID_BY_NAME = 'tl.getTestCaseIDByName'
9979af1TCASE_BY_IDS = 'tl.getTestCase'
7bfff68TLINK_USER_EXIST = 'tl.doesUserExist'
88780fdTLINK_CHECK_DEV_KEY = 'tl.checkDevKey'
21adff3TLINK_ABOUT = 'tl.about'
47f51c6create request:NOT full implemented by testlink, will develop at futureTLINK_TMODE_TOGGLE = 'tl.setTestMode'
TLINK_SAY_HELLO = 'tl.sayHello'
f51deb6TLINK_PING = 'tl.ping'
01e6827TLINK_REPEAT = 'tl.repeat'
47fe30bIssues related
Reviewers only
You can exec tests with
python setup.py test
Rules before development
Documentation:
https://github.com/viglesiasce/testlink/blob/master/lib/api/xmlrpc.class.php
Official : https://github.com/TestLinkOpenSourceTRMS/testlink-code/blob/testlink_1_9/lib/api/xmlrpc/v1/xmlrpc.class.php
The text was updated successfully, but these errors were encountered: