How to ... ?
In Applications view select your Application and click Configure... in context menu
In opened Edit Application Under Test dialog click Advan...
Fri, 16 Jan, 2015 at 4:18 AM
I am trying to make a custom ECL command to extract a data from table in order to make my custom assertions on that data. I want to use the result of: get-t...
Fri, 10 Jan, 2014 at 9:58 PM
In Q7 IDERight-click your AUT in Applications view and select Configure...
2. In AUT configuration dialog click Advanced...
3. In Edit Configuration dia...
Mon, 11 Feb, 2013 at 6:10 PM
Suppose you have a table with contents you want to assert. The usage of assertion mode during test case recording can be a tedious task – it requires to sel...
Tue, 23 Apr, 2013 at 11:34 AM
If you need to add specific context for Linux machines and another for Windows versions, but test case itself should not be different for both the Linux and...
Wed, 4 Mar, 2015 at 12:11 PM
1. Introduction
Q7 allows you to replay your ECL script in Debug mode.
Q7 has a special Debug perspective which gives you a preconfigured set of ...
Wed, 25 Jun, 2014 at 5:48 PM
Sometimes you may want a window to be a certain size.
1. To maximize a window you may use maximize ECL command:
- to maximize main Eclipse wi...
Mon, 30 Jun, 2014 at 7:55 PM
If you need to check a size of control, but it depends on size of window or a screen or depends on size of another control, you might use following approach...
Fri, 4 Jul, 2014 at 7:55 PM
You might need to prepare external server with a specific configuration before running a test. This can be achieved by creating a special context.
The...
Wed, 13 Aug, 2014 at 2:40 PM
You can set AUT which Test Case should be executed with.
Preconditions:
Several AUTs are in Applications
Several Test Cases for d...
Fri, 19 Dec, 2014 at 5:33 PM