rf related libraries Description

Built-in library

    •    The BUILTIN : providing a common set of keywords often required (by default automatically introduced).

    •    The Collections : providing a set of keywords for handling Python lists and dictionaries.

    •    DateTime : date and time conversions library.

    •    The Dialogs : suspend test execution and provide methods to obtain input from the user.

    •    OperatingSystem : for performing various tasks associated with the operating system.

    •    Process : The process for running the library in the system.

    •    Remote : Telnet server can connect to and execute commands on open connections.

    •    String : for generating, modifying and authentication string libraries.

    •    Screenshot : providing keywords to capture a screenshot of the desktop.

    •    Telnet : Telnet server can connect to and execute commands on open connections.

    •    XML : used to generate, modify and validate XML library files.

Extensions

    •    WEB automated testing: Selenium2Library (Python), Selenium2Library (the Java) and so on.

    •    Automated testing HTTP: HTTP Library  (livetest), HTTP Library  (Requests) and so on.

    •    Mobile automated testing: Android Library , IOS Library , AppiumLibrary and so on.

    •    Database test: Database Library , MongoDB Library  and so on.

    •    File comparison test: Diff Library .

    •    Windows-GUI Testing: AutoItLibrary

Guess you like

Origin www.cnblogs.com/jodie2019/p/12199703.html