Need easy way to update values in QTP code.
Question ID:
105540
♥ 0 |
I need to edit some values in my QTP code, but I need to find an easy way to do it. I don’t want to use Replace with regular expressions or anything complicated like that. Here’s some sample code (my real list is a bit bigger): Browser("MyWebSite").Page("MyWebSitePage").WebEdit("MyList1").Set "Value 1" I want to change the values at the end of the code to new values pasted from a data list. Is there any easy way to do it?
Marked as spam
|
Answers (1)