Featured Blog
From Chaos to Confidence: How Automated Regression Testing Tames Guidewire Cloud Upgrades
In the fast-paced landscape of technology, Guidewire Cloud upgrades are a critical step for organizations seeking to harness the latest advancements. However, upgrades are inherently iterative, involving a series of incremental changes and adaptations. While iterations are essential for controlled upgrades, they introduce their own issues – delays, compatibility concerns, and spiraling costs. How can you mitigate these risks while staying iterative? Regression Testing – the unsung hero in the…
Featured Blog
From Chaos to Confidence: How Automated Regression Testing Tames Guidewire Cloud Upgrades
In the fast-paced landscape of technology, Guidewire Cloud upgrades are a critical step for organizations seeking to harness the latest advancements. However, upgrades are inherently iterative, involving a series of incremental changes and adaptations. While iterations are essential for controlled upgrades, they introduce their own issues – delays, compatibility concerns, and spiraling costs. How can you mitigate these risks while staying iterative? Regression Testing – the unsung hero in the…
Latest Posts
My First CenterTest
CenterTest provides numerous means for effortless Guidewire application testing, such as simplified test creation, requiring only basic Java knowledge. The power of CenterTest comes from…
BillingCenter Testing Made Possible
BillingCenter, with all its automation, is the Center with the fewest number of users logging in. Factors such as a small business audience and general…
Dynamic Types In Gosu (objects ala JavaScript)
In version 10+, Guidewire has added a new intrinsic datatype to Gosu which allows objects to be created and used very much like javascript. The functionality,…
Using Structures For Similar Types
In OO parlance we are very used to inheritance, polymorphism and subtypes. These let us create objects which share common properties and methods that we…
Accelerated Test Creation
Automated tests execute significantly faster than manual tests but the initial setup is often intimidating and time consuming. Not with AnkrPt CenterTest. CenterTest provides Bots,…
How to Write Performant Queries
Few Words On Guidewire ORM Query.make() is the heart of all database queries. Queries are made against entities (e.g. .eti, .etx) which are complex database…