Solved
Forum Discussion
Marsha_R
Champion Level 3
7 years agoDid you try recording a test that does either one of these actions? That's the place to start. Then you can show us your example and explain how you would like to change it. We all have different software to test and it's very hard to help you without more specifics.
V_1
7 years agoOccasional Contributor
Hi Marsha_R
I've attached part of the test recorded. I have 2 test DB's in which the drop-down data is different in many scenarios. In the example attached I would like a particular address to be selected depending on which database I am running the test against.
Thanks
- cunderw7 years agoCommunity Hero
You could query the database for the address that you want, and then store that in a variable that you pass as a parameter to the ClickItem message.