ContributionsMost RecentMost LikesSolutionsRe: Issue in SOAP UI with SQL using Grovvy Script Were you able to resolve the issue? I have similar problem when trying to run my Select statement from groovy in SoapUI Git plugin questions My organization uses Bitbucket for the code base so we are planning to move our SoapUI scripts to a repository in bitbucket. I have few questions on the ReadyAPI Git plugin: 1) When I ever I try to share the project or commit changes it asks to enter bitbucket username/password everytime. How do I avoid that? 2) When the project is checked in it sends the user name as "John Doe" and not my actual name. How do I change the name? Re: Execute test cases from excel based on Yes/No flag? Thank you. I will give this a try Re: Execute test cases from excel based on Yes/No flag? Sorry for the confusion. Here is how my structure looks in SoapUI --TestSuite - TestCase1 - TestStep1 (Excel datasource) - TestStep2 (REST Request) - TestStep3 (DataSource Loop) In my 1st step the data from excel looks like this where zip and sessionid gets passed to REST request Execute | Zip | SessionID Yes | 12345 | 1 Yes | 42156 | 2 No | 25478 | 3 Now I only want to pass these parameters when the flag is set to "Yes" or else Skip. Execute test cases from excel based on Yes/No flag? First step in my test cases is a excel data source which has different combination of parameters that get supplied to my REST request. I want to execute my test only for those rows which are marked as "Yes" in excel. How do I do that? I have tried conditional goto and property transfer but that doesn't help. SolvedRe: Add multiple API to Rest project? Sorry. I think I figured it. Was looking at the wrong place. Add multiple API to Rest project? I am trying to figure out how to add multiple API to Rest project? When I right click on my project I don't see any option to do that. Any help will be appreciated. Thanks,