How to use more than one library in robot framework

Viewed 34

I want to open putty using robotframework that I had done with autoitlibrary but I want to give command as "ls -ltr" and capture it's output and compare with expected results using process library.

So can I use both library in single test case ? Means open putty using Autoitlibrary and execute my given command in putty using process library.

0 Answers
Related