MQTT - how connect using environment specific URL
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021
11:16 PM
12-02-2021
11:16 PM
MQTT - how connect using environment specific URL
In my tests, I use project properties like host, port to connect to the app uder test..
Now is problem to do the same with MQTT.. I have on each environment differend port and host name..
HOW I can use per environment other connection?
IOW: how I can use project properties? in connection URL definition? this is impossible.
When the URL is in string.. without port number.. all works..
WHY???? common????? I can not set the port number? why???
Solved! Go to Solution.
Labels:
- Labels:
-
Function Tests
-
Test Setup
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021
05:28 AM
12-03-2021
05:28 AM
Hi,
The environment manager allows you to set the URL you are using. You could declare ports within that URL or add them as parameters.
https://support.smartbear.com/readyapi/docs/testing/environments/index.html
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021
06:13 AM
