ngalchenkoNew Contributor12 years agoSolvedHow to use Consts in TestComplete (JScript) ? I need to declare constants in my JScript code. 1. I tried this code: Consts TestID=50; Program breaks on this line and I am getting compilation error. 2. I tried const TestID=50;...Show MoreAndrey_M12 years agoHi Natalya.JScript in TC does not support constants.You may use either variables or functions which return a value.
Andrey_M12 years agoHi Natalya.JScript in TC does not support constants.You may use either variables or functions which return a value.
Andrey_M12 years agoHi Natalya.JScript in TC does not support constants.You may use either variables or functions which return a value.
Recent DiscussionsButton with "..." not completing selection - step stops after dropdown choice (Chrome & Edge)TestComplete not recording right-click or menu on SVG mapHow to Click the Canvas object using test complete web module
Related ContentA const value does not work in other filesIntegrating TestComplete Scripts [JScripts] with Bamboo Continuous IntegrationJScript vs VBScript