Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » For each test case i need to restart the AUT (For each test case i need to restart the AUT )
For each test case i need to restart the AUT [message #1755508] Sat, 04 March 2017 08:04 Go to next message
muthuk ponnusamy is currently offline muthuk ponnusamyFriend
Messages: 9
Registered: March 2017
Junior Member
i have scenario like that i need to change the arguments(with different value) in the .ini file . and restart the application (which is AUT ) and test it.

Example:

1.change of logginglevel=" " in ini file .
2.and start the application, then have to check.
3.then i have to close the application ,and change the logging level in ini file and check it .

so how i will achieve with my test-suite - with multiple Test cases.

Re: For each test case i need to restart the AUT [message #1755734 is a reply to message #1755508] Tue, 07 March 2017 10:23 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hello,

There is an unbound module to restart an application called "restart". That should help you in this case.

Best regards,
Alex
Re: For each test case i need to restart the AUT [message #1755743 is a reply to message #1755734] Tue, 07 March 2017 12:12 Go to previous messageGo to next message
Eclipse UserFriend
And in addition to Alex's post: There is an action called Execute External Command which would allow you to e.g. execute batch scripts in the Windows CMD or Linux Shell to change the value of logginglevel in the ini-File. So simply change the value via Execute External Command and then restart your application.

Best regards,
Kevin

[Updated on: Tue, 07 March 2017 12:14] by Moderator

Report message to a moderator

Re: For each test case i need to restart the AUT [message #1759080 is a reply to message #1755743] Thu, 06 April 2017 03:22 Go to previous message
muthuk ponnusamy is currently offline muthuk ponnusamyFriend
Messages: 9
Registered: March 2017
Junior Member
Thank you Guys.. this works for Me!!! Thanks a Lot.....
Previous Topic:Using any Action as Condition within an if-then-else
Next Topic:About java.awt.Robot for Jubula
Goto Forum:
  


Current Time: Sat Apr 20 01:07:10 GMT 2024

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

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

Back to the top