It's all about the answers!

Ask a question

How to set isSingleScriptSuiteExecution parameter for Selenium adapter?


Darshan Korishettar (111) | asked Nov 02 '17, 5:24 a.m.

 How to set isSingleScriptSuiteExecution parameter for Selenium adapter?


Comments
Ralph Schoon commented Nov 02 '17, 5:48 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

2 answers



permanent link
Somashakar Kannan (962) | answered Nov 06 '17, 11:24 a.m.

Hi Darshan

The Selenium adapter task has a special flag to specify that it is a test script execution from a test suite: isSingleScriptSuiteExecution . If this flag is set to true in the adapter task XML, it signals the adapter to perform a special type of script execution. The adapter task also contains the URI of the suite element. The suite element contains the newly added test case name, the newly added test case URI, and the test case execution record URI that is required to create test case results   :-  <xs:element name="isSingleScriptSuiteExecution" type="xs:boolean"/>

regards,
Somashakar


permanent link
Danusa Ribeiro (869) | answered Jun 13 '18, 11:03 a.m.

But, how we can configurate this element? where i can find it? it's by API or I can configure this easly?


best regards

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.