Edit & Maintain your Automation Scripts in Sahi Pro
Maintenance of test scripts can be the hardest part of test automation! Have you ever struggled with – Flaky automation scripts that fail too often for no reason Unable to start or continue test automation because your elements keep changing with redesign. Often...
What’s new in Sahi Pro 9.0.2
As Chrome and Firefox have released the new version, we had to adapt the changes made by those browsers in order to playback the scripts smoothly. Sahi Pro 9.0.2 solves all the issues which were caused by the latest browser updates. However, it may break the previous...
Fix: Error opening HTTPS websites in Mozilla Firefox with JDK 11
When using JDK 11 with Sahi, HTTPS websites do not open in the Mozilla Firefox browser. We get the error shown in the image below. To resolve this issue, kindly upgrade to JDK 11.0.2 and above versions. We recommended the latest release JDK 11.0.8, as it contains all...
Fix: Chrome, Firefox update causing scripts to fail in Sahi Pro 8.0.0 and Sahi Pro 9.0.0
Browsers namely Mozilla Firefox, Google Chrome, etc. have recently adopted a secure mode by default. Thus the latest version of browsers prefers an https connection.
Why do you need a Data Driven Framework?
As you progress in your test automation, your scripts will quickly get more complex and your test data sets get larger. You will now need to handle your test data separately to make your scripts independent of it. Let us consider the example of the test scenario for...