Automated test tools for Linux/ncurses

后端 未结 4 899
忘掉有多难
忘掉有多难 2020-12-16 15:52

I\'ve picked up a legacy application developed in C/C++ on Linux, using ncurses for UI. What automated testing tools are there for this environment?

Edit:

4条回答
  •  执笔经年
    2020-12-16 16:22

    I wrote something like that before. Not much docs, but you can try the code. It's written in Python and runs on Linux.

    You would basically need the ANSIterm filter, and the expect module. Then you compose them into a filter. You'll likely have to start the process with the proctools module. They are all designed to work together or separately (modular).

提交回复
热议问题