kazurayam / TestClosure

Proof of Concept "TestClosure". This enables executing multiple Groovy Closures simultaneously in a Test Case in Katalon Studio.
https://forum.katalon.com/t/testclosure-executing-groovy-closures-in-test-cases-simultaneously/52436
0 stars 0 forks source link

want to reuse an instance of Webriver for multiple TestClosures for performance #14

Closed kazurayam closed 11 months ago

kazurayam commented 11 months ago

Opening a browser window takes long time. Say 5 seconds.

If I repeating opening & closing browser window 10 times, I would wait 5 * 10 = 50 seconds.

It should be possible to reuse a browser window by multiple TestClosures. Then the whole processing duration will get much improved.

kazurayam commented 11 months ago

I won't do that. It makes the code too messy