Forum Discussion
nmrao They interact using ReadyAPI. Please see my screenshots. I have a properties tab but not sure how to use it to interact with both of them.
So basically I need to run that job with different values every time I run it.
- TanyaYatskovska9 years ago
Alumni
Hi fazlook,
I recommend that you refer to the following article and those related:
https://support.smartbear.com/testcomplete/docs/working-with/integration/ready-api/index.html
They contain the detailed information of how to set up the integration between TestComplete and Ready! API.
Does it help?
- fazlook9 years agoFrequent Contributor
TanyaYatskovska What you referred me to is something easy to do and I have done it before. That's not my problem. The problem is how to pass Variables between the two. I could not find any docs about it.
- TanyaYatskovska9 years ago
Alumni
Hi Fazlook,
In this case, your can add properties in TestComplete's Ready! API Test Editor (you posted a screenshot of this window), and get the values of these properties from the SoapUI NG tests via Get Data or manually by using this format: ${#<ProjectName>#<PropertyName>}.
For example, to get the value of the bookName property defined in Project, you need to use the following syntax: ${#Project#bookName}.
In addition to this, you can use pass parameters via command line. Here is an article describing how to set a SoapUI NG property from a command line: http://readyapi.smartbear.com/soapui/scripts/properties
Does it answer your question?