Search This Blog

Tuesday 19 November 2019

RobotFramework

         RFW Testcase Architecture



  • After installing the ride Library, launch the ride UI from Cmd prmpt/terminal  as "ride.py"





                 Create Folder
                          |
                 Create Suite (Import Libraries/Data Here)
                          |
                 Create Testcase
                          |
                 Write Teststeps      


  • Save file as .robot/.txt  file

  • Execute the Script from command line as below

          "pybot -d pathforlogs File.robot"

  • You can also Execute the Suite/Testcases from Ride UI

......................************************.............

No comments:

Post a Comment

REST API

  API  is an application programming interface. It is a set of rules that allow programs to talk to each other. The developer creates the AP...