ContributionsMost RecentMost LikesSolutionsStrange Behavior : Test complete open IE again and againHi All, We are having very strange behavior of application for automating one application (PhotoJoy).Below are the steps to recreate the same. Install PhotoJoy Go To URL http://www.photojoy.com/welcome.aspx Click on Get Started button Save installer Run the installer to install PhotoJoy Click I Accept Click Next Wait for installing the application Click on Next Click on Next Click on Cancel Click on Go to Collages Perform Steps to get the facebook popup window Click on Add & Manage Photos. Click on Add Photos button in front of Facebook Photos check box. Click on Next Record scenario : Open Test Complete and start recording; during recording do below steps Enter Email ID: morrisonjim639@gmail.com Enter Password: dummy@123 Click on Log In It will be observed that many internet explorer windows get opened one by one continuously. Above will also be observed when above recorded script will run. It will not be observed if we perform above scenario without using Test Complete. Seems there is some problem with test complete executing above specific scenario … Please recreate above and provide some solution … Thanks in advance. Suraj Raj Bhandari Test Complete Notifier Error!While testing a website the error came as follows: "the action already has a notifier for this context" Please help I'm stuck.Cannot highlight this object on screenHi All! I am facing one strange problem in one of our application, I am using 'find' method to get the test object from the application, but when trying to find one button using 'wndcaption' property, It is not returning the same button but another. When I tried to check the same in object browser I found that one more button with the same caption is present under the same window, but it is not getting highlighted on the screen (See Screen shot attached) Any one have any idea for this strange behavior of Test Complete 8.2 ??? Please share ... Thanks in adavnce. Test Complete 8 is not identifying objects in my application under test.Hi All For one of the client we need to make some test automation scripts for one .net application created using MFC controls. Test Complete is not identifying internal properties and methods of application controls. How to made this application as an open application for Test Complete 8 ? Please help ... Thanks in advance Thanks, Suraj Raj BhandariIs Test Complete work with MFC C++ controlsHi All! I need to work to automate tests for the application created in environment MFC C++. Application object internals could not got identified by Test Complete even. Please help... Is test complete work with Third Party Control 'Sheridan ActiveListBar'Hi All, We need to work for third party control 'Sheridan ActiveListBar'. http://www.vbtonet.com/optional-third-party-library-mappings/sslistbar/ Need to click sub menu in the control. Please help Thanks, Suraj Raj BhandariTest Complete 8 License, unable to activateHi Automated QA! I am not able to activate Test Complete 8 license, Message is shown as "The License key has already been used for product activation." When I check the license information in client portal, It shows as the license is already activated as below. If I am having floating user license, I should be able to install another instance. Please help ... TestComplete 8 Enterprise (Floating User License) AutoUpgrade - 7/26/2010 5:32:39 AM Product Licenses License Key TestComplete Enterprise v.8 1 ******************* Activated on (?): ISRA**P Thanks in advance Suraj Raj BhandariRe: WaitPage method is not working with firefoxHi Jared! Thanks for the information ... ThanksWaitPage method is not working with firefoxHi ! One of my test script is getting failed, when I debug , I found that WaitPage method with firefox process is not returning the page object. Below are the steps to recreate the problem : 1.Open FireFox 2.Enter URL as http://www.google.co.in/ 3.In test complete write a routine like Sub TestSubWaitPage Set objBrowser = Sys.WaitProcess("firefox", 20000) Set objPage = objBrowser.WaitPage("http://www.google.co.in/", 20000) if objpage.Exists Then msgbox "Page Object created" Else msgbox "Page Object not created" end if End Sub 4.Run the above routine Getting message as "Page Object not created" , During debugging in the objPage , I am getting object as attached. Note: -I am using TestComplete version 7.52.678.7 -I am Mozilla Firefox version version 3.6.12 -With iexplore everything is working fine. Please help ... Thanks in advanceRe: Knowing Test Complete License informationHi Alex! Thanks for the help... I could get the necessary information now using your tips. Thanks a lot again.