Samuel Pierri Cabral

Results 21 comments of Samuel Pierri Cabral

I'm currently in a project where I test on AWS with robot. From a testing perspective, I don't think there would be a need to create write and delete interactions,...

Hello @FWDQK as you can see in the main file of the library "py3270.py" there is a comment in the beggining: ``` Python 3+ note: unicode strings should be used...

@FWDQK You need to search in the two main files: x3270.py and py3270.py all occurrences of hardcoded "utf-8". there are two in the file x3270.py and sixteen in the file...

We have a lot of tests in a public mainframe.. you just need to run this one: **atest/mainframe.robot** or when do a merge request the github actions will run all...

Hello @FWDQK any update about this one?

@FWDQK I don´t know if this is possible.. you need to seach in x3270 wiki page: https://x3270.miraheze.org/wiki/Main_Page I sse this for c3270: https://x3270.miraheze.org/wiki/Why_can%27t_I_map_the_Shift_key_in_c3270%3F If you are using x3270 you can...

Hi @nirajk1083 You can use the keyword "[Execute Command](https://raw.githack.com/Altran-PT-GDC/Robot-Framework-Mainframe-3270-Library/master/doc/Mainframe3270.html#Execute%20Command)" in the keyword documentation... there exist a link to the x3270 actions wiki page, the "execute command" accept all of the...

Hello, for now is not possible to change the format of the "Take Screenshot", but could be a nice improvement for the future.

Hi @doppio-wacharin I pull your branch and run the tests in PUB400.. the ones in "atest/mainframe.robot" but got a lot of failures, like that: UnicodeDecodeError: 'utf-8' codec can't decode byte...

You can test in PUB400 without create a user... here is the configurations: https://github.com/MarketSquare/Robot-Framework-Mainframe-3270-Library/wiki/Keyword-Tests