See Testim Copilot in action | Join us

Tag: Weakness

When you run tests on your web applications with Selenium, it’s not unheard of that some iFrames “confuse” the kit. This often results in more effort on the tester’s end. If you find yourself stuck or even pouring too much effort into a Selenium iFrame test scenario, you’re already defeating the automation agenda. This post…

ES2015 (ES6) added several new data structures. While Map and Set are more straightforward, ES2015 also added “weak collections” like WeakMap and WeakSet. In this post we’ll go over why maps were added, what’s “weak” about a WeakMap and when one might want to use it. What we did before maps JavaScript has had object…