-
We have https with self signed certificate on our testing environment, so whenever I try to use UrlStatusChecker.getHTTPStatusCode() I have
javax.net.ssl.SSLPeerUnverifiedException: peer not authent…
-
### Used Visual Studio
Visual Studio 2019
### Are the latest Visual Studio updates installed?
Yes
### SpecFlow Section in app.config or content of specflow.json
Debug
AnyCPU
…
-
少々複雑になってしまうが、PageObjectなどを利用してテストがかけるように修正したい
-
Hi John,
I am getting the below issue and I have tried all the options available. But unable to get it solved.
Please take a look into it and provide the solution. I have attached my POM here.
…
-
Getting below exception while running test in parallel mode. I am using` serenityCoreVersion = 3.6.15`
```
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.de…
-
Auto web là em đang dùng thư viện tương tác với Browser. ( Trình duyệt). Cái gì tạo cái nội dung trên trình duyệt. .. chính là **DOM** là **html**, là **js**
Phần Page chỉ nên dùng để xác định các …
-
[Codeception](https://codeception.com/) is quite popular testing framework for PHP, giving ability to write acceptance and functional tests.
Page objects: https://codeception.com/docs/06-ReusingTes…
-
Bug found in automated tests on ***[branch3-continueworking](https://github.com/pramam/sdet-candidate-ui-pallavi/tree/branch3-continueworking)*** This branch was not submitted in the pull request.
…
-
I am having problems modelling _slightly_ complex controls, and the documentation has only trivial buttons and links.
I have a situation like this:
1. Our app has navigation tabs along the top of …
-
It should be useful to have opportunity to pass parameters to navigate_all like:
navigate_all(:using => :select_route, {:option_name =>'option1', :address => 'some address'})
env.rb
PageObject::Page…