Integração TestLink com RobotFramework

Bom dia, estou trabalhando com api de integração do Testlink criei uma função em pyhton onde passo os parâmetros como nome do caso e status e ele atualiza no testelink para min, caso eu rode o arquivo.py eu consigo realizar a atualização, agora que vem o problema não sei como importar esta função pro Robot ela é bem simples:

1 Like

@guilhermesantanna
Olá, eu também sou Guilherme, mas com nome de família :smiley:

You should communicate in English here.

There is a good chapter on using Python Libraries/Keywords in the documentation, here

But you usually use the:

*** Settings ***
Library           my_python_code.py

You can also use in the Variables file import:

*** Settings ***
Variables           my_python_code.py
1 Like

Ola,
Tudo bem?
Você conseguiu efetuar a atualização dos Status?

Se possivel, consegue compartilhar comigo? Estou tentando alguns scripts aqui, mas nao atualiza o status. :confused:

Communication here should be in English.

You may want to send direct message to Guilherme Santanna.

1 Like

Hi.
Ok. Thank you!