QAComplete, DevComplete and ALMComplete http://smartbear.com/forums How do you restore a deleted Folder and the Test Cases that were in it? I deleted a folder that contained 170 test cases. Now my user wants them back. How do I restore the folder and test cases? http://smartbear.com/forums/f69/t79894/How-do-you-restore-a-deleted-Folder-and-the-Tes 5/24/2013 10:43:17 AM Steve Crowell 285a0b6a-37b8-4cc7-ae04-addba76fe9db How to do Test approval? - workflow and email alert problems Our industry is heavily regulated and we need to show that our tests have been reviewed and approved.<br /> We envision having two levels of review: <ul> <li> Peer review for structure and general content&nbsp;</li> <li> Technical review for requirements coverage</li> </ul> <br /> I created two custom fields to assign these roles to users.<br /> I created two more custom fields for their commments.<br /> And I created 2 custom fields to record the result of the review (Not Reviewd/Pass/Fail)<br /> <br /> I had hoped that our process could then go as follows: <ol> <li> Assign peer and technical reviewers</li> <li> Move test to &#39;Awaiting Approval&#39;</li> <li> Reviewers get email saying that they need to do their work</li> <li> Person assigned to test gets email when reviews are done</li> <li> Assigned person moves test to Approved (or fixes things and goes back for second review)</li> <li> The history for the test shows exactly who did everything and when.</li> </ol> <br /> Seemed like a nice idea but I cannot find any way to get the email to be sent to the appropriate people. I can get &#39;broadcast&#39; email but nothing going to just the reviewers and assigned person.<br /> <br /> Would it be better to modify the workflow to add &#39;Peer Review&#39; and &#39;Tech Review&#39; status and then&nbsp;change the &#39;Assigned&#39; field to each reviewer in turn?<br /> That would slow things down since both reviews could not occur at the same time.<br /> <br /> Suggestions would be most appreciated on approval workflow and targeting email alerts. http://smartbear.com/forums/f65/t79787/How-to-do-Test-approval-workflow-and-email-a 5/21/2013 3:53:31 PM Randall Siebert 39129d21-8e3a-460b-9796-015f57c5e4f8 Do NOT upgrade to version 9.8.1 Until SmartBear support resolves the &quot;500 Internal Server Error&quot; issue, DO NOT upgrade to version 9.8.1<br /> <br /> We are essentially dead in the water until they provide a resolution http://smartbear.com/forums/f69/t79779/Do-NOT-upgrade-to-version-9-8-1 5/21/2013 11:35:32 AM Brett Berry 0bcf0784-b35b-44a8-a194-05ab6264fb20 Music App!! Fellows, I discovered an application that is a mess such as instagram of the music planet. This new application is called Tunebash. It was alright from the beginning, yet its pretty cool when you include your companions. It permits you to pursuit any melody, craftsman, or client. You can accompany your companions see what they are listening to, and you can track your most beloved craftsmen. The configuration is truly cool, and incorporates a mess of usefulness like instagram and facebook. Investigate the application, its def worth the time: http://smartbear.com/forums/f65/t79728/Music-App!! 5/17/2013 6:39:52 AM Jeni Dicosta b43e10d1-175e-415e-b215-b0e17fb6b71f RE: Data driving manual tests Found the answer in the user guide - learned that instructions ARE useful :-)! &nbsp;Thanks! http://smartbear.com/forums/f65/t79700/RE-Data-driving-manual-tests 5/15/2013 12:28:03 PM Jeff Corwin b4d95715-7ab2-4863-903e-9bbce426204f Data driving manual tests Looking for a method to associate multiple data inputs with the same test ( manual).&nbsp; In our case, the same test needs to be run with varying data inputs for one step.&nbsp; The thought is, execute that step muliple times, not the actual test itself.&nbsp; I know the automated solution provides a method for this, looking for a way to do them same for a manaul testcase which MAY be automated in the future.<br /> <br /> Thanks! http://smartbear.com/forums/f65/t79700/Data-driving-manual-tests 5/15/2013 12:22:12 PM Jeff Corwin da43928d-926f-43bd-b8a5-4fad6f049b60 RE: Testsets Issue We are using QAComplete 9.7 and we have the same problems you mentionned:<br /> <br /> 1- During execution, if we edit the steps of a test, the popup message asking if we want to update the library does NOT show if we press &quot;End Run&quot;. But it will show if we press &quot;Next Test&quot;.<br /> <br /> 2- After editing steps during a run, and pressing Next Test, then YES to update the library with our changes, if we run again the same Test Set with the same release and configuration, the new edited steps are not there.<br /> <br /> If I understand Barbara&#39;s answer correctly, it means that if we press the Run button, modify test steps and update library, every subsequent times we press Run on this test set and choose this same configuration and release, a snapshot is taken and I will NEVER see my new test steps ? If so, I find the funcionality of editing steps during run useless, and unpredictable. Furthermore, this makes the test set NOT re-usable. That is too bad. http://smartbear.com/forums/f65/t47451/RE-Testsets-Issue 5/15/2013 10:08:19 AM Anik Cadieux 95928cbc-a5df-4b01-99e7-d0e2d1290b52 Web Service - &#39;Object moved&#39; error <br /> Hi,<br /> <br /> Firstly, I&#39;m new to SOAP so please bear with me.<br /> <br /> I&#39;m trying to connect to the Web Service but getting the following error :<br /> <br /> [quote=]The request failed with the error message: <div> --</div> <div> &lt;head&gt;&lt;title&gt;Object moved&lt;/title&gt;&lt;/head&gt;</div> &lt;body&gt;&lt;h1&gt;Object Moved&lt;/h1&gt;This object may be found &lt;a HREF=&quot;http://www.PragmaticSW.com/SiteMap.asp&quot;&gt;here&lt;/a&gt;.&lt;/body&gt;[/quote]<br /> <br /> The test code I am using is a C# representation of the VB program TestWebService :<br /> <br /> [quote=][System.Web.Services.WebServiceBindingAttribute(Name = &quot;ServiceSoap&quot;, Namespace = &quot;http://www.pragmaticsw.com/&quot;)] <div> &nbsp; &nbsp; class SoapHttpRequest : SoapHttpClientProtocol</div> <div> &nbsp; &nbsp; {</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; public SoapHttpRequest()</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; {</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.Url = &quot;http://www.pragmaticsw.com/GetLoginInfo&quot;;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; }</div> <div> &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; [System.Web.Services.Protocols.SoapDocumentMethodAttribute(&quot;http://www.pragmaticsw.com/GetLoginInfo&quot;, RequestNamespace = &quot;http://www.pragmaticsw.com/&quot;, ResponseNamespace = &quot;http://www.pragmaticsw.com/&quot;, Use = System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle = System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; [WebMethod(MessageName = &quot;GetLoginInfo&quot;)]</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; public int request_GetLoginInfo()</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; {</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; object[] results = this.Invoke(&quot;GetLoginInfo&quot;, new object[] { &quot;agSP&quot;, &quot;a.b@c.net&quot;, &quot;password123&quot; });</div> <div> &nbsp;</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return ((int)results[0]);</div> <div> &nbsp; &nbsp; &nbsp; &nbsp; }</div> &nbsp; &nbsp; }[/quote]<br /> <br /> Can anyone see any blindingly obvious errors?<br /> <br /> Thanks<br /> <br /> Dave<br /> <br /> http://smartbear.com/forums/f66/t79686/Web-Service-39;Object-moved-39;-error 5/15/2013 4:30:49 AM David Codrington ee49e148-9bed-440c-9561-721c33c9de34 RE: Software Planner and JIRA Integration Hello, the video shows test cases etc being linked to a story. Can it go the other way?<br /> <br /> Can I fail a test in QAComplete and create a bug in Jira&nbsp; from there? http://smartbear.com/forums/f66/t47680/RE-Software-Planner-and-JIRA-Integration 5/14/2013 1:55:48 PM kris warthen 819f1592-5853-4452-a906-54cca5af8385 RE: psWS and ProjId <br /> Thanks, much appreciated.<br /> <br /> Dave<br /> <br /> http://smartbear.com/forums/f66/t79599/RE-psWS-and-ProjId 5/13/2013 7:36:16 AM David Codrington dcfb6918-fd2c-4a99-b14e-6b210d419e2f RE: psWS and ProjId You can find the project id by following these steps...<br /> <br /> 1. click on setup tab<br /> 2. click on projects at the top of the left hand navigation pane<br /> 3. then click on the &#39;choose fields&#39; option in the menu bar and select ID<br /> <br /> In the resulting list of projects that are displayed you&#39;ll find the project ID for each project.<br /> <br /> Hope this helps. http://smartbear.com/forums/f66/t79599/RE-psWS-and-ProjId 5/13/2013 6:27:59 AM William Echlin d1bdec1c-2cb9-4b40-b68e-4a72c50fc025 RE: Need to determine all security administrators for all projects The reply from support didnt provide me with what I requested, so I came up with this query, which seemed to do the trick.&nbsp; (22427 was what SecurityAdmin evaluated to in the SecurityGroups table)<br /> <br /> SELECT Persons.FirstName + &#39; &#39; + Persons.LastName AS SecurityAdmin, Projects.ProjName<br /> FROM PersonSecurityGroups, Projects, Persons<br /> WHERE SecurityGroupId=22427<br /> AND PersonSecurityGroups.ProjId=Projects.ProjId<br /> AND PersonSecurityGroups.UserId=Persons.UserId<br /> ORDER BY ProjName ASC http://smartbear.com/forums/f69/t79522/RE-Need-to-determine-all-security-administrato 5/10/2013 2:07:28 PM Brett Berry b62871f3-36e2-42b8-9761-fca6b71ca6a9 RE: Need to determine all security administrators for all projects SmartBear support replied:&nbsp; YTou should be able to run the Administrative report for Projects Security:<br /> <a href="http://screencast.com/t/7MovZRs0Tr">http://screencast.com/t/7MovZRs0Tr</a> http://smartbear.com/forums/f69/t79522/RE-Need-to-determine-all-security-administrato 5/10/2013 2:04:03 PM Brett Berry 31d69d8b-143c-417c-9328-434eda3e8942 psWS and ProjId <br /> Hi,<br /> <br /> I am looking to create a connection with my bespoke test execution machine and QAComplete. I am trying to use TestWebService.exe to check out capabilities but cannot find a value to use for ProjId. Hence, I get the following result :<br /> <br /> <div> Test Authentication</div> <div> Start: 09/05/2013 16:28:03</div> <div> psWS.AuthenticationException:</div> <div> Authentication data is not valid. Please retry ...</div> <div> End: 09/05/2013 16:28:07<br /> <br /> I have looked throughout QAComplete and checked all fields (including Choose Fields) but cannot find a value to use.<br /> <br /> Can anyone point me in the right direction?<br /> <br /> Thanks,<br /> <br /> Dave<br /> &nbsp;</div> http://smartbear.com/forums/f66/t79599/psWS-and-ProjId 5/10/2013 4:16:45 AM David Codrington cc1bce2f-52f7-4a78-9a05-c113c459c254 Composing email and discussions Our team is just learning ALMComplete. One member was asked to look at the in-tool email capability. He raised the following questions about the editor that appear when one creates an email or discussion.<br /> <ol> <li> There is no way to save an email once you start it. So you are in a bit of trouble if you get interrupted. He is accustomed to Outlook and other email tools that let you work on a draft, save it and come back later.</li> <li> Insert image - there is no browser to get to your image.&nbsp;Tried to enter a &#39;source; location but&nbsp;it could not figure out how to get it to work.</li> <li> Insert table - nothing ever appears. Tried various sizes.</li> <li> Bookmark - again, nothing ever goes into the body of the email. Can paste into the Name but cannot type in the other large box</li> <li> Hyperlink - can put things into some fields but never get anything into the email after pressing &#39;insert&#39;</li> <li> Maybe something is fouled up in our installation but as of now I can only recommend that we use the in-tool email for very simple communications. During evaluation of the tool we thought this would be a strong feature, but clearly we didn&#39;t test it out too much during our trial period.</li> </ol> <p> Please advise on what we may be doing wrong.</p> http://smartbear.com/forums/f65/t79589/Composing-email-and-discussions 5/9/2013 4:37:15 PM Randall Siebert 1b52ea36-c440-4578-a64c-96e51c4f1b11