ContributionsMost RecentMost LikesSolutionsRe: Automatically logging defects to JIRA As an addition to this request, it will be good if we can control/update test case and test cycle information. We have currently created a DLL file with all JIRA and Zephyr management and integrated it with Testcomplete. But it can help if this functionality is provided by Smartbear. Re: Ability to reuse the script variables in keywords I am familiar with the project level variables and how to use them b/w scripts and keywords. The main issue is the variables like : var mSerial = "\\td\tr.." which are defined as global in scripts. There is no way to use them directly in keyword tests. Our scripts have 100's of global variable xpath defined in scripts and we cannot move all those variables to project suite variables. Ability to reuse the script variables in keywords Previously we were writing the code in script files and we had a lot of global variables in each scrip with object xpaths and we were able to use them across scripts very easily. Now we have changed our approach to "Keyword driven" but there is no way in Testcomplete to reuse the global variables from scripts in keywords. Currently we came up with the appraoch where we did all USEUNITS in a script file and wrote a function GetScriptVariable(),which returns the variable value by evaluating it: function GetScriptVariable(scriptFileName, variableName ) { return eval(scriptFileName+"."+variableName); } Now we are thinking of dissolving this script file and it makes no logic to keep it only to support this one function. There should be some way in keywords tests to reuse script variables. “Set Next Statement” option should be there in “JavaScript” files as well in TestComplete. “Set Next Statement” option should be there in “JavaScript” files as well in TestComplete. Currently Java scripting does not support this feature. Re: Let the user pick a variable? If we want to create a custom keyword operation and want to use a user form than there is no way that we can access the Keyword parameter dialogue from that form. This is required while creating some functionality where we need to use the user forms but the components/parameters in the user form can be of different type.In that case default keyword parameter dialogue/window will be helpful. Feature request to support Keyword Parameter dialogue in User Forms If we want to create a custom keyword operation and want to use a user form than there is no way that we can access the Keyword parameter dialogue from that form. This is required while creating some functionality where we need to use the user forms but the components/parameters in the user form can be of different type.In that case default keyword parameter dialogue/window will be helpful. Something like: https://community.smartbear.com/t5/TestComplete-Desktop-Testing/Let-the-user-pick-a-variable/td-p/109873 Thanks. Re: A new feature to generate script documentation(HTML file like JsDocs) Any updates on this? Re: Automatically logging defects to JIRA Any updates on this? A new feature to generate script documentation(HTML file like JsDocs) A new feature to generate script documentation(HTML file like JsDocs). Also we should be able to modify the template (e.g : JSDoc takes only /** and */).We should be able to specify our own template something like : //##################################################################### //# //# //# //##################################################################### Currently it is a tiresome process as most of documentation tools take comments in a standard form. Browser profiling functions as a setup before automation Hi, In TestComplete,if I need to setup my IE browser for testing I need to do it manually. Maybe we can have some Class through which we can set up our Browser prior to start automation. Regards, Neha