Integration with VersionOne
TestRail is another competitor of Zephyr and allows for easy integration of the Requirements+Defect management tool called “Version One” https://support.testrail.com/hc/en-us/articles/7691128664980-Integrate-with-VersionOne Somos (has procured Zephyr Enterprise licenses) uses Version One for Requirements tracking – Jira (already integrated) with your help yesterday. Now need to integrate VersionOne as well. Can you help or point us to an architect who can help us with the integration? https://www6.v1host.com/SomosInc/Account.mvc/LogIn?destination=%2FSomosInc%2FDefault.aspx%3Fmenu%3DMyHomeEnterpriseGettingStartedPageAzure ADO plugin or integration with Zephyr Enterprise
To support Zephyr Enterprise Continuous Integration with Azure ADO, Azure DevOps. Azure DevOps (ADO) is a cloud service that we can use to build and test our code project automatically. Azure Pipelines is the solution for Azure PaaS deployments.IBM 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...422Views0likes1CommentIntegrate 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.5KViews0likes1CommentGitlab 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#v13500510Views0likes1CommentHow 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.8KViews0likes8CommentsWork 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 G832Views0likes0CommentsWSO2 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.9KViews0likes1CommentRerun 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 Jeeva938Views0likes2Comments