Featured Blog
Superuser & Test Automation for Roles and Permissions
CenterTest’s role-based testing accelerates InsuranceSuite development by using superuser for functional testing and then using those same tests to verify permissions – a feature missing in Guidewire’s GT framework. When testing modern, enterprise-level software, roles and permissions are integral components that define how users interact with the system. Permissions dictate whether specific actions are authorized, while roles are collections of permissions that define the actions users can perform. For example,…
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…