Wednesday, May 28, 2025

How to use Robot framework with CURF library(CAN ISO TP,UDS,CAN RAW Data):

 How to use Robot framework with CURF library(CAN ISO TP,UDS,CAN RAW Data):


Step-1:


Download the CURF from github


Step-2:

Load the CURF(downloaded file) via VB

Step-3:


In this folder create the Virtual environment


Step-4:


Install the Following python modules in virtual environment:


  • pip install robotframework

  • pip install python-can

  • pip install cantools

  • pip install can-isotp






Step-5:


Open can.robot file and start to write test case:




Step-6:


Run the can.robot using following command:

robot -d results test/can.robot




Step-7:

Open result folder—>log,report






Final Report:


No comments:

Post a Comment

Creating a Project in vTESTstudio - Step by Step

  Contents 1    Overview 2    Create a Project 3    Configure the Project Environment 4    Create a Test Unit 5    Create a Test Table 6    ...