More SmartBear Tools http://smartbear.com/forums RE: XML Node Enumerator <p> Hello Darin,</p> <p> If you create a new [url=http://support.smartbear.com/viewarticle/10788/]XML Attribute Enumerator[/url] operation, specify your [url=http://support.smartbear.com/viewarticle/10789/]XML Node Enumerator[/url] operation&#39;s [i]XML file[/i] and [i]XPath[/i] values and enable the [b]Enumerate attributes of all found nodes[/b] option, you can enumerate through all attributes you need. Is it suitable for you? Or, do you need to get the attributes within your [url=http://support.smartbear.com/viewarticle/10789/]XML Node Enumerator[/url] operation mandatory?</p> http://smartbear.com/forums/f55/t78126/RE-XML-Node-Enumerator 5/3/2013 6:56:00 AM Jay ff9d3279-051c-486b-bdce-70aa3c29dd5f RE: Visual Studio 2012 plugin Hi Joachim,<br /> <br /> Automated Build Studio 6.40 doesn&#39;t support integration with Visual Studio 2010 Express. Try installing Professional, Premium or Ultimate Edition of Visual Studio 2010. I&#39;ve asked our Documentation Team to document this information in the Automated Build Studio Help System. http://smartbear.com/forums/f55/t77898/RE-Visual-Studio-2012-plugin 4/24/2013 6:18:42 AM Mike 07426ef2-c740-49aa-8e03-53c0f87bccdb RE: Visual Studio 2012 plugin I tried the workaround with a visual studio 2010 express edition setup, completely removed the old ABS and reinstalled the product. But unfortunately no options to install VS Plugins appear during the setup process - also no plugins are actually installed neither to the VS2010 nor to the VS2012 Setup.&nbsp; ... I can&#39;t get on with it, at this point! To be honest, this issue should have been already been fixed ... during the last two months (especially if its really only the setup routine). Do you have any further tips / workarounds for me? http://smartbear.com/forums/f55/t77898/RE-Visual-Studio-2012-plugin 4/23/2013 5:55:48 PM Joachim Heck 72ac2e5e-8aed-4ac3-a6e0-5e6c453377a8 RE: ADL - End of Life Great news, can wait :)<br /> <br /> Thank you very much http://smartbear.com/forums/f57/t46093/RE-ADL-End-of-Life 4/23/2013 3:03:04 PM Hichem BOUKSANI 7170ef33-570f-480b-b700-becc04cf0549 RE: Visual Studio 2012 plugin Hi Joachim,<br /> <br /> Well, ABS does provide the VS 2012 integration. The problem is related only to the installation of it. Please try using the workaround mentioned above. http://smartbear.com/forums/f55/t77898/RE-Visual-Studio-2012-plugin 4/22/2013 7:22:36 AM Mike e936e134-d5be-4558-a7d2-786d43bb3ba6 RE: Visual Studio 2012 plugin Any news regarding this issue? I&#39;m currently testing the ABS but missing VS2012 integration is definitly a reason for not buying. (VS2012 is available for almost 1 1/2 years - come on, get this working!) http://smartbear.com/forums/f55/t77898/RE-Visual-Studio-2012-plugin 4/21/2013 4:09:14 PM Joachim Heck 1782d464-aab0-4d36-b40d-6afc85f616f1 RE: ADL - End of Life Hello there ADL fans!<br /> I hope you&#39;d be interested to hear the open source ADL project update.<br /> <br /> I have received emails from two volunteer candidates to maintain the open source ADL project.<br /> We now have an internal agreement to release the source for community usage.<br /> I will contact the two volunteers and get them engaged to start preparing the package for sourceforge or another repository.<br /> <br /> Thanks for your patience. http://smartbear.com/forums/f57/t46093/RE-ADL-End-of-Life 4/19/2013 6:03:32 PM Sergei Sokolov 89641d83-cc07-4d04-a795-805d23ca49c9 RE: Visual Studio 2012 plugin From support:<br /> <br /> [quote=]<br /> We confirm that there&#39;s a problem in the ABS installation algorithm. We&#39;ll work to fix the problem. As for a workaround - you&#39;ve already mentioned it in the <a href="http://smartbear.com/forums/f55/t77898/Visual-Studio-2012-plugin">http://smartbear.com/forums/f55/t77898/Visual-Studio-2012-plugin</a> thread - it is having an earlier version of VS installed.<br /> [/quote]<br /> http://smartbear.com/forums/f55/t77898/RE-Visual-Studio-2012-plugin 3/18/2013 9:05:31 AM Nathan Freeze e49f9c6b-d0f7-4c04-9014-7fff9804c2dd RE: Visual Studio 2012 plugin <div> Hi Nathan,</div> <div> &nbsp;</div> <div> As far as I know, you are investigating this behavior with our Support team. Please let us know when you figure out what the problem is.</div> <div> &nbsp;</div> http://smartbear.com/forums/f55/t77898/RE-Visual-Studio-2012-plugin 3/14/2013 10:04:10 AM Tanya Gorbunova aa67fc28-ec11-4ded-b61d-a7d4bb8d67b7 Setup Improvements Hi<br /> <br /> Please see attachment for suggested setup improvements.<br /> This is particular for setup of multiple projects sharing similar configuration.<br /> <br /> Thanks for the great software. http://smartbear.com/forums/f55/t78192/Setup-Improvements 3/12/2013 10:13:30 PM Francois Papendorf 7da5c37b-43a6-4024-a901-680203f9ecc9 XML Node Enumerator <br /> I have an XML file that I use for processing and generating some table scrips using ABS. I have a template file and read values from an XML file.<br /> Each Element has a list ot attributes that hold replacement values. So I want to iterate (node enumerator) each element. Then for each element iterate (attribute enumerator??) the attributes to copy the values into variables for processing.<br /> <br /> However, it looks like the attribute enumerator needs a file and the xpath to process, but I already am enumerating the file with the element enumerator. The element enumerator&nbsp;has variables with the attribute count, but I don&#39;t see anyway to get the attributes and pull the data from them.<br /> <br /> So, is the only way to get at the current element&#39;s attrubutes to embed an attribute enumerator and&nbsp;give it the same file (the one already accessed) and the Absolute XPath from the current Element to get it&#39;s attrubutes (haven&#39;t tried hopefully works). If it does work, it seems&nbsp;kind of obtuse.<br /> <br /> Any suggestions:<br /> <br /> The xml looks like:<br /> &lt;tables&gt;<br /> &nbsp; &lt;table&nbsp;name=&quot;theName&quot; pkName=&quot;thePkName&quot; datatype=&quot;thedatatype&quot;/&gt;<br /> &nbsp; &lt;table neme=&quot;etc.&quot;<br /> etc.<br /> &lt;/tables&gt;&nbsp;<br /> <br /> Thanks,<br /> DP&nbsp; http://smartbear.com/forums/f55/t78126/XML-Node-Enumerator 3/11/2013 12:34:11 PM Darin Padlewski 438f6113-0db4-40a3-b94f-263ee64e188a RE: Escaping Quotes on Script: Directive Hi Jason,<br /> <br /> The following expression seems to do the trick for me:<br /> [code]Script: &#39;/DPV=&#39; + Variables.ProductVersion + &#39;&quot; &quot;C:\\projects\\installer.nsi&#39;[/code] http://smartbear.com/forums/f55/t77717/RE-Escaping-Quotes-on-Script-Directive 3/5/2013 1:31:42 AM Mike 90e55f94-f8d7-45fd-84f3-438400cd3d03 Visual Studio 2012 plugin When I install ABS on a system with VS2012, the option to install the Visual Studio plugin is not present in the installer. If I have both VS2010 and VS2012 installed on the system, the option appears in the installer and the plugin is installed properly for both IDEs. &nbsp;Is there a trick to getting the plugin installed on a system that only has VS2012?<br /> <br /> Thanks! http://smartbear.com/forums/f55/t77898/Visual-Studio-2012-plugin 3/2/2013 3:20:16 PM Nathan Freeze fe94e364-e576-4c6a-b1ab-0de8cd935d6b RE: Synchronizing event-triggered tasks (continuous integration) <p> Hi Alex,</p> <p> I am afraid, there is no such mechanism. As a possible workaround, you can iterate through the running processes.</p> http://smartbear.com/forums/f55/t45433/RE-Synchronizing-event-triggered-tasks-(contin 3/1/2013 5:11:06 AM Jay 1f645a18-9c5e-4b3a-a754-68e1fe2d8bd7 RE: Running TestComplete scripts from TeamCity Agent - TestExecute runs in different windows session Hi Geeth,<br /> <br /> Thank you for sharing solution!<br /> <br /> &gt; all the time the issue is TestExecute is running in the SessionID 0...<br /> Does this mean that:<br /> -- Machine with TeamCity Agent runs server OS (e.g. Windows Server 2008), and<br /> -- Administrator is logged on locally, and<br /> -- You was trying to control this machine via remote desktop connection?<br /> <br /> Actually, Session 0 is used by the system processes... May it be that TeamCity Agent was started on behalf of Administrator user but was set up to run in the system context?<br /> (I&#39;m neither TeamCity expert nor the fan of it :), but would like to understand what was happening...) http://smartbear.com/forums/f55/t77736/RE-Running-TestComplete-scripts-from-TeamCity 2/26/2013 3:06:25 AM Alexei Karas [TeamAQA] ce1c21b7-15cd-42a2-b8bb-20bae093d611