# Word 2010 support Part 6: New progress

DevFeed: [Word 2010 support Part 6: New progress](<https://devfeed.tech/articles/word-2010-support-part-6-new-progress-33053.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/word-2010-support-part-6-new-progress/>)

Published: 2017-02-27T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>), [WINE](<https://devfeed.tech/topics/wine.md>), [test](<https://devfeed.tech/topics/test.md>)

Tags: [client](<https://devfeed.tech/tags/client.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [free](<https://devfeed.tech/tags/free.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [server](<https://devfeed.tech/tags/server.md>), [test](<https://devfeed.tech/tags/test.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [wine](<https://devfeed.tech/tags/wine.md>)

## AI overview

A ReactOS developer reports progress toward running Word 2010 by converting interactive NTLM tests for the apitest framework and temporarily integrating Wine's NTLM layer. The integration was added in revision r73868 and uses an older Samba build as an interim solution.

## Source excerpt

Hello everyone, I'm summarizing here my latest progress towards making Word 2010 running in ReactOS. After having paused a little my ReactOS development during the first two weeks of February (due to personal matters), I started reviewing Samuel Serapión's NTLM code (in the "sspi-bringup" branch) and first focused on trying to convert his NTLM tests into something that can be included into our apitest framework. This is still work-in-progress because his original tests are interactive, and I need to find the good way of turning them into automated tests and finding a way to store the test results (for comparison purposes), as the tests are modeled around a client/server architecture.