ContributionsMost RecentMost LikesSolutionsRe: BDD richie My Bad its Behaviour-Driven Development (BDD) what you had explained yeah even I have gone through some of the documents and got to know about CUCUMBER tool and how they designed. As you gave an example field mandatory they should have some message saying why test failed(through code) but team doesnt want to see that instead test result has to be understanble by anyone so am assuming it is BDD .So curious if anyone had this kind of need before. Thank you so much for your reply! Re: BDD Hi, This was a request from team they need BehaviourialDataDriven approach in api testing.And most of our testcases are in ReadyAPI so checking is there anyway to incoporate? BDD Hello, Can someone help to how to achieve BDD approach in ReadyAPI? Thanks Siji Re: Assertion Teststep "Not Contains" we had a requirement for checking value from from Datasource there we wanted to use not equals asssertion with Datasource result value.I can hardcode the value. Re: GetData for Request Editor Yes It was working in 2.4 thats the reason could catch easily :) GetData for Request Editor Clicking on the Request Parameter Field and right Click gives getdata option and if I add any object its not adding.But it works with when I click on Button (...) Thanks Siji Assertion Teststep "Not Contains" Can't we give any dynamic value selection for this assertion? I dont see any "getdata" option for this.I am using Ready API 2.5 Re: Test Step Pass Individually but fails when run in Test Case richie Hi , Thanks for looking into this .I hope did answer all your questions. Are you saying that testcase passes if you execute each step individually (Step by Step) but if you run the testcase itself the REST requests following the JDBC step fail? Yes Without knowing a bit more about the config on your steps - I'd suggest sticking a Delay step in there to slow things down a little I tried before putting the post .Is there any default value ? You have Datasource object before the JDBC step - whats this actually doing? Can you provide the SQL on the JDBC step? whats the JDBC step doing? I have 1.Rest Step which gives response has key 2.JDBC request where I pass above key and retrieve data from table(select * from table where key={key}) the subsequent REST requests - what are they doing? are they picking up parm values/properties from the previous JDBC step? Yes Re: Test Step Pass Individually but fails when run in Test Case Hello, In this when I run my test suite , the JDBC request is initializes when I checked Raw it shows the query with the parameter(prev reesponse).But Result is not generated thats the reason next two steps failes.But If I go to that JDBC Request step and run that Indivitual Query returns data and passes all my testcases.Hope you understand Thanks Siji Test Step Pass Individually but fails when run in Test Case Hi, I have JDBC Request/Data source Step followed by Rest Request step.When I run the test case its doesnt go to the step.But if I indivitually run its fetching data from DB.Because of this all my testcases are failing.I am using Readyapi 2.5 Thanks Siji