redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
Apache License 2.0
45 stars 22 forks source link

launch specific testCase from multiple TestSuite trough multipe project ? #126

Open cgrente opened 10 years ago

cgrente commented 10 years ago

Hello

i would like to know if you can consider what i am gonna ask as a possible feature because i am looking for it but i can't find it.

what i suggest is, as it wrote in the title, the possibility to be able to choose from different project, an among of testSuite and inside of them be able to choose some TestCase to execute, because actually my problem is each time the different testSuite were fully executed. i have a lot of project, TestSuite and testCase almost over 1000. then when i create a test campaign i want to be able to choose specifically what i need and don't lost time to re-execute all the testCase in on testSuite.

to give you an example about what i mean :

if i have a list of testCase (example testCase_A, testCase_B, testCase_C) i want to be able to launch juste some of them (example testCase_A, testCase_C) not all and be able to agregate all of the result!

i don't know if i am clear :/

anyway what do think about that ? if you think it's possible to do and want to add to the feature I'd be happy to help you :)

redfish4ktc commented 10 years ago

Hi, do you need this feature for the test and/or the test-multi goals? See also #41.

cgrente commented 10 years ago

in my case it's more for test-multi.

a part of my soft should be able to let people to chose what they want to test trough different soapUI project. they could pick up testCases from testsuite or TestSuite only from different SoapUI xml porject and i want to build one pom.xml for all this selection after the maven-plugin should be able to execute only what people selected and put the result of the test in one file.xml. does it seems possible ? does it take a long time to develop it ? i am mean if i am base on the last version of your plugin !

i read #41 there some common feature yeah

and i would like to know if the aggregation of the result in a xml file it's possible to do it ?

redfish4ktc commented 10 years ago

@cgrente I am not sure to understand all your questions.

About implementing in the plugin selection of testsuites/testcases to be runned, this should be ok for the OSS runner (for the PRO, as it is closed source, I currently can not make it). I will try to create the related issue in the next days. I do not plan to perform junit report aggregation between projects as I previously stated in #41 (see the issue for more explanation)

From your side, the main part is to generate the pom.xml based on what the user has selected, so this should not be an issue