ContributionsMost RecentMost LikesSolutionsHow to execute multiple iterations without stopping on errors or exceptions?Hi, I am executing 10 scripts for 10 iterations. If one scripts fails in fifth iteration then it is stopping execution after completing fifth iteration. It is not executing sixth iteration. I have unchecked 'stop on error' option in three places in testComplete: 1. Project Suite level (while selecting projects as test items) 2. Project level (while selecting test items under project test item tab) 3. Project Properties level (unchecked stop on error option under project properties) I have unchecked 'stop on exception' option of testComplete also. My requirement is to execute 10 iterations without stopping on error or exceptions. Thanks, RajibRe: How to write a TCP/IP client server socket program in vbscript?Hi, Javascript code for TCP/IP socket is here. http://support.smartbear.com/viewarticle/9004/ http://support.smartbear.com/viewarticle/9003/ Thanks, RajibUnable to execute a recorded scriptHi, I am facing problem to execute the following code: Set CIMDocPanel = javaw.Device_Name.RootPane.null_layeredPane.CIMDocPanel The "Device_Name" is the name of the device which will be created in earlier step. The above statement is a recorded by testComplete. When it is executing the above statement it is showing the following error: Unable to find the object Device_Name. Can I use a variable in place of "Device_Name" whose value will be taken from the configuration file? Thanks, RajibRe: Unable to handle two different windows seperatelyHi Helen, Thanks for the idea about shortening the login script. To solve my problem I applied the two ways, but no result. Is there any other way of solving it? Thanks, RajibRe: Unable to handle two different windows seperately Hi, In the attachment I have written one script which will log in the EliteMCP application with proper credentials. Then I want to verify that login is successful or not. For verification I have used the corresponding APIs. After login, I have done two verifications: 1. One for wrong password pop up window 2. Second for next window which should come after successful login(i.e staffLaunchWindow). But unfortunately, When I am verifying with wrong password, the first verification is correct i.e. a pop up window is coming giving message that password is incorrect. But the second verification is incorrect. It is telling that staffLaunchWindow is coming Which is not true. Will you please provide me the reason and solution for it. Thanks, Rajib Re: Unable to handle two different windows seperatelyHi Helen, In the attachment I have written one script which will log in the EliteMCP application with proper credentials. Then I want to verify that login is successful or not. For verification I have used the corresponding APIs. After login, I have done two verifications: 1. One for wrong password pop up window 2. Second for next window which should come after successful login(i.e staffLaunchWindow). But unfortunately, When I am verifying with wrong password, the first verification is correct i.e. a pop up window is coming giving message that password is incorrect. But the second verification is incorrect. It is telling that staffLaunchWindow is coming Which is not true. Please provide the reason and solution for it. Thanks, RajibWhat are the new features added in TestComplete 8.7 beta release?Hi, I am using TestComplete 8. I want to know what are the new features added to TestComplete 8.7 beta release. Will someone guide me? Thanks, RajibUnable to handle two different windows seperatelyHi, In my application I have two different windows like staffPinWindow and staffLaunchWindow. After staffPinWindow, staffLaunchWindow will come. These two windows have two different window captions.When I am verifying staffLaunchWindow (whether it has come or not), it is showing window is present though realy it is not present. What may be the possible reason for this? Thanks, RajibHow to verify the properties of an object?Hi, In my application some objects name is defined under "Name" property and some under "Value" property. I want to verify the name of that object. For this I have written code like: Set obj = Aliases.<something>.grid.TextBox If obj.Name = "XYZ" or obj.Value = "XYZ" Then Log.Message "PASS" Else Log.Message "FAIL" In the above code snapshot, if "Name" property is defined for the object then it is ok. If "Value" property is defined for the object then it is showing an error that object does not support the property (i.e. Name). Please guide me to verify the name of the object in a generic way. Thanks, Rajib LoadUI featureHi, I want to know one of the feature of loadUI. Does loadUI support for desktop application developed on .NET framework? Can we use it for load test of a windows 2005 server? Thanks, Rajib