Reducing Delay js script
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reducing Delay js script
I am using the DOM model framework for web testing but it will take too much time to complete execution. So I need an answer to how to reduce the delay happens during execution and how to improve the performance of execution.
Solved! Go to Solution.
- Labels:
-
Chrome
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> it will take too much time to complete execution.
It would help you analyse what causes most time loss and let us know.
Possible cases:
-- It takes a lot of time to start test execution due to the huge volume of test code;
-- It takes a lot of time to display result at test end due to the large number of huge logs;
-- It takes a lot of time to find a tested object on the page due to the ineffective page markup (too deep DOM tree) and use of the Extended find in Namemapping;
-- etc.
/Alex [Community Champion]
____
[Community Champions] 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 Champions]
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 Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
