Can we capture Page Weight (in KB) on every page load in TestComplete
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can we capture Page Weight (in KB) on every page load in TestComplete
Can we capture Page Weight (in KB) on every page load in TestComplete, similar to BrowserMobProxy in Selenium or YSlow add on. Basically need to access the Network information to get the page weight and page load time.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I've never done this before, but you can run JS scripts like this by running Web tests in TestComplete:
https://support.smartbear.com/testcomplete/docs/app-testing/web/general/common-tasks/javascript.html
It may be worth trying to run a script that runs on the window object. Like this one:
window.performance
More info on stack:
https://stackoverflow.com/questions/14341156/calculating-page-load-time-in-javascript
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> similar to BrowserMobProxy.
Sure. Just setup your web browser to use BrowserMobProxy (or any other proxy) and you are done.
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
