This shows you the differences between two versions of the page.
soap_ui_adaptor [2023/05/05 05:53] montse [Predefined Functions] |
soap_ui_adaptor [2024/12/10 13:03] (current) montse [Predefined Functions] |
||
---|---|---|---|
Line 8: | Line 8: | ||
=====Initialization Parameters===== | =====Initialization Parameters===== | ||
- | * **File Type:** User can choose between XML or WSDL:\\ **XML,** is the XML File that the SOAP Project is using (in the case that uses any) and it is saved in local.\\ **WSDL,** is the URL of the WSDL that our SOAP Project is using (in the case that uses any). | + | * **File Type:** user can choose between XML or WSDL:\\ **XML,** is the XML File that the SOAP Project is using (in the case that uses any) and it is saved in local.\\ **WSDL,** is the URL of the WSDL that our SOAP Project is using (in the case that uses any). |
- | * **File Path:** Is the Path or URL of the two File Type Options. | + | * **File Path:** is the Path or URL of the two File Type Options. |
- | =====Predefined Functions===== | + | =====Predefined functions===== |
- | * **executeAllServiceOperations:** Executes all the Service Binding Interfaces of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object. Doesn’t require input parameters.\\ \\ | + | * **executeAllServiceOperations:** executes all the Service Binding Interfaces of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object. Doesn’t require input parameters.\\ \\ |
- | * **executeAllTestSuite:** Executes all the Test Suites of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object. Doesn’t require input parameters.\\ \\ | + | * **executeAllTestSuite:** executes all the Test Suites of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object. Doesn’t require input parameters.\\ \\ |
- | * **executeServiceOperation:** Executes a Service Binding Interface of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As an input parameter it uses OperationName, which collects the name of the operation to be used in TAST.\\ \\ | + | * **executeServiceOperation:** executes a Service Binding Interface of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As an input parameter it uses OperationName, which collects the name of the operation to be used in TAST.\\ \\ |
- | * **executeTestCase:** Executes a Test Case of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As input parameters we use: TestSuitName and TestCaseName as required parameters and are used to collect the name of the Test Suite and Test Case respectively to be executed in TAST.\\ As optional parameters we have CustomTestSuitProperties and CustomTestCaseProperties, that are used to add properties to the execution.\\ \\ | + | * **executeTestCase:** executes a Test Case of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As input parameters we use: TestSuitName and TestCaseName as required parameters and are used to collect the name of the Test Suite and Test Case respectively to be executed in TAST.\\ As optional parameters we have CustomTestSuitProperties and CustomTestCaseProperties, that are used to add properties to the execution.\\ \\ |
- | * **executeTestStep:** Executes a Test Step of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As input parameters we use: TestSuitName, TestCaseName and TestStepName as required parameters and are used to collect the name of the Test Suite, Test Case and Test Step respectively to be executed in TAST.\\ As optional parameters we have CustomTestSuitProperties, CustomTestCaseProperties and CustomTestStepProperties that are used to add properties to the execution.\\ \\ | + | * **executeTestStep:** executes a Test Step of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As input parameters we use: TestSuitName, TestCaseName and TestStepName as required parameters and are used to collect the name of the Test Suite, Test Case and Test Step respectively to be executed in TAST.\\ As optional parameters we have CustomTestSuitProperties, CustomTestCaseProperties and CustomTestStepProperties that are used to add properties to the execution.\\ \\ |
- | * **executeTestSuite:** Executes a Test Suit of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As input parameter we use: TestSuitName, as required parameter and is used to collect the name of the Test Suite, to be executed in TAST.\\ As optional parameters we have CustomTestSuitProperties, that is used to add properties to the execution.\\ \\ | + | * **executeTestSuite:** executes a Test Suit of the SOAP UI project. It returns an Array of values represented by a TastRowValues Object.\\ As input parameter we use: TestSuitName, as required parameter and is used to collect the name of the Test Suite, to be executed in TAST.\\ As optional parameters we have CustomTestSuitProperties, that is used to add properties to the execution.\\ \\ |