E
E
EgoHugo2021-04-03 23:52:39
Python
EgoHugo, 2021-04-03 23:52:39

Is it possible to test an application written in Java using Python?

The company is engaged in the production and sale of clothing, cash desks and various store services are written in Java.

I work as a tester, I started to deal with automation and I want to try to do it at work (there is no test automation as such, only for an online store and there are autotests in Java).

Accounting, for the most part, is kept at 1s and I don’t want to get involved with this.

The cash desks themselves work on the xstore, Oracle is engaged in servicing and adding all sorts of features. That is, everything is in java, is it possible to test such software using python or just java? If it is possible with python, then only some parts, for example, the interface, or all the functionality?

I didn’t spend much time on python, and if you start learning Java, it won’t be very offensive) at work, they have a positive attitude towards the initiative and in our department for sure, especially since there are no autotests and if someone does it, it will be great.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
beem7, 2021-04-04
@beem7

Can. They do it. They also try to argue that python is better suited for tests, since it is supposedly faster and easier to write on it. But in fact, the python is an extra entity in the project, and for this I would put a snake in the bed, for those who like to breed a zoo of technologies.

T
taktik, 2021-04-04
@taktik

For any application that has an external interface, you can write autotests in any language, including python.
By front end I mean - rest/grpc api or web UI

A
Andrey Baranov, 2021-04-05
@ApoFis_93

If you have an API, you can write autotests on anything.
For example, I have Python testing Ruby

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question