Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 652 Bytes

The project created based on YouTube video about APIS SOAP

Project goal: testing the API response during a conversion temperature (Celcius to Farenheit)

To execute the program on the terminal:

  1. Start the virtual env (Robot_env):

    .\Scripts\activate

  2. Execute the command line to start automation:

    robot -d log -L TRACE .

To make any edition on test edit the files:

  • Add or edit new Keywords
    • path: Robot_env\RF_XML_tests\resource\routes\tempConvert.resource
  • Edit Python script
    • path: Robot_env\RF_XML_tests\resource\build_xml\build_xml_tempconvert.py

Enhancements:

1. Add Gerkin level