| Example Jubula Client Extension for the Swing component "JSlider" [message #837358] |
Thu, 05 April 2012 11:22  |
Ricardo Ferreira Messages: 5 Registered: April 2012 |
Junior Member |
|
|
Jubula: Jubula Standalone 1.2.0
SO: Windows 7 Professional
Document: Extend.pdf - Extending Jubula March 19, 2012
I Follow the Example Jubula Client Extension for the Swing component "JSlider" described in the book but don´t get nothing!
1 - STEP
cap 2.2.1 Exporting the toolkit plugin to Jubula
step 9 and 10
go to JubulaDirectory\examples\development\extension\bin
copy the org.eclipse.jubula.examples.extension.swing.toolkit folder
to JubulaDirectory/Jubula/plugins/ folder
2 - STEP
cap 2.4 Where to put your Tester Classes
go to JubulaDirectory\examples\development\extension\bin
copy the org.eclipse.jubula.examples.extension.swing.rc.jar
to JubulaDirectory/server/lib/extImplClasses
3 - STEP
Create a new Jubula Project => TestJSlider
choose toolkit => swing
AUT Name => AUT Test JSlider
AUT ID => AUT ID JSlider
Executable JAR File Name => JubulaDirectory\examples\development\extension\AUT\JSlider.jar
4- STEP
Create Test Case => TestJSlider
Create Test Suite => JSliderSuite
Add the Test Case(TestJSlider) to Test Suite(JSliderSuite)
Start AUT Agent
Connect to AUT Agent - Connected
Sart AUT Test JSlider(AUT ID JSlider) - The JSlider Example AUT is running
Start Observation Mode - The Observation Console is running
Change the value of JSlider => The Observation Console don´t get nothing, no ACTION !!
NOTE: in user\.jubula\logs the aut_agent.log, client.log, rc_swing.log are empty
My question is what is supost this example to show?
Failure to do something? or did something wrong?
I think that in this example was interesting to compare the value of the JSlider, and that was what I expected!
what I need to do to complete this example to get the value of the JSlider and compare this value?
thanks.
|
|
|