Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Robot Framework Test Automation

You're reading from  Robot Framework Test Automation

Product type Book
Published in Oct 2013
Publisher Packt
ISBN-13 9781783283033
Pages 98 pages
Edition 1st Edition
Languages
Author (1):
Sumit Bisht Sumit Bisht
Profile icon Sumit Bisht
Toc

Standard libraries


The Robot Framework provides various keywords, which have been discussed so far. These are contained in the builtIn library and are available to any test by default. In addition to these, there are certain extra keywords that are part of the framework which are bundled as separate libraries and to use them, an explicit reference needs to be provided without any installation. These libraries are as follows:

  • Collections

  • Dialogs

  • Operating System

  • Process

  • Screenshot

  • String

  • Telnet

  • XML

Collections

This library uses the supplied lists and dictionaries from an external Python file and performs various operations, such as comparison and modification over it. Some keywords from the builtin library that operate over lists and dictionaries can also be used in conjunction with this library. For example, consider the following example where the Python file defines the following variables:

details = [1,'ssh', .034, 'main-repository']
user = {'name':'john doe', 'age': 21, 'account':'basic'}

These...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}