ContributionsMost RecentMost LikesSolutionsRe: how to change the url in a test case Thanks both of you. I am already changed the URL at page object in the namemappin. But this wont fix everything becuase inside some pages are hiperlinks with the url hardcoded, Is there any way to change all the URL at once? Thanks. how to change the url in a test case Hello, I have been building a lot of test cases in local Env. Now I want to launch it against another environment. I just change the URL browser to a variable. The problem is when the test case is executing, launches the dev url. (It's inside somewhere in the namemappgin file) . How can I make changeable to a variable??? thanks. SolvedThe testcase suddenly stop with an unknow errorr. with this error code Hello I am trying to test an web application and sudenly I received this error. The web page is working and nothing had been trhow as an error. Please anyone help me? https://community.smartbear.com/t5/forums/postpage/board-id/Functional_Web_TestingPossible reasons: 1. The application stopped responding. 2. The application was compiled incorrectly (see the Open Applications topic in the help system). 3. An error occurred in TestComplete/TestExecute. Technical information: 409 0x80020009 (Exception occurred.) . Tested object: Aliases.browser.pageHhGlobalHhub2.form.buttonLoginAs (Sys.Browser("iexplore").Page("https://XXXXXX/Security/EmulateUser").Panel(0).Panel(2).Panel(0).Panel(0).Panel(0).Panel(0).Panel(1).Panel("UsersGrid").Form(0).Panel(2).Panel(0).Table(0).Cell(10, 4).Panel(0).Button(0)) Possible reasons: 1. The application stopped responding. 2. The application was compiled incorrectly (see the Open Applications topic in the help system). 3. An error occurred in TestComplete/TestExecute. Technical information: 409 0x80020009 (Exception occurred.) . Tested object: Aliases.browser.pageHhGlobalHhub2.form.buttonLoginAs (Sys.Browser("iexplore").Page("https://XXXX/Security/EmulateUser").Panel(0).Panel(2).Panel(0).Panel(0).Panel(0).Panel(0).Panel(1).Panel("UsersGrid").Form(0).Panel(2).Panel(0).Table(0).Cell(10, 4).Panel(0).Button(0)) Solved