Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » How to skip RCPTT test case execution
How to skip RCPTT test case execution [message #1804968] Thu, 04 April 2019 01:42 Go to next message
Eclipse UserFriend
Hello,

I was looking for a way skip certain RCPTT test case execution. I have several test cases but some have failed due to some regression scenario, so I want those test cases to be skipped till the fix has been made. And also I want the skipped test cases to be marked as skipped in the generated report.

Thanks in Advance
Re: How to skip RCPTT test case execution [message #1804972 is a reply to message #1804968] Thu, 04 April 2019 02:41 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

For this purpose it is possible to mark such tests in RCPTT IDE with some specific tag and then specify option in pom.xml, for example:

<skipTags>
    <skipTag>requiresVPNConnection</skipTag>
    <skipTag>windowsOnlyTest</skipTag>
</skipTags>


You can find more information about Maven plugin settings here.

Please let me know if you have any questions.
Re: How to skip RCPTT test case execution [message #1805448 is a reply to message #1804972] Mon, 15 April 2019 08:46 Go to previous message
Eclipse UserFriend
Thanks Olga for your reply. I have marked some test cases with tag Bugs and executed all test cases with command line Test Runner. I could see that some test cases have been skipped but generated HTML report shows zero skipped test cases. I have used Test Runner v2.3.

Please refer to the screenshot in the attachment section.

Thanks,
Pranshu

[Updated on: Tue, 23 April 2019 03:58] by Moderator

Previous Topic:Message box info is absent using get-last-message-box
Next Topic:Is there any way to generalize error when checking within a test case?
Goto Forum:
  


Current Time: Sun Apr 20 10:12:12 EDT 2025

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

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

Back to the top