Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] After AUT Splash Log In (How to pass arguments using Maven) (#AUT #user #password #LogInAfterSplash #Maven #arguments)
icon5.gif  [SOLVED] After AUT Splash Log In (How to pass arguments using Maven) [message #1709815] Thu, 01 October 2015 11:04 Go to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Dear all,
When I run RCPTT AUT after splash I need to insert user and password.
index.php/fa/23417/0/
I already solved this problem from RCP IDE and I pass them as arguments.
index.php/fa/23416/0/
I have to run the test cases using Maven because of CI with Jenkins.
Where I can insert the arguments using Maven ?
Have you got some good tip ?
Thanks in advance.
  • Attachment: CaptureRun.JPG
    (Size: 180.46KB, Downloaded 313 times)
  • Attachment: login.PNG
    (Size: 65.09KB, Downloaded 304 times)


"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova

[Updated on: Thu, 01 October 2015 14:28] by Moderator

Report message to a moderator

Re: After AUT Splash Log In (How to pass arguments using Maven) [message #1709816 is a reply to message #1709815] Thu, 01 October 2015 11:07 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hi,

You should set it in <aut> in pom.xml:
<aut>
...
<args>
	<arg>-user=***</arg>
	<arg>-pwd=***</arg>
</args>
</aut>

Please try and let me know if it works fine for you.


Yours sincerely,
Olga.
Re: After AUT Splash Log In (How to pass arguments using Maven) [message #1709821 is a reply to message #1709816] Thu, 01 October 2015 11:42 Go to previous message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Olga you Rock ! It works ! Thank you

"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova
Previous Topic:[SOLVED] #Jenkins #run a simple test case (without Maven and versioning system)
Next Topic:How to log an entry to the XML report
Goto Forum:
  


Current Time: Tue Sep 24 18:30:09 GMT 2024

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

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

Back to the top