ContributionsMost RecentMost LikesSolutionsHow to run same keyword test on different web servers Hi, I want know how to maintain keyword test so that i can run it on different server whenever my web application server get changes. Re: How to concatenate URL and use the variable/parameter for common part of url how can i do this in mapped properties? How to concatenate URL and use the variable/parameter for common part of url Hi, I have recorded different Keyword tests for different functionality. like for login funcationality i have created login keyword test and recorded script and for logout created logout keyword test and so on. I want to parameterized the URL which had a common part. ex: http://abc.com:8080/login, http://abc.com:8080/logout. I want to do this because whereever server changes i dont need to change everytime in the script just i will change the value of parameter/variable. Error message "There was an attempt to perform an action on a zero-sized window" I have recorded keyword test when i run that i got error message "There was an attempt to perform an action on a zero-sized window". Re: How to search and select value from dropdown of web application Can U pls elaborate it with practical example with steps. What operation should i use from testcomplete for to find child? Re: How to search and select value from dropdown of web application How to search and select value from dropdown of web application I have recorded keyword test for dropdown with search. I have enter value and selected the value from dropdown in recording. i want to loop that recorded script so i use dataloop. my script is enter value to search and select that value and then add. but for second value it get failed. so i want to search and match that value and select that value. pls help me achieve this. How to resolve object does not exit when keyword script is run. I have recorded keyword script and run it but while running it is showing fieldname does not exist. After recording i have also highlight the object it is ok but while running it does not find the object.How to resolve this please help me. Re: How to check visibility or existence and close of unusual screen when running keyword script Thanks for ur instance reply I want to share what i have done . I uses if object Test action and check existence of popup by selecting exists option. and put recorded script for closing that popup in if object block. It work for me. How to check visibility or existence and close of unusual screen when running keyword script I have recorded script, uses data driven loop to provide data from CSV, with first loop it work fine but in second loop web application display unusual screen because of this recorded element is not visible. so i want to close that window using if condition as it is not visible all time. Pls help me to achieve this. Solved