Retreive Test Suite and Test Results in TFS 2013

Hi
My Colleague accidentally deleted Test Suite which contains Test cases with Test results. Is there a way i can restore those?
regards,
Vinay

Hi Vinay,  
Thanks for your post.
There’s no default way/feature to restore test plan/test suite, as Guilherme said, you should restore the backup to do that. And you can refer to this article:
http://www.tfswhisperer.com/post/2012/10/10/So-you-accidentally-deleted-your-MTM-Test-Plan-Now-What.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to Extract Test Cases from TFS 2013 to Excel

    How to extract test cases from 2013 Team Foundation Server to excel.
    Yuvaraj G

    Hi Yuvaraj,
    To export test cases in TFS 2013 to an Excel file, you can follow the steps as below:
    Create a query for the test cases that you want to export in Team Explorer
    Open an empty Excel file, click the tab of "Team"
    Click "New List" and then select the TFS server and the detailed team project
    In query list, select the query you created before, then click OK to export the test cases
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to get chart option in Test tab with TFS 2013 update 4?

    Hello, 
    I have installed Visual studio ultimate - TFS 2013 update4, but I do not see "chart" option in Test plan.
    What are the steps to enable this feature in TFS web client?

    Hi Malvip,  
    Thanks for your post.
    Please ensure you’re using TFS 2013 Update 4, open your TFS Admin Console to confirm that.
    If you can ensure you’re using TFS 2013 Update 4, but still cannot see the Chart in Test plan, please create a new team project using your default TFS 2013 Update 4 process template, the check the Chart in this new team project Web Access.
    https://msdn.microsoft.com/en-us/library/dn282443.aspx
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Retreiving Test Results

    We hope to develop applications that will run as standalone
    applications and/or over the web... and I’m just learning
    about Captivate.
    1 - If run as a local application (not over the web) are the
    test /interactive results saved on the local system so that they
    can be accumulated and analyzed later (like next week or month or
    immediately after the exercise) on the local machine ? Or gathered
    later for analysis either over the net, a network, or whatever?
    2 - If run over the net can those test /interactive results
    be captured by the server and kept and analyzed ?
    3 - Exactly how are test /interactive results saved... where
    on the system ? In what format? Can they be converted to a comma
    delimited or other 'portable' or ‘open’ format?
    FYI - Newbie here - will post a series of questions to get
    going faster...
    So thanks in advance to everyone for their patience and
    assistance.

    My understanding is that quiz results can only be tracked and
    submitted when Captivate is published to a web-based format.
    So...
    1. No, results are not available when running as a local
    application.
    2. Yes, you can capture results when Captivate files are run
    from a web server. Captivate supports several results tracking
    methods out of the box, but these methods all pretty much assume
    you're serving the files from a Learning Management System (LMS).
    However, there are a few other options... see the Quiz Manager in
    Captivate for a list.
    You can also "roll your own" solution, but this requires some
    fairly extensive custom coding and you're on your own to make this
    happen. For examples of how it might be done, search these forums
    (particularly the Captivate eLearning forum) for any posts with
    comments by Andrew Chemey and check out the following article in
    the Developer Center:
    http://www.adobe.com/devnet/captivate/articles/store_cpresults.html
    3. Results are saved internally in Captivate files and then
    submitted to a central server (i.e., an LMS) via Javascript/Flash,
    although there is no documentation on the actual variable names.
    People have figured out that at the time of submission, results can
    be intercepted in the Javascript code, modified as desired and then
    potentially redirected anywhere you have the technical ability to
    send them. See the above article for an example.

  • ISE Addon for Checkout or Checkins via TFS 2013

    Hi
    I am coordination the development of some PowerShell scripts to work against our SharePoint Farm.  Now as there is more that just me developing these scripts, I think we need to start doing regular checkin and checkouts in our TFS 2013.  Anyway,
    I naively thought there must be an addon  I could add to ISE for this; since it seems such a common requirement. However, there does seem much out there that is actively being used. Are there alternatives that are widely used such a series of PS functions
    anyone knows about. 
    Daniel 
    Freelance consultant

    Hi Daniel,
    If you want to complete checkout in Powershell ISE automatically, please go through this article:
    Protect Your PowerShell Scripts with Version Control
    In addition, you can also refer to this script
    PowerShell ISE-specific profile script, which performs a few simple things:
    Checks if you have the TFS client installed (eg Team Explorer).
    Registers for ISE events on each open file and any files you open later.
    Upon editing of a file, if it is TFS-managed then checks it out.
    The end result is the same TFS workflow experience from within the PowerShell ISE as Visual Studio provides.
    Refer to:
    Automatic TFS Check Out for PowerShell ISE
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,                              
    Anna Wang
    TechNet Community Support

  • TFS 2013 Update 4:Could not load file or assembly 'LibGit2Sharp, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    Issue: We have upgraded TFS 2013 App Server and Build Servers  from TFS 2013 RTM to TFS 2013 update 4. Everything looks good but we are receiving the below error:
    Could not load file or assembly 'LibGit2Sharp, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Kindly share your thoughts/inputs to resolve the issue

    Hi John,
    Hope there is nothing wrong with the update.
    Yesterday, Our developers were troubleshooting the issue with the builds and found that
    Build Activities dll has the reference of LibGit2Sharp.dll
    version 01.12.0.3051.0.  After TFS upgrade, Build activities does not have a reference for the new version of
    LibGit2Sharp.dll [required] which has caused the issue in the build process.
    Error: Could not load file or assembly 'LibGit2Sharp, Version=0.13.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Resolution: New version of LibGit2Sharp.dll
    was added and referenced to Microsoft.TeamFoundation.Build.Activities.dll
    which has resolved the issue with the builds.
    I think this should be referenced somewhere regarding TFS Update 4 so that everyone will be able to spot the issue and fix the issue without any issues.

  • Test Suites and Test Plans Question

    We are using the TFS 2013 and in the Team Web Access, whenever I create a Test Plan, it creates a Test Suite with the same title. If I delete the test suite, next time I select the test plan in the test section of Team Web Access it creates another
    Test Suite again with the same title as the Test Plan.
    Why do we have this?
    Is there a way to prevent this from happening?
    Am I missing something?
    Thanks.
    YG

    Hi Yves,
    I don't find any public official document about the test suite that created with a test plan, what I mentioned is an explantation about the type of test suite. And it's not affect the testing or creating test cases/test suites/plans in team web access.
    To organize test cases in a teat plan,  you have to create test suites under the test plan and then use test suite to include test cases. Check this
    page for more information.
    Best regards,

  • Need info on BSP tags  Test Suite and Test Case

    Dear All,
                 Could any one pls send me some info on the BSP tags Test Suite and Test Case.
    Thanks,
    Sirisha.

    Hi,
             I have gone through the sample examples.. for TestSuite and test case.. but im unable to understand it. I need some documentation on the usage of these tags..
    Thanks,
    Sirisha.

  • Import the test results and doors links back to doors with NI Requirement Gateway

    Hi together,
    I will try to explain my problem:
    We are using TestStand, DOORS and the NI Requirement Gateway.
    We created a test specification in DOORS, TestStand used the DOORS IDs to connect the TestSteps in Teststand with the requirements in DOORS.
    TestStand runs the test and creates XML-results, the NIRG is able to import these XML-results back to DOORS and creates a new(!!!) DOORS module, parallel to the said test spec.
    This module contains some attributes like the single test steps, the results (pass,fail, whatever, ...) but now I am missing a relationship between the DOORS test specification and these results of the XML file or better, the XML-import in the new DOORS Module.
    We want to manage our test results only(!) in DOORS so it should be possible to link(!) automatically the results of the XML to the DOORS TestSpec cause we are able to transfer the DOORS-IDs or other attributes (i.e.. The "un"unique NI ID#") too!
    in ASCII-art:
    DOORS_TestSpec -> NI_TestStand -> NI_Result -> DOORS_Result  <--------- with LINKS to the DOORS_TestSpec!!!!!!!!!
    Next Step is the DOORS Analyze Tool but we need the links to follow them and to show us the results.
    Would be nice to know if somebody else knows the problem or perhaps someone has an other solution. Thanks for your time!
    Greet

    Regarding your statement "We will generate a chunk of XML-Results, so we are not able to link all the requirements by hand", are you concerned about having to update the path to the XML files each time you run the test?  In this case, I would recommend creating a directory to store only the most recent report (the report path can be modified in the TestStand report options), and set the XML report project in Requirements Gateway to point to this directory.  In your TestStand sequence, you could call code which moves the previous report file into a backup location so that only the newest file is in the specified directory.  THis would prevent you from needing to modify the Requirements Gateway project to access the latest report; reanalyzing would reload the project with the new file.  The traceability information will therefore always be up to date, and you can see that the DOORS requirements are being covered by the test results.
    I agree that there is not really a good solution for importing the XML reports into DOORS, but I think you can acheive the result you are looking for using the report files directly.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • ADL Test Suite and SCOs

    I have about five lessons that I developed as SCOs (Captive 5.5) followed by a Quiz. The idea is to use the Multi SCO Packager to wrap them as a single course to load onto an LMS. The problem I'm running into is testing the individual SCOs using the ADL Test Suite 1.2.7 and checking for SCORM 1.2 compliancy.
    The five lessons do not have questions, is this part of the problem? I do want them listed in the proper order in the manifest so after closing one, the next one launches. So, I publish one lesson and run it through the Test Suite and I get an error message:
    ERROR:   Time out exceeded
    ERROR:   LMSInitialize() never invoked
    ERROR:   Sharable Content Object is Non-Conformant
    I used to have no problems before I switched to Cap 5.5 - or is it just me? Please advise. Let me know if you need me to share any files.
    TIA!

    Thanks, Rod, that actually helps alot. My courses have been launching through SCORM Cloud but the ADL Test Suite was throwing me off. Guess I've been out of the loop. I had grown accustomed to getting the validation from the test suite that I was even printing and using them as verification in my deliverables to customers. Got any insight on similar products/applications to use for verifying SCORM-compliancy?
    EDIT: I'm looking into SCORM Test Track now. If you know of anything else, I'd appreciate your input. Thanks.
    Message was edited by: bgarcia7168

  • How Can I change the Directory and Name of Coded UI Test Result html file

    I'm Using Visual Studio 2013
    Now I can find the Coded UI test result html file insde the following path
    TestProjectFolder\TestResults\2015_01_22_05_59\In\anotherfolder\MyMachineName\UiTestActionLog.html
    VS2013 enables editing the name structure of this folder only (2015_01_22_05_59). and it should contains a static name+DateTime (Using the Project TestSettings).
    I need to (Programatically)
    Collect all test result html files on one folder with the project name (Change the path of the test result file)
    Put the testcase name on the result file name (for example : TC13505_ValidateScreenComponents_2015_01_22_05_59)
    If possible,Programatically attach the html result file to the test case attachements
    More Details:
    I need to set a custom valus for (ResultsDirectory -
    TestLogsDir -TestResultsDirectory
    - TestName) on the runtime.
    please if any onw know how to do the previous tasks
    by code, please share your knowledge.
    Regards, Ahmed Elgazar Skype:A7medelgazar

    Hi AhmedElgazar,
    Thank you for posting in MSND forum.
    As you said  that you want to collect all test result html files on one folder with the project name by programmatically way to change the path of test result file in coded UI test.
    As far as I know that when we run a coded UI test every time, it is default that there will create a new folder to save the new UITestActionLog.html.
    So we could not change the path of test result file and collect all test result html files on one folder in VS IDE.
    At present, there have no way to collect all test result html files on one folder and change the test result file path.
    In addition, I know that we can change the TestResults folder using mstest.exe in command line.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/58d3d2a6-1a45-41ba-9afa-12d087c7c661/how-to-change-the-test-results-path-of-codedui?forum=vstest
    If you still want to this feature, I suggest you can submit this feature request:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice there. You can send your idea there and people can vote. If
    you submit this suggestion, I hope you could post that link here, I will help you vote it.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Officejet 6700 connected to network according to network configuration page and network test results

    Office Jet 6700 connected to network according to wireless network test results but I get an unable to connect error when trying to set up web tools or connect to get updates. I have an Actiontec Router with century link DSL. I have tried both manual IP configuration and DHCP configuration. I can print wirelessly from my iphone and can access the web service page on the printer but the printer will not connect outside the network. I do not have a proxy.

    Never mind. I found the answer... I set the dns servers to 8.8.8.8 and 8.8.4.4 ( google's dns servers ). Sort of strange that I set the dns servers manually to the ones recommended on my router and it didn't work but when I set them to google's it works...? Spent many hours researching this til I found the answer. Silly printer and silly instrucutions tha never mentioned overriding the dns servers if you couldn't connect.

  • How to view the emma coverage test result when running local job

    Hi Guys,
    When using emma in DTE, we can obtain the code coverage test result. I submit a farm job, and can get a txt or html file on coverage report. But when I run it locally, the txt / html files is unavailable. I can only see a folder named coverage with coverage.emma & metadata.emma. So my question is how can I get the coverage report from it?
    If I can use some command to generate report files, then what is it and how to run it.
    Thanks

    Hello Twenz
    This forum is mainly (should not be only but it is) used for supporting Oracle Application Testing Suite (OATS) products.
    I guess your question is not related to this solution at all. So maybe this is not really the right forum.
    Good luck
    JB

  • Load Testing with onpremises TFS

    Hi,
    I have an on premises TFS.I would like to do Load Testing. Pls suggest me convenient ways.
    (Can we run load testing of onpremises apps on VSO if we have one VSO license?)
    Thank you
    Su

    Hi
    You need to load the script into OLT (Oracle Load Testing) you can download it from here you need the first link Oracle Application Testing Suite and run the OATSxxx.exe to install OLT.
    Regards
    Alex

  • Unit Tester: Manually Deleting Old Unit Test Results

    Oracle, as you know, there isn't currently a way to delete the results of previous unit test runs.
    Well, those previous test runs are giving us a very annoying slow response times in the Unit Tester GUI with some of our tests, because of the amount of time the interface is taking to load the results of previous tests.
    For example, one of our unit tests in particular took the interface 1 minute, 12 seconds to simply "bring up", even though we weren't on the Results tab. As time goes on (as a unit test has been run more and more), the interface goes slower and slower with that unit, because of the increasing number of unit test results.
    I know you're working on a long-term solution, but to assist us with working with these kind of tests now, can Oracle please provide us with the SQL statements necessary to delete all of a given unit test's test results from the unit tester repository, please? It would make my programmers so much less annoyed with working with these particular unit tests and the Unit Tester, in general.
    I'm guessing that if I go spelunking through the Unit Tester's repository tables, I could probably figure it out, but I'm looking for the "Oracle-sanctioned" way, I guess.
    Thanks.

    Hi,
    here are the necessary commands to delete your tables:
    Make a backup of your tables(!)
    create table t_ut_test_impl_results as select * from ut_test_impl_results ;
    create table t_ut_test_impl_val_results as select * from ut_test_impl_val_results ;
    create table t_ut_test_results as select * from ut_test_results ;
    create table t_ut_suite_results as select * from ut_suite_results ;
    create table t_ut_suite_test_results as select * from ut_suite_test_results ;
    -- delete data from tests
    delete from ut_test_impl_val_results ;
    delete from ut_test_impl_results ;
    delete from ut_test_results ;
    -- delete suite results
    delete from ut_suite_test_results ;
    delete from ut_suite_results ;
    This scripts are not Oracle sanctioned.
    Use them on your on risk
    HTH
    Oliver

Maybe you are looking for

  • JScrollPane questions

    Hi, I have two questions regarding JScrollPane: 1) I have a JPanel inside a scrollpane, but setViewportView() doesn't seem to work too well. Could anyone give me a better idea how to set the viewport view, an example perhaps? The tutorial doesn't go

  • CS5 Project Copy disappeared!

    Hi, I am new here and Im hoping that someone can help! Working on CS5 - worked on project and sequences fine, drawing rushes from hardrives... Project file saved on desktop Saved a copy of the project to the desktop (same location as original!) Brief

  • Album artwork lost on iTunes 11.1.3

    I have noticed recently that since installing the latest version of iTunes that some album artwork has disappeared on my Macbook Pro but is still visible on other devices. I am currently running OS X Mavericks. Any ideas?

  • Recommend way to replace doJoin

    I have nested TiledViews. In NetDynamics the Data Objects that populated their fields were joined using the doJoin method. What is the recommended way of getting this same behavior in JATO 1.2.x? I have been trying, with little success, to get the va

  • Arranging photos in slideshow

    I'm a new user, but have a problem. I put together a 48 pic slide show, arranged the photos in the order I wanted, made a pdf. Later, I rotated some of the pic so that I could print them out 4 up on a sheet. When I went back to the slide show today I