[closed] How to set isSingleScriptSuiteExecution parameter for Selenium adapter?
The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Jun 06, 2:16 a.m.
3 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
@Somashakar Kannan Where I can find adapter task XML?
Comments
Please study https://jazz.net/forum-guidelines.jsp extensively, especially the part about not answering 8 year old questions with your own question.
1 vote
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?