AltWalker 0.4.0: Support for Python 3.12, new fixtures, and LiveViewer release
Explore the latest features and enhancements introduced in AltWalker 0.4.0, with support for Python 3.12, new fixtures, and the LiveViewer release.
Explore the latest features and enhancements introduced in AltWalker 0.4.0, with support for Python 3.12, new fixtures, and the LiveViewer release.
We’re excited to announce that we recently added a Visual Studio Code extension to AltWalker. Through this extension, we want to help users to both edit and visualize JSON models within the VS Code. How it can help you AltWalker Model Visualizer is an open-source extension that comes to help everyone who writes and executes… read more
In this article, we present an approach of testing the authentication flow of an application with the State Transition Testing technique. We use AltWalker, GraphWalker and Python to write and execute tests automatically.
After watching the WWDC 2015 presentation of the new testing tools that will be available in XCode 7, which promises UI testing and code coverage right inside XCode, I decided to give it a try myself. This blog post is a summary of my experience.
We are happy to announce that part of our team will be heading off to Barcelona at the beginning of March to participate in Mobile World Congress.
I learned a lot of things this Citcon. For those who haven’t got the chance to be part of a Continuous Integration and Testing Conference, below’s a diagram illustrating how it works.
1. The four Ws of BDD
1.1. What ?
BDD (Behaviour-Driven Development) is a concept in which acceptance tests are written as examples that anyone on the team can understand. The process of writing those examples is a collaborative effort of the developers, testers, and the business owner (“los tres amigos”). They decide together if the thing they set out to be built is the right one, before starting implementing it. In doing so, a deliberate effort to develop a shared, ubiquitous language (used and understood by everyone involved in the project) for talking about the system is created.
BDD scenarios are built around…
While testing an iPhone application that is part of a bigger solution developed by teams in different locations, I came across a few issues that made me look into some of the available options for recording the application in use on a real iPhone and I decided to try to build my own testing sled using parts I already had around the office. It turned out that the original iPhone packaging had everything I needed.
I’ve been using RobotFramework with its Selenium Library for web automation for quite a while now and have always had the problem of getting any scripts that use XPath run on Internet Explorer.