You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testlink.createTestCase({testcasename: "Test Case #5",// Test Case name.testsuiteid: 851,// TestSuite id in TestLink.testprojectid: 850,// Project id in TestLink.status: 3,importance: 3,execution: 2,authorlogin: "ks",// Author of Test Case.summary: "This Test Case is an example created from TestLink API",// Test Case description.steps: [{step_number: 1,actions: "Action 1",execution_type: 2}]// Array containing the Test Case steps.});
The above code snippets all looks fine, except execution: 2, which is not update the execution type to Automated.
The text was updated successfully, but these errors were encountered:
Nyaran,
The above code snippets all looks fine, except
execution: 2,
which is not update the execution type to Automated.The text was updated successfully, but these errors were encountered: