IT Array
The first step to the computer engineering starts here
Advanced visual testing of Web and Mobile applications with Python
Who said that Python is not friendly with Front-end? ITArray released the 1st version of Automotion-Python framework that can be used for visual validation of the web and mobile application. You can find it by link https://github.com/ITArray/Automotion-Python If You...
Turn Your iPad and iPhone into powerful Python IDE
Few days ago I decided try to use iPad for development in Python. I thought it could be funny but I didn't believe that I will like it. After investigation of all possibilities I opened for myself powerful combination of the tools that allows...
Visual perception of web applications
Try to ask any QA automation engineer the simple question "How to verify that element is presented on the page?". The answer will be simple and obvious "It needs to check that element is displayed". Let's try to look on this case from another perspective. How many...
Advanced visual testing of web and mobile applications
How many times You had a corrupted design after release? It's almost impossible to test manually on a big amount of devices that UI looks fine after some changes. So, let's do it automatically. Automotion - simple library for automation testing. In the latest version...
Mobile automation of native Android application with WebView container
Hello friends! Most of engineers started to learn mobile automation with Appium. This is the most popular framework for mobile automation testing and I think that everybody agree with this. But sometimes it's not enough to have only Appium, especially if we want to...
Automation testing: Selenium + Cucumber – Lesson 6 (Advanced verifications)
Hello friends! Welcome to lesson #6! In the previous lesson You learned how to develop simple verification methods, how to decorate them correctly to receive pretty results in case of failures. Today we will review very interesting and very useful topic regarding...
