How to add test execution result with statuses of steps from API
Hello, i am working to integrate my c# and MSTest solution to cucumber studio, we are using BDD format scenarios/tests and need to add test execution results with status for each step, but as you see from the screenshot, there is no such support for it... can you help me with that?Solved6.8KViews0likes8CommentsIntegrate Zephyr with Gitlab CI and Webdriver.io
We want to automate the creation of test cycles and marking the tests as executed. We have Zephyr for Jira 5.6.2 and A.T.O.M. We have about 70 test cases added to the Zephyr. Automated tests are written in Webdriver.io (JS framework based on selenium). Automatic tests are run in gitlab CI after each deploy to the RC server. Can these tools be integrated with each other? Flow: 1. Before each run, create a test cycle with all automated tests. (Based on template, label, component or something) 2. If the each test case passes in CI it is marked in jira as passed or if test case fail is marked as failed? 3. When all the tests are done report is made in zephyr? Is such a thing possible? Or should it be approached differently?4.4KViews0likes1CommentWSO2 Integration with SwaggerHub
SwaggerHub gives the opportunity for the users to integrate with several API Management platforms.WSO2 API Cloud is a public hosted version of award-winning open source WSO2 API Manager. It enables enterprises to quickly share their business capabilities with their customers and partners across the globe. It would be great if we could add it as an integration to SwaggerHub. Thanks.1.9KViews0likes1CommentIntegration of composite project with VSTS - TFS
I have a composite project in Ready API with SOAP and REST requests and it is saved in a repository in TFS as a composite project. I need the tests in the composite project to be run as build definition from TFS. I can see only documentation for running tests from a project xml file . How to use a composite project in the TFS integration and run the tests ? (without an xml projectfile). Please let me know on how to run tests from a composite project with VSTS (TFS) or the procedures for implementing the same. Thanks in advance.Solved1.7KViews0likes2CommentsIntegration With CodedUITest
I have a suite of tests that were built using the C# bindings using Microsoft CodedUITest with Selenium 2 (WebDriver). The tests use the Page Object Model. My company uses TestComplete and we are currently on build 12.10.590.7 and I would like to bring these tests into the greater regression suite that we have constructed. I have found that re-creating the Page Object model in TestComplete is not practical. So my question is whether or not TestComplete can integrate with CodedUITest and Selenium so that I can run these tests using TestComplete? I can't seem to find anything on the 'Net or in the support portal that addresses this and I'd like to avoid having to re-create the tests using a different framework Thanks in advance for any assistance Mike KiewiczSolved1.3KViews0likes1CommentRerun failed test cases for a run that has tests with tags and using test runner
I have a composite project with a list of test suites and the test cases have tags. When running the tests using test runner with Test case tags, i would like to re run the test cases that were failed in the run ? Are there any possiblity to rerun a test case with tag that was failed in the run ? Thanks Jeeva938Views0likes2CommentsWork SoapUI Free Version with Selenium WebDriver
Hi, I'm trying to integrate Selenium Webdriver with SoapUI tool as in my project, there is a test case like need to run a webservice from SoapUI and then get a "zipcode" from the response and it should be passed to the GUI to fetch the list of matched customers. SoapUI Version : 5.3.0 free version Selenium WebDriver : 3.4.0 ChromeDriver: 2.46 Java Version: 1.8 I have tried with different versions of Selenium and related dependant JARs but not able to run the selenium script. Here's the sample script executed viaGroovy Script test stepand throwing the below error message. Sample Selenium script: import java.lang.*; import org.openqa.selenium.*; import org.openqa.selenium.chrome.*; launchBrowser() public void launchBrowser() { System.setProperty("webdriver.chrome.driver", "D:\\SoapUI-5.3.0\\bin\\ext\\chromedriver.exe"); WebDriver driver = new ChromeDriver(); driver.get("https://www.google.com"); log.info("Browser launched successfully."); } ERROR:java.lang.NoSuchMethodError: org.openqa.selenium.os.CommandLine.findExecutable(Ljava/lang/String;)Ljava/lang/String; java.lang.NoSuchMethodError: org.openqa.selenium.os.CommandLine.findExecutable(Ljava/lang/String;)Ljava/lang/String; at org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:84) at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:87) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at Script1.launchBrowser(Script1.groovy:10) at Script1.run(Script1.groovy:5) at com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine.run(SoapUIGroovyScriptEngine.java:90) at com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep.run(WsdlGroovyScriptTestStep.java:141) at com.eviware.soapui.impl.wsdl.panels.teststeps.GroovyScriptStepDesktopPanel$RunAction$1.run(GroovyScriptStepDesktopPanel.java:250) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Anyone guide me what would be the reason or any dependencies missing? Thanks, Karunagara Pandi G816Views0likes0CommentsGitlab Improvements in 13.5
Does anyone know how the merge request pipelines for GitLab improvement specified in the release notes differs from the way that GitLab currently integrated into Collaborator? We currently use GitLab MRs to spawn reviews with the webhooks. https://support.smartbear.com/collaborator/docs/general-info/version-history/ver-13/ver-13-0.html#v13500510Views0likes1CommentIBM API Connect Integration not retrieving org/space when configuring the integration
When configuring an integration to IBM API Connectfollowing the steps described here:https://support.smartbear.com/swaggerhub/docs/integrations/ibm-api-connect.html After adding the API Key and clicking authenticate the Organization Name and Space are not retrieved from IBM API Connect.The Dropdown box appears but does only contain an empty line and I cannot continue. See Video Tutorial on that page at 1:15. I tried different browsers and also generating a new API Key in IBM API Connect. Probably something changed in API Connect which prevents the org/space from being retrieved. Hoping for a quick fix...421Views0likes1Comment