Skip to main content



      Home
Home » Archived » Jubula » Close swing application using Jubula client api in java(close a swing application using java)
Close swing application using Jubula client api in java [message #1810848] Tue, 20 August 2019 10:44 Go to next message
Eclipse UserFriend
I am using Jubula 8.7.1. I am writing my test in Java using client api. The test run s well but at the end application does not close. I tried
aut.disconnect();
But this disconnects from AUT and does not close the application.
I am looking for something like driver.close() in selenium.
Re: Close swing application using Jubula client api in java [message #1810869 is a reply to message #1810848] Wed, 21 August 2019 02:05 Go to previous message
Eclipse UserFriend
This should work fine to close a application(agent is the AutAgent you have set upt):

AUTIdentifier  autId = agent.startAUT(someConfiguration);
agent.stopAUT(autId);


best regards
Marvin Mueller

[Updated on: Wed, 21 August 2019 02:06] by Moderator

Previous Topic:Jubula throws Component not found exception before launching AUT
Next Topic:problems with checktextwithcellspec in Jubula 8.7.1.046
Goto Forum:
  


Current Time: Tue May 13 08:34:20 EDT 2025

Powered by FUDForum. Page generated in 0.13873 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top