ContributionsMost RecentMost LikesSolutionsRe: Testcomplete Options on top of the page are gone. tahnk you that worked. Re: Testcomplete Options on top of the page are gone. yeah I do not have any of the options in the menu. Testcomplete Options on top of the page are gone. Hello, It seems the optoions on top of the page in TC are gone. File, Edit, View, .... Any idea how I can get these added back ? see screenshots for more clarification. SolvedRe: Setting QA/STG environment in Keyword testsIt fails if the url in name mapping is stg and I am passing in QA . It loads the page fine which means “if then” is working for passing in url but after that if I don’t match the NameMapping url to what I’m passing it fails on the first action after loading the pageRe: Setting QA/STG environment in Keyword tests The URL which is in NameMapping, this is added automatically when recording Re: Setting QA/STG environment in Keyword tests Thank you, that seems to work as long as the URL defined in NamesMapping matches the If statement that is true. is it possible to have Names Mapping also pickup from the If..Then result? Re: Setting QA/STG environment in Keyword tests this is how its added for script testing. in the rest of the project we can use URL and not worry about changing anything manually in the script. I did try the If...Then statement, I could not get it to work Re: Setting QA/STG environment in Keyword tests this is how its added for script testing. in the rest of the project we can use URL and not worry about changing anything manually in the script. I did try the If...Then statement, I could not get it to work Setting QA/STG environment in Keyword tests Hello, How do I set the environment setting URL so I don't have to edit the keyword test or change the variable url every time. I want to set the Environment to QA or STG and automatically pick up the right URLs and run the test against it. I have tried Project variable but the problem is I have to change the default Environment URL every time. I think if there is a way to save the QA/STG URLs somewhere and associate it to Environment variable so if I say QA it picks up QA URL in script testing I can easily associate the environments using if statement but with Keyword test I am having a problem Best,