Robot Framework Tutorial Episode 5 - Test case example

Поділитися
Вставка
  • Опубліковано 14 лис 2023
  • Installation instructions for Robot Framework: github.com/robotframework/rob...
    SeleniumLibrary: github.com/robotframework/Sel...
    WebDemo project: github.com/robotframework/Web...
    Robot Framework is a powerful and versatile open-source test automation framework that simplifies the process of creating and executing test cases. Whether you're a beginner or an experienced tester, this channel is your one-stop destination for all things Robot Framework.
    Robot Framework is a powerful and versatile open-source test automation framework that simplifies the process of creating and executing test cases. Whether you're a beginner or an experienced tester, this channel is your one-stop destination for all things Robot Framework.
    Get in touch with the awesome Robot Framework community on Slack: robotframework.slack.com/
    #robotframework #automation
  • Наука та технологія

КОМЕНТАРІ • 15

  • @hafizshafiq1039
    @hafizshafiq1039 8 місяців тому +3

    Awesome! seems like interesting too to learn , hope we will see more videos in this channel

  • @qwiwoqwiwo
    @qwiwoqwiwo 4 місяці тому

    Thank you so much for this tutorial! 😊

  • @himanshupal2085
    @himanshupal2085 8 місяців тому +1

    Great work Pekka and Robot framework team, appreciate your efforts 👍👍🙏👏

  • @saeedbn7562
    @saeedbn7562 7 місяців тому +1

    Great Job, more videos plz

  • @morteningemann3951
    @morteningemann3951 8 місяців тому

    Nice to see examples on how to structure your Robot Framework code

  • @lucas.1m
    @lucas.1m 6 місяців тому +1

    Hi, I'm from Vietnam
    I highly recommend Robot Framework. Previously I only used Selenium and Java, until the customer asked to apply Robot Framework (Python) to the project. I was really surprised by the complex syntax but it only took 2 days to master. But I don't understand why over the years, Robot Framework has not had much reputation in the list of web automation tools? I often see Robot Framework standing near the bottom of the rankings, what causes that?

  • @syedahmad5655
    @syedahmad5655 2 місяці тому

    Thanks Pekka - excellent video. Can you pls let me know if we can use Robot Framework to test non-web browser applications - like Linux desktop applications with their own native (non-browser) UI? and if which libraries (obviously not selenium) I would need to use to achieve that ? Example: Imagine having to launch an executable in Linux - which has its own non-browser UI with a login page - and we need to pass user id and password and then press the login button.

    • @RobotFrameworkChannel
      @RobotFrameworkChannel  Місяць тому

      It depends on the application code. If it's Electron, you can use SeleniumLibrary.
      If it's something else, you can check out Appium desktop testing webdrivers.
      Please note that Robot Framework integrates with other tools and webdrivers to make this happen, it does not have these capabilities out of the box.
      There is always the option to create your own library and then import it in Robot

  • @raghavendraam719
    @raghavendraam719 8 місяців тому +1

    Thank you for tutorials. Can we validate whether a icon is in correct place or not? I know we can validate whether icon is present or not. But I want to know that, how can we validate whether an icon is in correct place or not ?

    • @RobotFrameworkChannel
      @RobotFrameworkChannel  8 місяців тому

      There are libraries compatible with RF that validate a result based on a template image. But that depends on the context. You can see Sikuli Library for details, and decide if that is what you need

  • @Smartwise
    @Smartwise 7 місяців тому

    When is the next episode ▶ coming?

  • @joecox9958
    @joecox9958 6 місяців тому +1

    Espisode 5 is the best in this series. Yet, I feel that as Robot framwork unlike traditional programming language, or people post video on youtube might not be programmers, non video for robot framework is good enough or deep enough. I hope there will a series say 10 episode to give C/python programmer a deep enough view, for example, traditional coding uses space as keyword separator while robot robot uses two or more spaces, just one word yet w/o clearly mention it, programmers will be confused when touch robot.
    All courses on youtube is really low level or at primary school level 2, that's I am disappointed.