Note you can also run via ant, for example:
ant -Dkeywords="javaee_web_profile | jacc_web_profile | jaspic_web_profile” runclient
I have not run the gui in a while but you should just be able to simply update javaee_level property in the ts.jte to set the properties prior to run the javatest gui.
Thank you all for the quick and informative responses, really appreciate it.
Responding in line:
You also want to look at properties which include xxx_web_profile such as ejb_web_profile javaee_web_profile I get it now!, I'm going to build the list from the keyword.properties.
Not my initial concept of Visualization because I was trying to use the JT Harness GUI, but now this Jenkins chart opened my mind to realize that Web profile is not only the suite provided under javaeetck/src but also the project that is executed before the pipeline [1], I didn't check with detail but I guess this jenkis jobs [2] will be matching the Additional JavaEE8 CTS Requirements[3]
Then, you can put "javaee_web_profile | javaee_web_profile_optional". The results are: 26636 (23143 tests filtered out) Ha! I see now why my _expression_ was not working, you only use | instead of ||. I was reading Chapter 4 page 65 from the Graphical User Interface User’s Guide - JavaTest™ Harness 4.5 [4] but I was trying to use && instead of &. ok, so I think the wining _expression_ is going to be:
"!javaee_web_profile_optional & connector_web_profile & javaee_web_profile & ejb_web_profile & jacc_web_profile & jaspic_web_profile & javamail_web_profile & jaxr_web_profile & xa_web_profile & jaxrpc_web_profile & jaxws_web_profile"
Tomorrow morning I'm going to give it a try to see how this compare with your results.
[1]
[2]
[3]
[4]
Then, you can put "javaee_web_profile | javaee_web_profile_optional". The results are: 26636 (23143 tests filtered out)
that won’t include the optional technologies though
I think it is ok just to put "javaee_web_profile"
to the filter.
full: 49602 (177 tests filtered out)
web profile: 17454 (32325 tests filtered out)
Thank you for your reply.
I was able to update the Custom filter in the UI with the Match->_expression_ = javaee_web_profile_optional
Those are optional tests for the web profile
You also want to look at properties which include xxx_web_profile such as ejb_web_profile javaee_web_profile
The above allows me to identify the following numbers:
Web profile related tests: 7086
Full profile only test: 40133
The total suite number of tests: 47219.
The initial filter when you run will show you all of the tests that are run by default for Java EE which includes the full platform
See bin/ts.jte property javaee.level for more info
You can take a look at the javaeetck/src/com/sun/ts/lib/harness/keywords.properties file and this will help you get an idea
Is there a way to visualize only the Web Profile related tests in JT Harness UI?
This is how I'm opening the total suite list:
On the JT Harness UI, clicked: File->Open->TestSuite
and opened the folder: javaeetck/src
The UI shows a total of 47219 tests. I tried to update the Custom Filter but I don't know what to put in the Keyword->Match (Expressions) filter.
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev
_______________________________________________ jakartaee-tck-dev mailing list jakartaee-tck-dev@xxxxxxxxxxxTo change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev
 Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037Oracle Java Engineering 1 Network Drive Burlington, MA 01803Lance.Andersen@xxxxxxxxxx
|