Instance To Instance
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021
03:24 PM
04-28-2021
03:24 PM
Instance To Instance
We have Many testing instance (as does everybody else) and for this example I will run a test in one of our QA instances
qat1
With my lack of deep knowledge to migrate a test I simply do a search and replace from qat1 to qat5
What is a more elegant methodology testing across instances?
Labels:
- Labels:
-
Distributed Testing
-
Keyword Tests
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021
06:04 PM
04-28-2021
06:04 PM
Hi @MarkSchofer -
Are you referring to instances meaning different urls?
For example:
http://qat1.test.com
http://qat2.test.com
And in what location are you trying to switch these? For example are you trying to have generic object references in your object repository? If so you can wildcard the portion of the URL that is changing.
If you are looking to alter this for different test runs navigation to the sites I would suggest using a variable to drive the URL you are navigating to. This way you can make the modification in one place at the variable.
Let me know if you have further questions.
Cheers,
Emma
Are you referring to instances meaning different urls?
For example:
http://qat1.test.com
http://qat2.test.com
And in what location are you trying to switch these? For example are you trying to have generic object references in your object repository? If so you can wildcard the portion of the URL that is changing.
If you are looking to alter this for different test runs navigation to the sites I would suggest using a variable to drive the URL you are navigating to. This way you can make the modification in one place at the variable.
Let me know if you have further questions.
Cheers,
Emma
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021
09:40 PM
04-28-2021
09:40 PM
Here's an archived thread that has some more details in it for you
Marsha_R
[Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2021
03:34 PM
05-12-2021
03:34 PM
I am revisiting this as our user would like to use the wild card approach. I have Instance variables right now and they work fine.
