You are interested in QF-Test, you already have a trial version and/or want to know more about this company? Most of the time you can only catch a superficial glimpse of the companies on their websites. How the employees are and what it’s like to work in this company is not really known. You may find an article or an award. Fantastic. But what is behind this appearance? I spent three weeks at QFS as an intern and would like to give you a little insight into the company behind the product.
-
-
Read and write Excel files from QF-Test
If you want to use data from an MS Excel file in your QF-Test tests or want to write test results to MS Excel files then go on reading.
-
Execute test cases and sets with a certain tag
Large test projects may consist out of several thousands of test cases. Often executing them all would need a considerable amount of time, even if multiple machines are used in order to replay the different tests. The solution are tags.
-
The impact of geometry on component recognition
This is a short article about why QF-Test records geometry information for components, what impact these values have and how to change them either after or during recording.
-
Software Testing Thesis
We want to help students in writing their software testing thesis, we decided to start a reference list for relevant testing topics.
-
Using QF-Test in Continuous Integration Systems
Continuous Integration Systems (CI-Systems) support the teams at their steady work on the various sub-steps of the software development process. The main objective being the improvement of software quality.
-
Veni, vidi, variavi – Using Variables
There‘s no way around using variables if a test suite has to to be flexible, reusable, and elegant. But where are variables set? Which value of the variable is used if I defined multiple ones at different positions? And how can I find out? This article aims to answer these questions.
-
News about the print(…) and println(…) module
If you are working with QF-Test scripting nodes, no matter whether you prefer Jython, Groovy or JavaScript, you will come across the QF module sooner or later. This module, accessible in all script nodes and script terminals via the variable qf, holds a bunch of helper methods designed to make the life of a script programmer easier.
-
Something doesn't work in QF-Test
You are working with QF-Test and something doesn’t work as expected? Then you can (as usually) search the Internet or do research at StackOverflow… A faster way is going on our channels …
-
No coordinates based Events and no Image based checks! QF-Test is smarter than that! Part I
Some days ago I had the pleasure to visit a Meetup Venue here in Leipzig, Germany. The topic was very interesting - “Experience with the introduction of Test Automation”. Many of the participants consider Web GUI Testing very fragile and cumbersome to keep in “Tests OK” status that’s why I I decided to write this series with the topic: No coordinates based Events and no Image based checks! QF-Test is smarter than that!
-
Mark nodes via colors
In order to simplify test suite editing it is possible to assign colored marks to nodes. This feature is especially (but not only) helpful in the context of complex find and replace operations - in this case, the color markers can for example be used to indicate that a node still needs revision or that a node was edited successfully.
-
Mouse Events Explained - Web
QF-Test uses semi-hard events as default (based on web AJAX toolkit, browser and browser version, OS etc), but not all cases. There are three event types available.
-
Disabled node
In some cases it is helpful to disable nodes temporarily. Here is a short article how to do this.
-
“license”, “license.new”, “license.txt”, “license.dat”, “license.old”, “license.server” … Who’s gonna know about that?
Indeed, it is quite confusing if you would take a look how the supposed license files attached to emails are arriving. Although it is actually quite simple …
-
Writing your own checkers
While testing an application, one of the most important steps is to verify that the actual state of the application is correct.
-
If you want to work in Germany, come to us
QFS (Quality First Software GmbH) is one of the best employers of the ITC industry in Germany and also in Bavaria. We are located in Leipzig and in Geretsried (that’s between Munich and the Alps at the Isar river) and have won the Great Place to Work award already two times now.
-
Accessing sub-items of GUI components
In most cases we are dealing with more or less straight-forward GUI components,such as buttons and text fields. Nevertheless we often have to deal with morecomplex GUI components like trees, tables and lists too. These GUI components have sub-items.
-
Password encryption
Sensitive information like passwords should be treated with care. However often tests need to fill out a login form and thus these tests require to know the password.
-
Creating custom HTML/XML/Junit reports
Via the run log QF-Test provides a detailed log about the actions it executed during a test run. The overall results of this run log can be summarized in other reports like the HTML/XML/Junit report.
-
How to create procedure calls
Procedures (also called function or subroutine) may be used in order to solve often (re-)occurring challenges.