Robot Framework Training | Robot Framework Online Training - GOT - PowerPoint PPT Presentation

About This Presentation
Title:

Robot Framework Training | Robot Framework Online Training - GOT

Description:

Robot Framework Training is a generic test automation framework. We provide online,corporate training on latest versions like Robot Framework 2.8,2.9,3.0 – PowerPoint PPT presentation

Number of Views:1576

less

Transcript and Presenter's Notes

Title: Robot Framework Training | Robot Framework Online Training - GOT


1
www.globalonlinetrainings.com
SAP Robot Framework Training
Skype Global.onlinetrainings
USA 1-516-8586-242
UK44 (0)203 371 0077
info_at_globalonlinetrainings.com / 91-4060 50 1418
2
Global Online Trainings
To give an overview Global Online Trainings is a
leading training services corporation
specializing in providing Online Trainings and
Corporate Trainings to individuals and
Enterprises.
www.globalonlinetrainings.com
  • Our high quality, competitive and effective
    training services makes us the best in this field
    our professional team carries excellent
    instructional experience through many years and
    understands the complexity of the technology and
    methods of training delivery.
  • We provide the trainings with Subject Matter
    Experts (SMEs) who has good experience in their
    primary skills, currently we have more tutors in
    all the technologies for online trainings and
    corporate trainings.
  • We provide trainings for below technologies
  • SAP (All Modules)
  • Oracle (All Modules)
  • SAS (All Modules)
  • IBM Tools
  • Microsoft Applications
  • Web Technologies and Other technologies
  • Middleware tools

info_at_globalonlinetrainings.com / 91-4060 50 1418
3
www.globalonlinetrainings.com
Robot Framework Training Course
Introduction Robot Framework Training is a
generic test automation framework for acceptance
testing and acceptance test-driven development
(ATDD).Robot Framework Training is generic and
does not know anything about the System under
test or tested interfaces. The modular
architecture supports creating tests even for
applications with several diverse
interfaces. Robot Framework Training written in
python language. Robot Framework is Open source
software. Its testing capabilities can be
extended by test libraries implemented either
with Python or Java, and users can create new
higher-level keywords from existing ones using
the same syntax that is used for creating test
cases. Global Online Trainings offers online
classes with flexi hour advantage and with most
reasonable fee Robot Framework Training tutorial,
made here with best industry updates. To know
more detail about this module call /mail the
help-desk.
info_at_globalonlinetrainings.com / 91-4060 50 1418
4
  • www.globalonlinetrainings.com Robot Framework
    Training Overview
  • Robot Framework is a generic open source test
    automation framework for acceptance testing
  • and acceptance test-driven development (ATDD).
  • It has easy-to-use tabular test data syntax and
    it utilizes the keyword-driven testing approach.
  • Its testing capabilities can be extended by test
    libraries implemented either with Python or Java,
    and users can create new higher-level keywords
    from existing ones using the same syntax that is
    used for creating test cases.
  • Robot Framework is operating system and
    application independent.
  • The core framework is implemented using Python
    and runs also on Jython (JVM) and
  • IronPython (.NET).
  • The framework has a rich ecosystem around it
    consisting of various generic test libraries and
    tools that are developed as separate projects.
  • Robot Framework is a generic test automation
    framework for acceptance testing and acceptance
    test-driven development (ATDD).
  • It has easy-to-use tabular test data syntax and
    it utilizes the keyword-driven testing approach.
  • Robot Framework Training Prerequisites
  • Basics of phython cam join for Robot Framework
    Training
  • Avanced level in phython

info_at_globalonlinetrainings.com / 91-4060 50 1418
5
www.globalonlinetrainings.com
  • Features of Robot Framework Training
  • It enables easy to use tabular syntax for
    creating test cases in an uniform way.
  • It allows using Keyword driven, data driven and
    behavior driven approaches . shortly
  • called as BDD approach.
  • Provides easy to read reports and logs in html
    format
  • Is platform and application independent
  • It is implanted using python.
  • It also provides supports for selenium for
    web-testing.
  • Open source can use Apache 2.0 license and is
    active development growing community

info_at_globalonlinetrainings.com / 91-4060 50 1418
6
  • www.globalonlinetrainings.com
  • Importance of using Robot Framework?
  • It enables easy to use tabular syntax for
    creating the test cases in an uniform way.
  • Provides ability to create and reuse higher-level
    keywords from the existing keywords.
  • It also provides easy to read result reports
    logs in HTML format.
  • It is platform application in-dependent.
  • Provides a simple library API for creating the
    customized test libraries which can be
  • implemented natively by using Python or Java.
  • Provides a command line interface XML based
    output files for integration into existing build
    infrastructure for continuous integration
    systems.
  • Provides support for the Selenium for web
    testing, Java GUI testing, running processes,
    Telnet, SSH.
  • Supports creating data-driven test cases.
  • Has a built-in support for variables, practical
    particularly for testing in various environments.
  • Provides tagging to categorize select the test
    cases to be executed.
  • Enables easy integration with source control the
    test suites are just files directories that
    can be versioned with the production code.
  • Provides the test-case / test-suite -level setup
    teardown.
  • The modular architecture supports creating of
    various tests even for applications with several
    diverse interfaces.

info_at_globalonlinetrainings.com / 91-4060 50 1418
7
  • www.globalonlinetrainings.com
  • ROBOT FRAMEWORK TRAINING COURSE CONTENT ROBOT
    FRAMEWORK
  • BASIC INTRODUCTION TO ROBOT FRAMEWORK TRAINING
  • INSTALLATION UN INSTALLATION
  • THE DEMONSTRATIONS
  • CREATING TEST DATA
  • TEST DATA SYNTAX
  • CREATING TEST CASES TEST SUITES
  • USING TEST LIBRARIES
  • THE VARIABLES
  • CREATING USER KEYWORDS
  • THE RESOURCE VARIABLE FILES
  • THE ADVANCED FEATURES

info_at_globalonlinetrainings.com / 91-4060 50 1418
8
www.globalonlinetrainings.com
  • EXECUTING TEST CASES
  • BASIC USAGE
  • THE TEST EXECUTION
  • POST-PROCESSING OUTPUTS
  • CONFIGURING EXECUTION
  • CREATED OUTPUTS
  • EXTENDING ROBOT FRAMEWORK
  • CREATING TEST LIBRARIES
  • REMOTE LIBRARY INTERFACE
  • USING LISTENER INTERFACE
  • EXTENDING THE ROBOT FRAMEWORK JAR

info_at_globalonlinetrainings.com / 91-4060 50 1418
9
www.globalonlinetrainings.com
  • SUPPORTING TOOLS
  • LIBRARY DOCUMENTATION TOOL
  • TEST DATA DOCUMENTATION TOOL
  • TEST DATA CLEAN-UP TOOL
  • OTHER TOOLS DISTRIBUTED WITH ROBOT FRAMEWORK
  • EXTERNAL TOOLS
  • APPENDICES
  • ALL AVAILABLE SETTINGS IN TEST DATA
  • ALL COMMAND LINE OPTIONS
  • TEST DATA TEMPLATES
  • DOCUMENTATION FORMATTING
  • THE TIME FORMAT
  • THE INTERNAL API

info_at_globalonlinetrainings.com / 91-4060 50 1418
10
www.globalonlinetrainings.com
  • STRUCTURE OF TEST CASES IN ROBOT FRAMEWORK
    TRAINING
  • Test cases are created in test case files. A test
    case file automatically creates a test suite
    containing the test cases in that file.
  • A directory containing test case files forms a
    higher-level test suite. Such a test suite
  • directory has suites created from test case files
    as its sub test suites.
  • A test suite directory can also contain other
    test suite directories, and this hierarchical
    structure can be as deeply nested as needed.
  • Test suite directories can have a special
    initialization file. Test libraries containing
    the lowest-level keywords.
  • Resource files with variables and higher-level
    user keywords.
  • Variable files to provide more flexible ways to
    create variables than resource files.

info_at_globalonlinetrainings.com / 91-4060 50 1418
11
www.globalonlinetrainings.com
  • Robot Framework Training outline
  • Program Name Robot Framework Training course
  • Course Duration 35 Hours
  • Mode Online virtual classes and corporate
  • Timings According to ones feasibility
  • System Access will be provided
  • Batch Type Regular , weekends and fast track
  • Trainees will get the soft copy material.
  • Sessions will be conduct through WEBEX,
    GOTOMEETING OR SKYPE.
  • Basic Requirements Good Internet Speed, Headset

info_at_globalonlinetrainings.com / 91-4060 50 1418
12
www.globalonlinetrainings.com Steps To Register
for Robot Framework Training at Global Online
Trainings Step 1 Type www.globalonlinetrainin
gs.com in any of the web browsers, you will find
the Global Online Trainings page. Step 2 Click
an Option called Request a demo option in the
menu bar.
info_at_globalonlinetrainings.com / 91-4060 50 1418
13
www.globalonlinetrainings.com
Step 3 Fill the contact us form and click on
send option
info_at_globalonlinetrainings.com / 91-4060 50 1418
14
www.globalonlinetrainings.com
Step 4 You can also leave a message to us by
using the pop up box at the bottom left corner
of the website.
info_at_globalonlinetrainings.com / 91-4060 50 1418
15
www.globalonlinetrainings.com
Please Reach Us On
https//www.globalonlinetrainings.com/robot-framew
ork-training/ Email info_at_globalonlinetrainings.c
om
info_at_globalonlinetrainings.com / 91-4060 50 1418
16
Thank you.!
www.globalonlinetrainings.com
info_at_globalonlinetrainings.com / 91-4060 50 1418
Write a Comment
User Comments (0)
About PowerShow.com