Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Forum Post: wait statement in the script

$
0
0
Hi All, We have a page is little bit slow in response.  When we click on it, we need to wait for few seconds before we can continue and hence we put a "wait" statement to wait for 10 seconds (wait 10.0) What is the impact on the final result for having a wait statement in the script?  Will this impact the accuracy of the time statistic?  How should we get around this situation if this has impact on the final result? WebPageLink("Reports", "Task Search (#1)"); // Link 6   // Info: HTTP status "404 Not Found" for URL: http://test/scripts/jquery.bgiframe.min.js WebIgnoreServerError(404, SEVERITY_INFORMATIONAL, 1); WebPageAddUrl("scripts/jquery.bgiframe.min.js"); // Redirecting http://test/index.cfm?page=report.home // - (redirection) http://reports.test.itasks/index.cfm?page=report.home // Info: HTTP status "404 Not Found" for URLs: WebIgnoreServerError(404, SEVERITY_INFORMATIONAL, 2); ThinkTime(3.3);     Wait 10.0; MeasureStart("ClickWorkloadSummaryLink"); WebVerifyHtml("Reports", 3, WEB_FLAG_IGNORE_WHITE_SPACE | WEB_FLAG_EQUAL | WEB_FLAG_GREATER | WEB_FLAG_CASE_SENSITIVE, NULL,       SEVERITY_ERROR, nVerifyHtmlResult5); WebPageLink("Reports", "Reports"); // Link Thanks,

Viewing all articles
Browse latest Browse all 4084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>