Skip to main content



      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 07:04 Go to next message
Eclipse UserFriend
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 348 times)
  • Attachment: login.PNG
    (Size: 65.09KB, Downloaded 342 times)

[Updated on: Thu, 01 October 2015 10:28] by 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 07:07 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: After AUT Splash Log In (How to pass arguments using Maven) [message #1709821 is a reply to message #1709816] Thu, 01 October 2015 07:42 Go to previous message
Eclipse UserFriend
Olga you Rock ! It works ! Thank you
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: Sat Jun 14 23:01:43 EDT 2025

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

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

Back to the top