Naynab
2 years agoOccasional Contributor
Regarding URL change in Existing keyword recording
Hi,
Recently our applications URL has been change little bit so we would like to change it with new one and use the existing recording. How do we change or update the URL in existing recording of tests.
Functions that reside in other scripts, and that are linked with USEUNIT, effectively become part of the current script.
You can call them "dynamically" as in your first example like so:
//USEUNIT My_File function test(){ var functions = ["button_one", "button_two", "button_three"] for (var i = 0; i < functions.length; i++){ var button = My_File[functions[i]](); button.Click() } }