ContributionsMost RecentMost LikesSolutionsRe: Page response timeHi Alex, Thank you. Can you send me VB script code.project suite memoryHi, My project suite in test complete is consuming 44GB memory right now. This includes visualizers which consumes 22 GB out of 44GB. If I delete visualizers from project suite ,is it going to effect my scripts or any other ways to reduce the memory consumption. Thanks Dhanu Page response timeHi, I want to measure the page response time i.e when I clicked on a button a new page opens.I want to know how much time it took to open the page.Please let me know the code for this. Thanks, DhanuRe: refresh pageHi Alex, Still I have problem in refreshing page.Please see the script beolw. Sub QC_Links Call QC_Initialize Call Close_IE Dim p1 Dim w1 Dim AW TestedApps.iexplore.Run Set p1 = Sys.Process("iexplore") p1.Page("https://localhost/easylink/").Panel("pagewidth").Table(0).Cell(2, 0).Panel("content").Panel("contentContainer").Panel(0).Table(0).Cell(1, 1).Link(0).Click Set w1 = p1.Page("https://localhost/LabManager/EasyQC/views/period/ControlDashboard.faces?auth=Y") Set AW = Sys.Desktop.ActiveWindow() Call AW.Page("*").Keys("[F5]") Call w1.Panel("container").Panel(0).Table("middle").Cell(0, 1).Panel(0).Panel(0).Panel("dashboardLinksContainer").Link(2).Panel(0).TextNode(1).Click(233, 33) w1.Panel("container").Panel(0).Table("middle").Cell(0, 0).Panel(0).Link(3).Click w1.Panel("container").Panel(0).Table("middle").Cell(0, 0).Panel(0).Link(4).Click w1.Panel("container").Panel(0).Table("middle").Cell(0, 0).Panel(0).Link(5).Click Call Close_IE End Sub Re: refresh pageHi Alex, Thank you.I am using VBscript.Please can you send me VBScript code for page refresh. refresh pageWhen I execute my script in TestComplete6, it opens the application and clicks one of the links on home page and display the following error "Internet Explorer cannot display the web page". In order to continue my script execution successfully, I need to press F5 key manually on key board for page refresh. Can any body suggest how to solve this issue with out manual interference.