Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » Test variants for different AUT variants(How to organize test variants for different AUT variants)
Test variants for different AUT variants [message #1703066] Tue, 28 July 2015 08:16 Go to next message
Eclipse UserFriend
We are developing eclipse plug-ins which shall be used in different product variants.
So we have to test certain features in the context of different AUTs.
Therefore we need test cases where the script is exactly the same, but the Contexts have to be flexible. For the different AUT variants we need e. g. different workspaces.
How can we solve this problem?

In principle it goes in the same direction as the Super Context. But we do not want to execute test variants with the same AUT, but for different AUTs.
Re: Test variants for different AUT variants [message #1703170 is a reply to message #1703066] Wed, 29 July 2015 02:42 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

Take a look at this article.
There is a workaround for different OSes, but it seems that this approach is appropriate for your case with different AUTs.
Please try and let me know if you have any questions.
Re: Test variants for different AUT variants [message #1703539 is a reply to message #1703170] Sun, 02 August 2015 17:07 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
I am having the same issues: one "Preference Test" that shall be applied to several (similar) AUTs.
However I do not understand the refeenced article. It is not concrete enaugh.
What do I have to do?
- Create a new Project with a context (one for each variant?)?
- How to apply a context in maven?
Are there some examples (poms)?

My only alternative is copy & paste, i.e. to create one (maven) module for each AUT and copy the test into each of it.
Did you found something better Markus?

regards, Oscar

Re: Test variants for different AUT variants [message #1703556 is a reply to message #1703539] Mon, 03 August 2015 01:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
I found out that Launch-Configurations can be used to select test cases, see http://support.xored.com/support/solutions/articles/3000024413-how-to-set-which-aut-test-case-is-for-
However this does not solve my issue when running maven tests (without launch configurations).

I would like to be able to add a test several times to my test suite, each time with a different AUT. So would be great to be able to specify the AUT in the test suite, i.e. to manage multiple AUTs in it.
Currently this seems not possible.
Re: Test variants for different AUT variants [message #1703760 is a reply to message #1703556] Tue, 04 August 2015 13:54 Go to previous message
Eclipse UserFriend
I am now working arround the problem using seperate test projects that share a common folder "Tests" via svn-externals.
Every project has an own testsuite selecting the test cases applicable to the variant.

Testsuites (omiting the .suite) can be called from maven as follows:
.... </aut>
<testOptions>
<suites>
<suite>TCA_PlusTestSuite</suite>
</suites>
</testOptions>
Previous Topic:RCPTT Test Management
Next Topic:Rcptt Runner works in windows cmd but not in jenkins
Goto Forum:
  


Current Time: Wed Jun 25 02:09:29 EDT 2025

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

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

Back to the top