ContributionsMost RecentMost LikesSolutionsRe: POST method with x-www-form-urlencoded body request using testcomplete There is no specific example available for above scenario! Any other suggestion? POST method with x-www-form-urlencoded body request using testcomplete we are trying to send http request using GET method and has body parameters in x-www-form-urlencoded as content type . i ended up 400-Bad request always. Following is the sample method which i have created: function test(){ var request,postdata,response; request= aqHttp.CreateGetRequest("https://login.microsoftonline.com/XXXXXXXX/oauth2/V2.0/token"); request.SetHeader("Content-Type","application/x-www-form-urlencoded") postdata="client_id=xxxxx;client_secret=*******" response= request.Send(postdata); Log.message(response.statuscode) Any sample method for this scenario would be helpful. Thanks! How to execute testcases maintained under folder of cycle using TestComplete in Jira Zephyr we have created testcases in zephyr and pulled them in cycle summary as follows. Created Test cycle called Regression and added folders called 'Application-shopping' in these cycle. Added test 'TAM-3156' in these folder and mapped the same to test script in TestComplete. After executing the script noticed that TAM-3156 was created in cycle and the test status is updated as passed or failed. But the once which i had created under folder 'Application-shopping' remains unexecuted . Is there any solution available for this? There was similar question raised for the issue but there was no response for that. https://community.smartbear.com/t5/TestComplete-Questions/How-to-do-the-execution-under-the-folder-t... Zephyr integration with PowerBI we are planning to pull data from zephyr to Power BI dashboard. Power BI have been our primary dashboard for pulling the data from various sources. we want to do the same for zephyr as well. Our main need is to pull zephyr filter data directly to powerBI. Is there any API or any solution available for this integrations?? How to execute testcases maintained under folder of cycle using TestComplete in Jira Zephyr we have created testcases in zephyr and pulled them in cycle summary as follows. Created Test cycle called Regression and added folders called 'Application-shopping' in these cycle. Added test 'TAM-3156' in these folder and mapped the same to test script in TestComplete. After executing the script noticed that TAM-3156 was created in cycle and the test status is updated as passed or failed. But the once which i had created under folder 'Application-shopping' remains unexecuted . Is there any solution available for this? There was similar question raised for the issue but there was no response for that. https://community.smartbear.com/t5/TestComplete-Questions/How-to-do-the-execution-under-the-folder-that-comes-under-the/m-p/238173 Re: Summary (Test Execution summary) details not available in Azure Devops Pipeline Thanks Thiyagu! At least are you able to publish these reports in azure pipeline results mailers? our framework is similar to yours and we wanted to publish the details in mails! Re: Summary (Test Execution summary) details not available in Azure Devops Pipeline were you able to find a solution for above sceanrio? Re: Azure integration with TestComplete Found the solution! need to include additional parameters TestFiltercriteria:Enabled=True Re: Azure integration with TestComplete Yes tried with searchMode as ExecutionPlan only !! Still same issue License updating to SLM we are planning to migrate the TestComplete license from floating license to SLM based one. On Going through the smartbear site we came across these 2 licensing types 1) SLM SmartBear ID based 2) fixed user license. Can anyone help with difference between these license types and which is better for enterprises organization? Any reference link where i can find the details would be also helpful.. Thanks in advance! Solved