python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Implementing parallel execution of autotests using JUnit 5 + GEB (without spock)
I'm trying to implement parallel execution of autotests using JUnit 5 and GEB. At the moment, the tests are already running in parallel. The problem is that every page element must be visible at the t...
JarlaxleVl
Votes: 0
Answers: 0
How to execute auto test both in linux and windows system with Robot Framework?
Now have a requirement that need test two physical servers, one is linux and the other is windows. I select Robot Framework to do my autotest, most test cases will execute in linux, but some of them m...
Grant-bobo
Votes: 0
Answers: 0
Transfer of steps and expected result from the development environment to the TestRail
There are a lot of autotests on the project, JAVA + TESTNG + SELENIDE stack. Now we are moving to testrail, manual tests are being rewritten for the testrail format. Is it possible to pass steps and e...
omgwer
Votes: 0
Answers: 2
In Cypress, how to setCookie before test?
How to resolve it?
Cypress detected that you returned a promise from a command while also
invoking one or more cy commands in that promise.
The command that returned the promise was:
cy.visit()
The...
Denis
Votes: 0
Answers: 1