
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to read test cases from Word document ?
Hello All,
It is a bit confusing, so in short need to know how word addin for alm works, reads test cases from word document and then update to ALM.
I am trying to find a way how to read bookmarks in MS word addin.
So basically i do need code or logic how ms word addin read test cases from word document and import it to ALM.
I need to read Text from document containing test cases and put them into different variables. Like if there is a folder bookmark created by word addin in word document how can i read / copy that text name to variable?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You might want to refer the Word-Addin guide which can give a better insight.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks, but that guide just tells how to put data in word and how to export it from front end. my question is how to read those bookmarks by code to use values in them.