ContributionsMost RecentMost LikesSolutionsRe: How do i run the same Keyword Test on a different urls? I did as told and went into the name mapping to add an or statement in which it takes in either URLs. However, I was more looking for a solution that would swap out the domain for another one. for example: The object name for the password text box for the password input on the first website is Aliases.browser.pageEofficeEpartconnectionCom.formForm1.passwordboxPasswordtextbox The object name for the other website is Aliases.browser.pageLocalhost65214.formForm1.passwordboxPasswordtextbox I would like to be able to freely swap out the underlined portions freely so that when I run the tests, the program can detect the objects properly. How do i run the same Keyword Test on a different urls? How do i run the same Keyword Test on a different urls? For example: I want to go to https://eoffice.epartconnection.com and fill in the login info and click submit. Then, I want to go to https://eoffice.staging.epartconnection.com and preform the same test. When I try this now it give me this error: The test object was not found when executing the Click command: Aliases.browser.pageEofficeEpartconnectionCom.formForm1.textboxStoreidtextbox SolvedRe: Is it possible to run a data loop with keyword tests inside the loop? I have this keyword test that contains a login keyword test. The login test has a variable for it's URL, so it goes to different websites and checks the balances of each. However, I keep hitting an error. Is there any way to get my test to work? Re: Is it possible to run a data loop with keyword tests inside the loop? Do I do all of this within a keyword test or withing the suite? Re: Is it possible to run a data loop with keyword tests inside the loop? Heres my code for the login Re: Is it possible to run a data loop with keyword tests inside the loop? I have considered just making another keyword test, and doing the loop there, but whenever I make a data loop, I cannot have the table as an input for the login because its a keyword test. Re: Is it possible to run a data loop with keyword tests inside the loop? I have a keyword test that logs into a website and I have a data loop that changes the URL. I then put in a couple of keywords tests that interact with the website, however, the loop just does the login and doesn't loop that actions for both websites. Is it possible to run a data loop with keyword tests inside the loop? I want to run a data loop to test the same actions but in two different websites. However, when I make the data loop, my keyword tests are not included in the loop. Solved