ContributionsMost RecentMost LikesSolutionsRe: QAComplete REST API query requirements on custom fields? Hi, Has there been any updates on this? Our company has also recently upgraded to QAComplete version 11.3.514 and wondering if we can update custom fields now. Thanks Editory - Autocomplete object methods (something like ctrl+space in Eclipse) In Jscript say I have an object with multiple methods ie: var username = function(uname) { this.uname = uname; this.objectName = 'Textbox("j_username")'; username.prototype.selectText = function() { code to select the text from this textbox..... }; username.prototype.deleteText = function() { code to delete text from this textbox..... }; username.prototype.setText = function(uname) { code to set text in this textbox..... }; }; I'm wondering if there is a way to autocomplete when I call this object and it's methods. Like: function Main(){ username.after the dot editor shows the methods of this object[selectText,deleteText,setText] } Re: [LoadUIWeb] Never ending loading TestI thought I was experiencing similar issue (clicked Play and execution doesn't start) but my script was using variables from excel. And I noticed that the excel was open and my cursor was editing a cell. Once I saved and closed excel the execution started like normal. If this helps in any way..[LoadUIWeb] Sharing variables between scenariosI have a complex scenario running two sub scenarios. On sceanrio #1 - I've extracted a value from a response using regex. How can I use this variable as a value in a request on scenario #2?[LoadUIWeb] List variable values not savingI have the trial LoadUIWeb Pro version 2.99.4592.24. I created a new List variable under the Scenarios tab. I used the wizard. After saving the list I noticed the Value column was empty. So I click the Edit button to view the list and the items of the list variable box is emtpy.