to do automation test,telnet to control romote desktop applications

春艳 叶 1 Reputation point
2020-11-13T08:58:03.077+00:00

to do automation test,telnet to control romote desktop applications,that is, i want to do automation test, and telent to a pc, win7/win10, to control the app in the romote
pc, for example, open a .exe, and run it, and get data from it.

how to set up the pc, the telnet server, client, and can control the app?Thank you.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,575 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Drake Wu - MSFT 991 Reputation points
    2020-11-16T08:53:27.277+00:00

    Hi @春艳 叶 Telnet server is deprecated from Windows 10 and Windows Server 2012r2. See this document and answer. Instead, use Remote Desktop.
    In addition, are you using win32/winapi to develop this automation test? Check the following documents: Creating Processes Remotely using WMI and Win32_Process.Create


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.