QED – the Strange Theory of Light and Matter
IT Array
by ITArray
4y ago
I would start with the word “RECOMMENDED”. A few days ago, I finished reading lectures by Professor Richard Feynman “QED: A Strange Light Theory and Substance”. What is that QED is quantum electrodynamics. The main thing – do not be afraid of these words. In fact, everything is much more complicated than you can imagine We live in a very interesting era of discoveries, known and unknown! This book (in fact – it’s 4 lectures) has become a bestseller on quantum physics since it is written in the most understandable way and for those who just want to know a little more and for those who already k ..read more
Visit website
Splitting and execution of JUnit test in multiple threads
IT Array
by ITArray
4y ago
In this article, I will describe and present some example of how it is possible to run JUnit or TestNG test in multiple threads. Let’s think about the situation that, that there is the test, which needs to validate 10 locales in 10 languages. Locales and languages are always dynamically taken from somewhere. In this case, the most common way is: for (Locale locale: locales) { for (Language language: languages) { assertStuff(locale, language); } } The problem here is that complexity will be always On^2. So, wha ..read more
Visit website
Appium for the beginners. How to start with mobile automation?
IT Array
by ITArray
4y ago
Hello friends, I work as a software test engineer already more than 6 years. And during these 5 years, I understood one thing – if You want to start to learn something new from the beginning, then You will Google for it. And as a result – You will find a lot of information without examples and simple explanation or You will find nothing at all, except some raw documentation. I found that topics about mobile automation sometimes scare the people. So, I want to reveal the myths about mobile automation. This article describes the simplest way of how to setup and run Your first test. An example is ..read more
Visit website
Advanced visual testing of Web and Mobile applications with Python
IT Array
by ITArray
4y ago
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 want to connect the library to Your project with “Tox” – simply add this dependency to Your tox.ini file: http://github.com/ITArray/Automotion-Python/tarball/master#egg=Automotion It’s super simply in usage: from automotion import responsive_ui_validator ui_validator = responsive_ui_validator.ResponsiveUIValidator(self.driver) resu ..read more
Visit website
Turn Your iPad and iPhone into powerful Python IDE
IT Array
by ITArray
4y ago
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 to perform full process of development, refactoring and scripts execution on iPad. And even more – everything can connected to GitHub. Let’s review it step by step. First of all what You need – iPad or iPhone. Of course iPad is much better for development and the reason is obvious. The second w ..read more
Visit website
Visual perception of web applications
IT Array
by ITArray
4y ago
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 times we’ve been using the web applications with terrible design? Yes, everything works as expected on the web pages and all the elements are displayed. But the main human’s instrument for perception of external world is the eyes and the brain. We see the world in 3D. But on the background human’s brain try to simplify the perception ..read more
Visit website
Advanced visual testing of web and mobile applications
IT Array
by ITArray
4y ago
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 was implemented powerful instrument for validation responsive UI on web or mobile pages. The post Advanced visual testing of web and mobile applications appeared first on IT Array ..read more
Visit website

Follow IT Array on FeedSpot

Continue with Google
Continue with Apple
OR