Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
BDD intergration with SOATest - The provided user does not have permission to modify this resource.
I use soaTest 9.9 without Virtualize. i tried a simple step to write a file using cucumber and SoaTest. my feature File has below steps: Feature: Integrate parasoft SoaTest with Cucumber Scenario: BDD Test Given I am user 12212 below is json step defn. "stepdefs": [ { "step": "Given", "pattern": "^I am user (.*)$", "args":…
BDD tests in SOATest
Can we write and execute BDD test cases in SOATest like we do using Gherkin and cucumber in Eclipse?
Set TestFlow Logic in "SOAtest-Cucumber Integration"
Hi Team, I'm able to implement "SOAtest-Cucumber Integration" while getting issues when I set some test flow logic in soatest but same doesn't get replicated once it's deployed to Soatest-server for testing. Is there any way like, I can put if else logic in step_defintion.json to run certain tests depend on scenario…