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 leaving automation lagging behind. Finding it hard to add new steps […]

How to Configure Eclipse for Sahi Pro

Eclipse’s JSDT plugin provides syntax highlighting and verification for Javascript. It can be configured to work well with Sahi scripts too. This video goes through the different steps to configure Eclipse to work with Sahi scripts.๏ปฟJSDT looks at all functions in the given source folder and can list them in content-assist. Taking advantage of this, […]

Choosing the right web automation tool or web testing tool

Web automation is a little trickier than most other automation because there are many combinations of browsers and operating systems and they are fast evolving too. What do you look for before you choose a tool for web automation? The answer may actually depend on what your organization specializes in. If you are a product […]

What is Business Driven Test Automation | Explain BDTA

Testers all over the world face similar struggles with test automation – How do I easily get started with test automation! There are too many new skills and tools to learn! I do not know how to code โ€“ can I begin automating my tests? Why does my test automation always lag behind in the […]

Been a long year!

2011 has been awesome for us. Tyto Software has grown and become a self sustaining unit with a team that has really come together. Sahi Pro is well received and we released V4.0 recently. We also added a lot of new customers; customers, who have expressed happiness at how our product works and how we […]

How to Autoheal your Test Scripts using Sahi Pro

Every testing team has faced problems with flaky test automation scripts and false failures. As we incrementally build our application in agile, our application is bound to change. The screens and their elements are prone to changes in their placement, attributes, and accessors. This leads to problems with test automation creation and execution. Our test […]

Auto-Threading โ€“ Your Smart Playback Partner

Our software projects are complex, and in turn, so is our test automation. We create and execute several tests and test suites in parallel, that comes with problems of its own. During Test Automation execution, it is possible that your system gets overloaded due to too many parallel scripts or browser threads launched at the […]

Ajax and Sahi

Problem In Sahi, some javascript is added to all pages. In an ajax call, the response should be xml. But sahi may taint the xml with its javascript and hence ajax calls may stop working. Sahi looks at the content type of a file before it injects its js, but most of the time the […]

API Automation Test Strategy Template and Tools

APIs (Application Programming Interface) are the backbone of modern applications, enabling seamless communication between systems.  Ensuring their reliability isnโ€™t just a technical requirementโ€”itโ€™s a necessity for delivering high-quality software. Thatโ€™s where a well-defined API automation test strategy comes in. In this blog, weโ€™ll walk you through a practical API automation test strategy template designed to […]