ContributionsMost RecentMost LikesSolutionsRe: Huge delay between events when executing scriptHi, Im experiencing the exact same issue. After running 20 or 30 tests it just starts to take 30 seconds extra for every event. Did we find the cause of this issue at all?HTTP Load Testing Issues/ConfusionHi, Im trying to do some load testing and performance monitoring of our http requests. So I have a series of requests that are sent as you can see in the screenshot and returned and everything is correct except for one thing, the response time. I only have 1 virtual user sending these requests and was suprised that request 16 took 41.74 seconds. On the same machine, I then used Fiddler to monitor the response time and it was what i expected to be, around 6 - 7 seconds. So my question is why are these requests so slow when running them through test complete? I also noticed that when I added up all the Response Times, it didnt add up to the Time(s) field as shown in the second screenshot. I am pretty confused whats going on here. To add more confusion, I had a look at the runtime graph, and notice the last request never got passed? the Virtual user line even remained at 1 and didnt drop to 0 at the end. It would be great to have this cleared up by someone please. Thanks. Re: Run MSI from within a C# Script.Hi David. I know have another problem regarding msiexec.exe process and the object not found error. I have multiple msiexec.exe processes running under different usernames (local admin and SYSTEM). Test Complete is getting confused and cant find any object because my mapping look for msiexec with a default process index of 1 (msiexec, 1) but the installer is actually running under the different username which holds a different index (msiexec, 2). How do i fix my mapping to deal with multiple processes of the same name, but different indexes. The screenshot shows two processes called msiexec running and the failure message in TC.Re: Run MSI from within a C# Script.Hi David. I now have another problem regarding msiexec.exe process and the object not found error. I have multiple msiexec.exe processes running under different usernames (local admin and SYSTEM). Test Complete is getting confused and cant find any object because my mapping look for msiexec with a default process index of 1 (msiexec, 1) but the installer is actually running under the different username which holds a different index (msiexec, 2). How do i fix my mapping to deal with multiple processes of the same name, but different indexes. The screenshot shows two processes called msiexec running and the failure message in TC.Re: Run MSI from within a C# Script.Thanks David. Its working now.Re: Automatically Installing Tested Applications.I dont have a exe installer. I have a MSI installer.Run MSI from within a C# Script.Hi Everyone, Need some urgent help. I need a way of running a msi via command line in my script. Is there anyway I can just pass the command line the path to my msi and run it? I dont know how to use command line in scripts. Examples please. Thanks.Re: Automatically Installing Tested Applications.Hi, How do i create a command line from a test complete script? Re: Name Mapping Web Page NamesI added a screenshot here with what the mappings look like before I attempted to clean it. Name Mapping Web Page NamesHi, I recently had created many web tests using Test Complete and they played back fine. However I started performing the same tests on another machine and the web page names started to render using random, different names. In the attachment, you will see in my name mapping a page called "pageWinscribeNet". Prior to me tidying the name mapping up, I had numerous pages called "pageWinscribeNet1", "pageWinscribeNet23","pageWinscribeNet5","pageWinscribeNet2" and so on. So i put all the forms under the same page. This worked for the the machine from which i recorded my tests but other machines name these pages differently which means it cant find button and textboxes on these pages. So i structured everything under a single object called "pageWinscribeNet" but it still doesnt work unless the control is actually on a page called "pageWinscribeNet". So how can i get around this? I dont want to use FindChild() unless i really need to because it slows down testing speed. I have looked at the video "Creating Reliable Tests..." aswell. How can i use "*" to find any page called pageWinscribeNet (pageWinscribeNet*)? In the URL for the page it is truncated down to "*" as you can see in the screenshot. Also I try to edit the name mapping and I keep getting errors the object cannot be found. So i cant view more properties. Cheers, Ivan .