Importing Testcases from Word Document

I want to import testcase form Word Document document to MTM tool. Are there any tools available for acheving this?
The testcases table to import is not getting recognosed when I tried with "Test Case Migrator Plus".
Able to import if the testcases are stored in excel. However, the entry stroke in a same cell is getting created as new test step. i.e New test steps is getting added in MTM tool if test step is written with a line break in excel.
Any help on this would be great.

Hello.
Glad to receive your reply.
Based on this link: http://tcmimport.codeplex.com/,
test Case Migrator Plus tool allows test related artifacts, present in Excel and MHT/Word formats, to be imported into Team Foundation Server.
I think that it support importing test cases from Word format into TFS. Then you can run those test cases in MTM.
As I mentioned in my previous reply,
Except Test Case Migrator Plus, and I don’t find any other tools which support this kind of import.
If you get issues when you use “Test Case Migrator Plus” to import test case from Word Document to TFS, you can start a discussion onhttp://tcmimport.codeplex.com/discussions
for better response.
Best regards,
Amanda Zhu [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Importing Tables from Word Documents

    I have a new job where the majority of my colleagues are PC users and we must work on common documents. I have no problem saving documents as a word file and opening word documents. But I have had some issues with Tables coming from a word document. I looked on the forum and learned about inline tables but I have been unable to take a table from a .doc file and change it to an inline table. Basically when the page ends, the table stops, even when there is more text. It is making it really frustrating for work as I have been copying and pasting the text from the table into a new document to edit it and then replacing the new text with the old. Can anyone help me figure out how to see the text in tables from word documents??
    Thanks,
    Amber

    It would be more efficient to use the true Office or one of the free clones: openOffice & neoOffice.
    Yvan KOENIG (VALLAURIS, France) Sunday, September 13, 2009 11:56:23

  • How do i import a large word document into Indesign CS6?

    I am a new user to InDesign, using version CS6, I would like to know if there is an easy way to import a MS word document into InDesign. The document is about 1000 pages and contains text, images and tables.

    Notes on importing from Word to InDesign CS6 and exporting via Kindle Plugin can be found on my blog at:
    http://02cafd3.netsolhost.com/blogs/eBookTec/?p=316
    To make a long story short, the Kindle Plugin has a long-standing problem with tables and/or more than a certain limit of hyperlinks.  Since these problems have persisted for at least 2 years now, I must conclude that there are organizational problems on the Kindle Plugin project.  The possibilities include too many junior programmers, not enough attention to the project, not enough positive incentive to make the plugin work and any number of possible management weaknesses.  It took our JPL team about 3 years to put Spirit and Opportunity on Mars, so there's no way a technical problem could be standing this long in the way of the Kindle Plugin handling tables or any number of embedded hyperlinks - nor, for that matter, a Word source document of any reasonable size whatsoever.  One might also cite a lack of competition in this new business sector but then you'd have to ask, do they want to play in the eBook market or don't they?  Companies like Apple succeed by ignoring the competition and in this way end up setting the standards for decades to come.

  • Importing footnotes from Word (and making endnotes)

    I have always had great problems importing footnotes from Word. After having saved Word as an .rtf and importing the text through and Cmd/Ctrl-D the footnotes come in at the bottom of every column in the text frame.
    Is there any way of getting them to go to the end of the text whilst still keeping their numbers and the numbers in the body of the text?
    I think what I want to do is change footnotes to endnotes.
    At the moment I'm just deleting all the footnotes from each column and changing the leading to zero to close the box and then pasting all the footnotes from Word into the document as endnotes.
    This way at least I still get the superscript numbers in the text OK but it's not a very elegant solution.

    Hello Guys, Thank you so much for your answers. Sorry it took so long to get back to you, I've been really busy and I've only just got back to this job where I have all the footnotes. I tried  the Footnotes2Endnotes_v23.jsx and it worked first time!!
    This will save me countless hours with this issue. I have resorted to pasting in the text and laboriously re-entered the numbers in the past!
    Thank you Eugene and David.

  • In Pages 09 we can do Mail Merge and Import Styles from a document. Can someone please explain how we can do this with the new version of Pages 5.1. Even Apple solutions are only valid for Pages Version 09. What a DOWN GRADE!

    In Pages 09 we can do Mail Merge and Import Styles from a document. Can someone please explain how we can do this with the new version of Pages 5.1. Even Apple solutions are only valid for Pages Version 09. What a DOWN GRADE! Thank god Pages 09 is still there.

    …and the other 98 missing features.
    Just use Pages '09, which should be in your Applications/iWork folder.
    Rate/review Pages 5 in the App Store.
    Peter

  • How to copy paste a table structure from word document into Text Field [field format Rich Text]

    In our current implementation we have a Blank page with Text Field [field format Rich Text] on generated PDF Document.
    Once the PDF document is generated, user can copy paste content form any word/rtf document to into the Text Field.
    Pasted content retains all text formatting [Bold, Italic, Underline, Indentation] except the Table format. Text Field is removing table metadata from the content and converting it into plant text.
    Is there anyway to copy paste table structure as it is from word document into Text Field?

    Hi,
    I don't think you can! While you can paste formatted text into the rich text field, the table metadata means nothing to the textfield.
    Niall

  • Creating Post Script File from Word Document

    Hi How to create a Ps File from Word document.. Is there any api to do this ?
    ~Arjun

    (1) It is
    PostScript, not
    Post Script or
    Ps!
    (2) To create PostScript from a Microsoft Word document, you simply open such a document in Microsoft Word and print to a PostScript printer driver instance, but chose the
    Print to file option. Note that since PostScript from drivers is device-dependent, you do need to choose a PostScript printer driver instance very carefully based on a PPD that has few device dependencies.
    - Dov

  • Read equations from word document programatically

    hi
    its too difficult to problem i think but soluation is there.
    i want to read equations from word document using java. i was tried in xml prser also ,there i can 't find the equation format.
    any body tell me how to extract equation from word .

    Everyone that has posted that you have 2 problems is absolutly correct, you will have to use some 3rd party product to read the file, or make your own MS-Word decoder--a task for which MS itself has problems doing reliably between versions. You could set up some DDE or OLE via Java/C and Excel... have fun it that is your choosen path, you'll want to talk to them in the JNI forum on how to get started there.
    As far as parsing, you have to be able to identify the formula, is it an Excel formula? If so, then you have to be able to copy the formula, it does not show as text in cells. If it is not a formula, but just text in a cell, then copy it into a String in Java.
    Now you have the String, use String.split or other tokenizer to break the String appart, and then you have to process the tokens. Nobody here is going to write the front end of an interpreter for you to process your sting into appropriat logic and tokens.
    The task you embark on is not one of triviality, but can be done. The real question is: "Is it really worth it to you?" Only you can answer that. If you need refernce material for parsing--look up discussions of language, compiler, and interpreter development--most of the ones I've run across have excellent discussions on parsing and tokenizing.

  • Editing files that have been converted from Word documents

    Will I be able to save and edit the PDF files I convert from Word documents?

    Hi,
    Yes it is possible to edit the PDF files and save the changes. You need to use Adobe Acrobat for this.
    Please download and test the 30 days Trial for Adobe Acrobat  : http://www.adobe.com/cfusion/tdrc/index.cfm?product=acrobat_pro&loc=us
    ~Pranav

  • How can I import text from Word including paragraph indents?

    I'm using Captivate 7.
    I need to import text from a series of documents written in Microsoft Word.
    When I copy and paste most of the formatting is retained. Bold, italics and underline import perfectly but I lose the indented paragraphs. They all become left aligned.
    Is there a way to import the indented first lines in the paragraphs?
    Thanks in advance.

    Lilybiri, sorry it took me so long to get back to you. Life sometimes interferes with living.
    Thanks for sharing your opinions. Your deep and penetrating insights have changed my life forever. As in: "...that people expect ..." Gee; I've pondered that for years. Now that you've opened my eyes to "what people expect" I can let that go and concentrate on something else. Like, is cheese REALLY binding?
    With your helpful and concerned attitude I'm sure you'll be glad to know that my problem has been solved. Not by anything from Adobe; the company or the forum, but by simply finding another program that works as it should.
    By the way, I marked my own answer correct as it was clear that there is no answer and I just wanted to close the thread. Actually, after I reread what I said,  I realized my answer IS correct. So, I'll stand by it.
    Thanks again, it's been interesting.
    So long Lilybiri, and good-bye Adobe Captivate.

  • Problem with importing a MS Word Document

    Hi,
    I'm looking for an application that will enable me to stop using MS word. At present I have trial versions of iWork Pages, Mellel and Nisus Writer Pro installed to see how they handle documents originated by MS Word.
    I have one such document that opens in MS Word X with seven A4 pages but that opens with only three pages in each of the other applications.
    Pages reports the following message on import "Floating Objects inside table cells aren't supported and were removed".
    I have tried both Word .doc file and a word generated .RTF file but four pages are always missing. Is there a method of ensuring the complete document is loaded using any of these applications rather than having to load it in MS Word X? The original document came from a windows machine running Word 2003 (I think).
    best wishes
    Simon

    I was able to get this done, after all.  I followed the standard Acrobat method, I guess, of adding an interactive object through tools and dragging a space within the document for where I wanted to place the audio.
    Not sure why, but when I originally created my acrobat and word documents through MS word, the audio files were not playable either through reader or acrobat, but at least I can add them (they must also be activated) in Acrobat.

  • Why do imported hyperlinks from Word not show up in Indesign Hyperlinks panel?

    ID CS6 Windows 7
    I am able to copy and paste hyperlinked text from Word into ID and everything works ok-- when exported to PDF the links work fine.
    except now client wants to rename the text of the hyperlink- but there seems to be no way to even see what the URL destination is.
    None of the Word links show up in the Hyperlinks panel.
    I have to find out the URL and delete the original linked text and redo them.

    Um. Are you not talking about proper URLs? I kind of assumed you were :)
    Actually, hyperlinks *should* import just nicely into ID, not only plain URLs but also those with alternative text. But if they do, they'd show in the hyperlink panel ...
    Can you check if they are mentioned in the Hyperlink Destination list in your ID document? That would confirm or disprove they are actually present, at some level.

  • Sapscirpt get style from word document

    Hi everybody,
    i'm printing a external text in <b>my PO SAPscript</b>, but i need have the same text like one in <b>MSWord</b>, exactly the same font, style, paragraph, what do you recommend for this?, how can i take the same font in my SAPscript text? is it possible download the MSWord font(the same style).
    <b>note</b>: for maintenance of my text i'm using SO10 transaction.
    Greetings =)

    Hi,
    T/code SPAD--> for maintaining Printer /font and other spool related settings.
    No. You can't import the styles from MS word to sap script.
    You can copy your word document to standard text. But you have to maintain CHAR/PARAGRAPH formats in SE73.
    Lanka

  • Importing text from word into indesign3

    I am importing text from a word document that has lots of footnotes in it into an indesign3 file  - I need to keep some of the formatting from the word document i.e italics and tabs however I need to be able to edit and reposition the 'word' footnotes within indesign - I don't seem to be able to do this without turning off the footnotes editing completely before importing? Is there a way around this?

    Word is wordprocessor. iWeb is an application to create webpages with.
    Copy/pasting formatted text always has unexpected results.
    To overcome that, save your Word document as a html file.
    Open it in a browser and then copy/paste the text.
    iWeb will retain the formatting.
    And Lion is an operating system. Just like a Mercedes is a car. Neither has anything to do with your problem.

  • Import Glossary from Word Doc?

    Hello!
    Is it possible to import the contents of a Word doc into a
    project's glossary, rather than having to create from scratch
    and/or cutting & pasting into the Glossary?
    I saw nothing about this in LiveDocs or the Forum...
    If I have a Word doc, what styles should be applied to the
    term and to the definition?
    Thanks in advance!
    Kathy

    Hi Kathy
    Yes, it's possible. However, keep in mind that the Glossary
    file exists as a simple ASCII text file. Thus, no formatting is
    allowed. I might suggest the following approach:
    Add a single term to the Glossary using RoboHelp. Then sneak
    behind the scenes and open the ProjectName.GLO file with Windows
    Notepad. Note the structure. Now format the text in your Word
    document to follow the example you just looked at. You could then
    select it all, copy and paste into the .GLO file.
    Cheers... Rick

Maybe you are looking for