A
A
Antonio2020-05-29 15:08:45
Java
Antonio, 2020-05-29 15:08:45

How to organize the storage of tests of different products in one autotest project?

Hello!
When developing autotests, such a question arose.
There is a test automation project. Written in Java+Maven+TestNG bundle. This project contains autotests of 2 services so far. More are planned to be added. These two services are now stored in separate "Project\src\main\java\" directories. They have few dependencies among themselves - in fact, these are several methods for working with configuration files and a couple of auxiliary methods.
Question: How to store autotests for different products in one project? Is it possible to apply division into modules or division into separate projects here?
Unfortunately, there is no experience in managing the project architecture and scalability (

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Antonio, 2021-03-31
@Apokaliepsis

Division into modules is a better approach. After that, we connect the desired module to the project as a dependency.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question