A
A
Aramar2019-01-14 12:01:30
Python
Aramar, 2019-01-14 12:01:30

How to write autotests in python for GUI testing?

Hello!
In short - there is a video communication application, tested completely by hand. There is a desire to automate testing of simple moments, such as registration (valid / invalid), chat and other things that can be left at the mercy of the machine.
Does anyone have code examples from git / SO how this can be done using python and what can I read / see in general on automation issues in python?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maqstein, 2019-01-14
@maqstein

Usually this is done through api , but if there is none, then you can deal with the pyautogui library https://pyautogui.readthedocs.io/en/latest/
And do it with it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question