Hi All,
I am new to LISA INVOKE 2.0. and there is requirement to run test cases and test suites from external tool.
I searched in the LISA manual, and could see LISA invoke can help in running the same [by configuring test case and test suites in REST calls].
To achieve this, followed the below steps:
- Moved my project to the registry box.
- Tried below 2 URL's (as mentioned in manual) and got the response (not sure ) but didn't see my test case running means making any changes in the database:
Getting below Response:
<invokeResult>
<method name="RunTest">
<params>
<param name="stagingDocPath" value="/u01/appl/lisa/Test/SOHO_TO_DERBY/Tests/StagingDocs/Run1User1Cycle.stg"/>
<param name="coordName" value="CIO_PROD_Coordinator"/>
<param name="configPath" value=""/>
<param name="testCasePath" value="/u01/appl/lisa/Test/SOHO_TO_DERBY/Tests/Sprint-2/Cancellation_LastProduct_HZ_S2_NL_V1.0.tst"/>
<param name="callbackKey" value="C54E749C32311E4B694005056BE2150"/>
</params>
</method>
<status>OK</status>
<result>
<status>ENDED</status>
<reportUrl>http://localhost:1505/index.html?lisaPortal=reporting/printPreview_functional.html#Idstr=C59A286C32311E4AAA1005056BE2150&curtstr=T</reportUrl>
<runId>C59A286C32311E4AAA1005056BE2150</runId>
<pass count="0"/>
<fail count="1"/>
<warning count="0"/>
<error count="0"/>
<message>Cancellation_LastProduct_HZ_S2_NL_V1.0,Run1User1Cycle</message>
</result>
</invokeResult>
So, my question is how to configure this in LISA Invoke dashboard [contains REST API calls].
Let me know in case more information.
Thanks,
Ankush
Ankush,
Can you please elaborate on the question? What LISA Invoke Dashboard your referring to? As far as execution is concerned did you take a look at the report url to see if the test case had issue executing? Another place to look is DevTest portal we have Monitor Test result page where all the tests also show up. Do you see your test there?