Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] How to skip/ignore a rcp tt test case in Jenkins ?(#skip #ignore #test_suite #rcptt_test_case #jenkins #tag #pom.xml)
[SOLVED] How to skip/ignore a rcp tt test case in Jenkins ? [message #1713596] Thu, 05 November 2015 12:21 Go to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member


Hi Folks,
I'd like to skip/ignore a test case when I run it with Jenkins ?
Exists a keyword I can use into the rcp tt test case ?
Thank you in advance guys.
Angelo Luciani


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

[Updated on: Thu, 05 November 2015 14:45]

Report message to a moderator

Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713598 is a reply to message #1713596] Thu, 05 November 2015 12:24 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

You just need to add tag skipExecution to test case.


Yours sincerely,
Olga.
Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713611 is a reply to message #1713598] Thu, 05 November 2015 13:56 Go to previous messageGo to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Regarding tag skipExecution Rolling Eyes I read http://support.xored.com/support/solutions/articles/3000028955-how-to-execute-different-test-cases-on-different-platforms (the article was for Q7).
Embarrassed I need to know how to set up the pom.xml for RCP TT and if it is real necessary.
Thank you Smile .


"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova
Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713620 is a reply to message #1713596] Thu, 05 November 2015 14:32 Go to previous messageGo to next message
Eclipse UserFriend
can this technique be used for the runner executing a suite?
Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713622 is a reply to message #1713611] Thu, 05 November 2015 14:34 Go to previous messageGo to next message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Hi Folks,
it works now.
I added only into the project pom.xml into configuration tag :

<suites>
        <suite>Suite_name</suite>
        </suites>
                    
          <skipTags>
            <skipTag>Test_name</skipTag>
          </skipTags>


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

[Updated on: Thu, 05 November 2015 14:36]

Report message to a moderator

Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713624 is a reply to message #1713620] Thu, 05 November 2015 14:43 Go to previous message
Angelo Luciani is currently offline Angelo LucianiFriend
Messages: 129
Registered: September 2015
Location: Milan
Senior Member

Yes it is I'm using a test suite file and now I am able to skip file also.
If you don't create it the application run all test cases by deafult.
I suggest to you to create it because is more structured.

Step:
1. Create your suide from rcptt IDE

2. Add the reference tag under configuration tag

<suites>
        <suite>Suite_name</suite>
        </suites>



"Ce sont les petits désirs qui rendent un jeune homme hardi."
Giovanni Giacomo Casanova
Previous Topic:Uninstall features through Maven Plugin
Next Topic:Runner fails to execute the windows command
Goto Forum:
  


Current Time: Wed Apr 24 14:38:33 GMT 2024

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

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

Back to the top