Latest posts

  • How To –rerunfailed cases in robotframework and –merge the new output file

    re-executing the failed test cases in robot framework and merging the latest report with old one

    Read more

  • First mobile automation script using robot framework

    Overview Whenever we heard about mobile automation, one tool that comes top in every discussion is Appium. As per the official documentation Appium is an open source, cross-platform test automation tool for native, hybrid and mobile web and desktop apps However in a much simpler terms  Appium is server which takes request from client and…

    Read more

  • How to use custom library (Python Functions) in Robot Framework ?

    RobotFramework have rich set of libraries to do all the necessary tasks, but sometimes we are not that much familiar with the library and we want to write our own method and want to import that method as a library in RF. Let me take an example here, suppose you have a CSV file data.csv…

    Read more

  • Why to use Robotframework with Selenium ?

    Use Case: You need to write a framework to automate your webrowser Confusion of Selection You have selenium to automate all the web related work e.g login,click,button and many more thing.But,then you have to use it with some languages , e.g. Java ,Ruby, Python. Suppose you get a project to automate a webbrowser by using…

    Read more