-
If I encounter a failure in a class that contains many test cases, as a test automation engineer, analyzing the exact location of the problem can be challenging. This difficulty is illustrated in the …
mzdih updated
7 months ago
-
The class "SeleniumDriverConfigHelper" is missing some ocnfiguration keys. For example "driver.name" is missing. Maybe there should be some helper methods like "isChromeBrowser()", "isRemoteBrowser()"…
-
Is it possible to write the assertion error to the console?
Because it is easier to recognize console outputs during the code implementation as to look into the new generated test report.
-
If I display the response with the command System.out.println(myTest.getRes().response().prettyPrint()); then I get the JSON of the message body twice.
E.g.
`{
"access_token": "xxx",
"ex…
-
During the execution of API-only tests, the browser always appears shortly, which would not actually be necessary.
-
I attempted to run some basic test cases, such as logging, and then uploading the results (the HTML file), but I couldn't find the report in Xray
mzdih updated
7 months ago
-
i have set up additional parameters in qtaf.json.
```
"page": {
"url": "https://console-qtaf.cloud.REDACTED.com/",
"instance": "live-qtaf.cloud.REDACTED.com",
"user": "REDACTED",
"…
-
QTAF should create a comment for each test step execution that contains the information about the assertions that a test step checked. I would like to have a text like this:
```console
check table…
-
I'm trying overwrite the headless parameters as an environment properties.
I'm getting following error message. It seems that environment properties are always strings and this leads to an exceptio…
-
In the report.json file the error message is missing. If a step fails I would like to find the error message in the corresponding step object.