Thanks Joanne Neal, for reply.
I am sorry for not posting question with proper way so people here can make suggestions that better fit requirements.
I try to explain what i done last few days regarding this question as bellow:-
My code as bellow:-
Program contain 2
java files, 1st as Testing1.java & 2nd as holdingPanel.java
holdingPanel.java
I try very basic only swing program for testing, if my concept clear then i will try it on swing+jdbc+hibernate+
mysql+asteriskjava program.
so for clearing concepts i do following:-
1. I search google
automated testing for swing java gui.
By this i got info about 3 things
1. java.awt.Robot
For this i again search google
java.awt.Robot, mouse drag
By this i found small code like this:-
I am thinking & trying how to use it in my code.
2. i read
wikipedia.
Still i confuse about few points:-
1. As different
IDE's we can see code & we have debug/run buttons which testing tool is giving same functionality with better performance? eg in perticular app i will open my java files, then i can enter how many time i want to test it & how...somthing GUI format....?
2. For many techniques, i have to write small piece of code & add it into the my code then run all thing & do nothing till testing not finish...
3. Many GUI testing is like some textbox , button, we should check, in textbox some text enter & then click on button & see result & this process for many times. but not always GUI means some input in text or list or combo boxes or fields etc.
I know i stretch this reply too far, but for explaining this is important to me to write all things.