How to set isSingleScriptSuiteExecution parameter for Selenium adapter?
2 answers
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
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 02 '17, 5:48 a.m.How should I ask a question in the Forum if I want to receive useful answers?