ContributionsMost RecentMost LikesSolutionsRe: TC9 Recording IssuesThe browser object has too many issues at this moment and it's preventing me from creating tests. Currently, I have a tested app that points to a URL and I turned on the option to record over tested apps only. However, this prevents any actions from being recorded or added onto tests. If I turn off the option, it starts using the brower object, which I don't want to use at this time. Is there a way to record tests in TC9 the TC8 way?TC9 Recording Issues I'm using TC9 for web testing purpose on IE8. I'm encountering performance issues with recording tests. 1. The object spy is slow to respond in general. It becomes highly unresponsive (initial ‘highlight’ of an object takes about 15 seconds) when working with dialog boxes, such as the upload file dialog box. Non-performance related issues 1. Having difficulty with actions on dialog windows. The address path on the upload file dialog is not being set. However, TC9 marks the operation as successful. TC9 can highlight the address path, but cannot set text properly. I get status of waiting to SetText(“text”) and TC becomes unresponsive for 30-50 seconds; can’t cancel the test. 2. Actions on dialog boxes are not being made when recording. a. Workaround is to use the visualizer images to record test actions. I have the option to record over tested apps turned off. Is anyone else running into these issues? Re: Launching multiple 'browser' objects of the same browserApart from testing, I also do tech support. I need the second browser to isolate testing from whatever else I'm doing.Launching multiple 'browser' objects of the same browserHow can I launch a second instance of Internet Explorer when using the Run Browser command? Currently, I get an message that says "the browser is already running" and it doesn't launch another IE instance.Web comparison checkpoint in TC8 vs TC9I'm currently trying out TC9 and I've noticed I get different results for web comparison in TC8 and TC9. The web comparison passes in TC8, but fails in TC9 with the following additional information: The following code: <HEAD><TITLE>AUTOTESTING - MARISOL L TESTCASE</TITLE> was changed to: Sys.Browser("iexplore", 2).Page("http://beta.mortgagecreditlink.com/shared/PrintView_Frame.aspx?header_url=/shared/reports/View_Menu.aspx%3Ffileid%3D120494&body_url=/shared/reports/print_htm.aspx%3FreportType%3DPREQ%26orderid%3D120494").Frame("body") The test is executed on the same machine with the same IE browser instance. Why does the test pass in TC8, but fail in TC9?Re: Opening multiple logsYes, this is exactly what I am looking for. Thank you !!!Opening multiple logsIs there anyway to do the following: 1. Disable logs? 2. Open up logs in separate tabs? I'm looking for a way to have more control over when logs get generated. For example, launching a new log closes the existing log. I would like a way to modify this behavior. Thanks, Carlos OntiverosActivating Testcomplete 9I currently have both Testcomplete 8 and 9 installed on my PC. I can activate #8, but I can't activate #9. I get an "Unable to find an activated license" error when launching #9. Any ideas?IEXPLORE Instance Selection by TestcompleteHere is my issues. I have mapped 6 instances of IE. All instances are mapped using two properties, ProcessName (IEXPLORE) and Index (2). All ProcessNames and Index properties values are the same across all instances. However, TC sometimes identifies an IE instance as # 7 and other times #2. I would like TC to always identify IE as instance #2. I tried adding the command line property to IE instance #2 hoping that testcomplete would pick that one over other instances, but that didn't work. I can change the index in the other instances to != 2 and that will make TC recognize IE as instance #2. The problem with this is the items that are mapped to other instances are not found during test runs. How does testcomplete select an instance of IEXPLORE if there are multiple instances and they all have the same identifying properties and values? How can I make TC recognize an IE instance as instance #2?Re: Unable to Access IEXPLORE instance in Name MappingNevermind, I fixed it Right click -> Delete on the property. Thanks.