Skip to main content



      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 07:21 Go to next message
Eclipse UserFriend

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

[Updated on: Thu, 05 November 2015 09:45] by 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 07:24 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

You just need to add tag skipExecution to test case.
Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713611 is a reply to message #1713598] Thu, 05 November 2015 08:56 Go to previous messageGo to next message
Eclipse UserFriend
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 .
Re: How to skip/ignore a rcp tt test case in Jenkins ? [message #1713620 is a reply to message #1713596] Thu, 05 November 2015 09: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 09:34 Go to previous messageGo to next message
Eclipse UserFriend
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>

[Updated on: Thu, 05 November 2015 09:36] by 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 09:43 Go to previous message
Eclipse UserFriend
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>

Previous Topic:Uninstall features through Maven Plugin
Next Topic:Runner fails to execute the windows command
Goto Forum:
  


Current Time: Wed Jun 25 03:22:34 EDT 2025

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

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

Back to the top