ContributionsMost RecentMost LikesSolutionsTestComplete 14 trial version Hi everyone, We are using TestComplete 12, and want to upgrade it to 14. Before ordering it, can I download trial version for TestComplete 14 on the same computer or virtual machine where is currently operating TC 12? Is there a possibility of overlapping or interferencing? Thank you in advance 🙂 SolvedRe: Call REST API from TESTCOMPLETE Thank you Justin. I have created a send request item, but when I try to get token I constantly get an error with code 400 saying 'invalid_client' Do you have an idea what could be wrong? Call REST API from TESTCOMPLETE Hi, We are using TestComplete for Desktop (Version 12.60). Now we should add API calls in some of our tests. First, should we buy the web module too? Does the Send Request operation work without the web module? Thanks in advance! SolvedRe: Dynamically used project variables Thank you very much AlexKaras I tried evaluate before ... and it didn't work :) obviously cause I missed quotation marks for 'Project.Variables.VarTest' Thanks again Dynamically used project variables Hi everyone, I am using Delphi application ... Is it posible to use project based variables, dynamically in scripts ??? I want to fill edits in the application with defined project scope variables depending on parametrization Something like: Aliases.ApplicationName.FormName.VCLObject(Edit) := Project.Variables.VarTest ( where Edit = EditName + Index ; and VarTest = VariableName + Index) Thanks in advance! Solved