-
Hi.
How can i escape characters - "!". I add data from excel and the symbol is entered for "|"
!query - |!query|
!query - !|query|
-
I've pulled latest docker image into IBM's container registry and it complained about 44 security vulnerabilities. I've tried a few latest versions 5.2.27, 5.2.28, 5.2.29. I guess most of them are du…
-
I know I can call a Scenario Table from a Decision Table but can I put a Decision Table into a Scenario table?
-
I am facing trouble in creating my own custom fixture and using it.
I have seen examples of the code and below is the code which i m trying to implement as a fixture but dbfit is throwing an exceptio…
-
So, I'm going to start a series of issues on the standard JDK MBeans that we want to make sure can be extracted and loaded. I'm also putting together the skeleton of fitnesse tests so that we can hav…
-
Hi ,
I am trying to use DBFit for automating queries. Now when we try comparing large data set I have tried the following query but results show yellow indicating neither error nor pass:
Query:
!…
-
I am using Appium as a front to an Android app under the emulator. When I try to execute this:
```
| ensure | present | id=com.nexxera.nix:id/til_cpf |
| show | screenshot |
| type | 1695665…
-
There are quite a few disabled acceptance tests at the moment, for the various supported databases, in the source code hence I won't be able to get a clean test run all all of the acceptance tests if …
-
First of all, thanks for this fixture. When I try to send the client certificate, it doesn't seen to be sent to the server. On the server side, I use Apache httpd to set the client cert in "SSL_CLIENT…
-
Testing web apps that download files requires interaction with desktop to deal with file-save pop-ups.
This can be done though awt, with Robot, etc., but only if the pop-up button coordinates are kno…