Find out more about new features and improvements in the Fabasoft app.test 2016 April Release.
Short Form for Using Wildcards
In the following case wildcards are recognized also without defining NAME LIKE:
[<role> "<name pattern with wildcards>"]
Example |
Short: [listbox "*Object List*"] Long: [ROLE == "listbox" && NAME LIKE "*Object List*"] |
Determining the Language
The “Language” option for set statements allows you to determine the language of the web page or even of a specific control as defined in the lang or xml:lang attribute.
Example |
Fabasoft app.test: <Set parameter='lang1' location='WINDOWS[0]' options='Language' /> <Set parameter='lang2' location='WINDOWS[0].alert[text "Client"]' options='Language' /> HTML: <html lang="de"> <div id="pluginalertheader" role="alert"> Result: lang1 = de lang2 = en |