ThoughtWorks Studios’ Twist 2.0 with Sahi

ThoughtWorks announces Twist 2.0 availability from 31st March 2010:http://www.prnewswire.com/news-releases/thoughtworks-studios-new-twist-20-provides-collaborative-agile-test-management-85809582.htmlTyto Software has been collaborating with ThoughtWorks Studios to integrate Sahi with Twist and results will be visible in Twist 2.0.”Twist 2.0 has added Sahi as an additional option for web testing. The main benefit of Sahi is that it abstracts out most difficulties that testers face […]

Tip of the Day 1

Tip 1 During automation, try to target the complex tasks at the end. It is important to note that 100% test automation may not be possible. Targeting the complex tasks at the end helps to proceed quickly. How to Do This 1. Assess and identify specific screens or areas which could be difficult to automate. […]

Tip of the Day 10

Tip 10 Execute Faster on Windows Application by Ignoring Elements How to use this Tip? 1. To find an element during Playback on a Windows application, Sahi Pro internally iterates through all the elements on the application screen. 2. This iteration can be made faster by ignoring the hidden and/or disabled elements in your application. […]

Tip of the Day 11

Tip 11 Easily Automate File Downloads in Sahi Pro How to use this Tip? Sahi Pro automatically detects file downloads triggered from your web application. These downloads are saved to <Sahi Pro>/userdata/temp/download directory. You can use Action ‘Save Downloaded As’ to save the file to a desired location. How does this help you? While downloading […]

Tip of the Day 2

Tip 2 Create modular and reusable automation components. How to Do This 1. Divide your automation tasks into separate automation components (script files, functions, etc.). 2. Asses and identify reusable components. 3. Ensure your team reuses the existing reusable components. How does this Help you 1. Modular scripts facilitate parallel execution. 2. It is easier […]

Tip of the Day 3

Tip 3 Usage of _resource() API How to Do This 1. Use _resource() API in the script/scenario while, while doing a distributed run. 2. While doing a distributed run, only the script/scenario in a suite will be zipped and sent to the nodes. 3. Other files(.csv,.sah, etc) that take a part in the script/scenario need […]

Tip of the Day 4

Tip 4 Use of _setSelected() API Where it is Used? This API facilitates the selection of drop-down option(s). How to Use this API? If the element is recognized using _select() for the select drop-down, employ the _setSelected() API to choose one or multiple options. For elements identified with _div(), _span(), _listItem(), etc., utilize the _click() […]

Sahi Pro V7.5.0 Released!

Download Sahi Pro v7.5.0‍ Sahi Pro v7.5.0 is a major release of Sahi Pro with significant feature additions and modifications. Some of the main features are: Java support in Sahi Framework Create Accessor Repository from existing scripts Password encoding in scripts Desktop Automation without Browser Automation Support for OAuth2 in REST automation APIs Please have […]

Sahi Pro v9.5.0 Released!

Download Sahi Pro v9.5.0 Sahi Pro v9.5.0 is a major release with significant feature additions. This release includes minor bug fixes and improvements. Git Integration Now you can easily Integrate Sahi Pro with Git and work with your Git repository directly from the Sahi Pro Editor. Following Git operations are available in the Sahi Pro […]