Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:44 Go to next message
rupayan nath is currently offline rupayan nathFriend
Messages: 8
Registered: July 2019
Junior Member
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 06:05 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
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 06:06]

Report message to a 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 Apr 16 09:30:16 GMT 2024

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

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

Back to the top