As you guys know junit & TestNG are testing frameworks, If you call TestNG.xml it will call the pre compiled classes, not the existing one.
If there any way to achive this with out using Maven or other build tools?
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalAs you guys know junit & TestNG are testing frameworks, If you call TestNG.xml it will call the pre compiled classes, not the existing one.
If there any way to achive this with out using Maven or other build tools?
Gradlewhich is another build tool. But the biggest question here is, why do you not want to use Maven? What is your use case? Can you please edit your question and add more context ?