Password field in Swing application not recoginized

2009-06-04 Thread nawaz_farhan
I'm recording a Swing based application, a pop-window with username and password field , problem is with password field (JPasswordField) not getting reocoginized. Expecting a quick reply -- View this message in context:

Re: Jmeter to load test a java application which takes XML input

2009-03-31 Thread nawaz_farhan
this application through socket connection. - Nawaz sebb-2-2 wrote: On 30/03/2009, nawaz_farhan gsna...@gmail.com wrote: Right now UI part in under development, so application takes input from a XML file and send output also to a XML file. FOr testing purpose, developers has come up

Re: Jmeter to load test a java application which takes XML input

2009-03-31 Thread nawaz_farhan
2009 14:35:37 nawaz_farhan wrote: Application gets input through a XML file. Application displays output to a XML file. sebb-2-2 wrote: On 30/03/2009, nawaz_farhan gsna...@gmail.com wrote: I'm involved in testing a java application. This application takes input as a XML and proccess

Jmeter to load test a java application which takes XML input

2009-03-30 Thread nawaz_farhan
I'm involved in testing a java application. This application takes input as a XML and proccess it sends it to a Derby DB, and retrives results from the DB, process the results and outputs a XML. I need to do concurrent users load testing on that application. Any inputs on how to do it. Thanks in

Re: Jmeter to load test a java application which takes XML input

2009-03-30 Thread nawaz_farhan
Application gets input through a XML file. Application displays output to a XML file. sebb-2-2 wrote: On 30/03/2009, nawaz_farhan gsna...@gmail.com wrote: I'm involved in testing a java application. This application takes input as a XML and proccess it sends it to a Derby DB

Re: Jmeter to load test a java application which takes XML input

2009-03-30 Thread nawaz_farhan
Right now UI part in under development, so application takes input from a XML file and send output also to a XML file. FOr testing purpose, developers has come up with this set-up. nawaz_farhan wrote: Application gets input through a XML file. Application displays output to a XML file