Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Start application via batch file(Is it possible)
Start application via batch file [message #1698398] Mon, 15 June 2015 10:36 Go to next message
Alex Gor is currently offline Alex GorFriend
Messages: 159
Registered: November 2014
Location: Russia
Senior Member
Hello

Our application starts via special batch file.
I looked into script and configuration file and found corresponded product description then created new application under RCPTT, but application start in incorrect locale. It uses English. but should start in German locale. Can we start AUT under RCPTT via script?

Thank you in advance
Alexander
Re: Start application via batch file [message #1698442 is a reply to message #1698398] Mon, 15 June 2015 17:18 Go to previous message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Alexander,

The argument -nl=<localeKeyValue> should be added to -autArgs key and the argument -Dosgi.nl=<localeKeyValue> should be added to -autVMArgs.

E.g.:

-autArgs -nl=en_CA ^
-autVMArgs -Dosgi.nl=en_CA ^

Kind regards,
Ulyana.

Previous Topic:[SOLVED] Downloading 'Test Runner' fails. File unavailable.
Next Topic:How to test login page
Goto Forum:
  


Current Time: Fri Apr 26 15:31:27 GMT 2024

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

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

Back to the top