Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failed to run test due to unknown error: Need help!
#4
Solved: 11 Years, 2 Months ago
I guess you are trying to get the page load time with this function. right?
But what I am not able to understand here is why do you need to call the same function twice in your script.
Code:
Call CheckLoadTime("Maps","Google Maps","Google Maps")
msgbox CheckLoadTime(LnkName,BroName,PagTitle)

you can just get your output with a single statement only
Code:
msgbox CheckLoadTime("Maps","Google Maps","Google Maps")

I just tried with your code and it works fine with a single statement. let me know if there is any issue
Suggestion: use Services.StartTransaction and Services.EndTransaction to get the page load time
see if this helps you.

Reply


Messages In This Thread
RE: Failed to run test due to unknown error: Need help! - by Saket - 09-29-2009, 10:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to send/pass UFT Run Error Dialog as output value to main driver script lravi4u 0 524 11-05-2023, 03:55 PM
Last Post: lravi4u
  Send automatic email notification when test run started helmzshelmz 0 1,008 04-03-2020, 07:54 AM
Last Post: helmzshelmz
  OpenNewTab stopped working on IE after unknown windows update M851533 0 1,068 07-19-2018, 08:36 AM
Last Post: M851533
  How to identify an error page occurring in server in between the qtp run. aswini 1 1,756 05-04-2017, 03:52 PM
Last Post: Ankur
  Test runned from QualityCenter generated an error "Attempted to divide by zero." robertosalemi 1 2,507 10-14-2016, 08:38 PM
Last Post: robertosalemi

Forum Jump:


Users browsing this thread: 2 Guest(s)