qf-test
Best way to create automated testing in a Java environment
I have been tasked with finding the best way to do integrated unit testing.We have a very large Java EE 5 application (desktop).Right now we use a tool called QF-TEST which is pretty cumbersome for la[详细]
2023-04-08 16:33 分类:问答Strategy for naming swing components
In our Swing application, we are using an automated testing tool in QA (Qf-Test) that works better when the swing components are named. (calling Component.setName). Although their automatic name assig[详细]
2023-01-14 10:20 分类:问答Dynamic List<T> type [duplicate]
This question already has answers here: Pass An Instantiated System.Type as a Type Parameter for a Generic Class[详细]
2022-12-23 23:39 分类:问答Java Object Oriented Design: Returning multiple objects in java
The below code in Java throws Null pointer exception. public class New{ int i; New(int i) { this.i = i; } public void func(New temp)[详细]
2022-12-22 07:39 分类:问答