Questions tagged [automation-testing]
159 questions
0
votes
1 answer
How can I set some clear and informative value for SUITES?
I use pytest and allure, and I want to put into SUITES something more informative instead of tests.incident.addd_incident. How can I do that?

bananacatsky
- 29
- 5
0
votes
2 answers
How to use same cucumber steps for both mobile and web tests when testing the same functionality?
To test our website and react native mobile app, we have created a hybrid framework using webdriver.io and cucumber.io.
We currently have separate feature files for the same functionality on both the web and mobile.
E.g
In…

Wicky
- 118
- 2
- 13
0
votes
2 answers
Is there any selenium/python script for the Screen Recording?
I want to record the screen by using selenium in python, I searched for these, but I only get results for java, and for the screenshots. Please let me know if there is any script by which I can record the screen.
0
votes
0 answers
Xcode: Could not launch “WebDriverAgentRunner_tvOS”
Hi I was facing this issue since a week, I tried all the options but no use, can someone help me please..!! I'm totally blocked.
Could not launch “WebDriverAgentRunner_tvOS”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: The operation…

Ap.Rao
- 1
0
votes
1 answer
Selenium4 Dynamic Grid setup using different VM's
In the official documentation of selenium docker setup, I see a config.toml file which contains below info
[docker]
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the…

HemanthRaja
- 1
- 1
0
votes
0 answers
how to implement maven profiles to the Cucumber BDD automation framework?
I'm trying to implement Maven profile in my cucumber bdd automation framework, I want my each execution environments to be maven profile and based on active profile my PropertyReader should read that environments property file, how to achieve that?…

ZackSalom
- 31
- 3
0
votes
1 answer
List of elements is shaking while scrolling in iOS
I’m trying to scroll my country list to find specific country and after first attempt list is shaking which provides error.
Video with app behaviour:
https://youtube.com/shorts/6SOI4YQbJlk?feature=share 1
Code:
public void tapOnElementByText(String…

J.Klimov
- 93
- 10
0
votes
1 answer
How to run multiple tags in CucumberOptions
I've two different feature files 1 has @Feature1 and 2 has @Feature2
I want to run only these two features with tags
My TestRunner code this gives sytnax error on tags
@RunWith(Cucumber.class)
@CucumberOptions(
features =…

Sherif Beshr
- 23
- 1
- 8
0
votes
1 answer
After sign-in test case, next page should be signup page but it got failed and navigate to sign-in page for signup test case
In this script, I write first test case for sign-in and next one for sign-up. after signin page should navigate to signup page. After sign-in test case while executing signup test case it navigate again to sign-in page.
Why didn't it navigate to…

manoj madhavan
- 1
- 1
0
votes
1 answer
Is there any way to skip the "Install" step in Azure pipelines?
So I am trying to automate the API testing through Azure pipelines and I have to install "newman" every time which takes a lot of time. So is there any way that I do not have to install newman while running the pipeline? Or any other approach that…

saurabh2226
- 33
- 7
0
votes
1 answer
"Unresolved library: keyboard" - Visual Studio Code, Robot Framework project
I installed the keyboard library by "pip install keyboard" in the CMD/terminal, but my VSC still does not read it? It's a robot framework automation testing project
https://prnt.sc/l1o6iEMsKAOA

Dragan Nedeljkov
- 21
- 4
0
votes
1 answer
Futter Driver Automation Testing not working due upgrade in version of Flutter Driver
Can some one help where our app is not showing in Appium inspector and even not working for Automation code in intellij after upgrade to Flutter driver version 3.0
getting error: Unable to create a new remote session. Please check the server log for…
0
votes
0 answers
Selenium sendkeys - text field getting reset to default value
Using Selenium python,I need to enter text in Age field, but unable to achieve after trying below ways.
webdriver sendkeys method and Actions-sendkeys method doesn't work so I tried jsexecutor which performs sendkeys correctly BUT when once i…

mohd aamer hussain
- 27
- 4
0
votes
1 answer
Running feature file parallel & not sceanrios with Junit 5 + cucumber + maven
I want to run feature files parallelly in alphabetical order and scenarios of each feature file in serial order.
I am using JUnit 5 configurations to run the test in parallel.
Basically want to use junit 5 built in mechanism to run feature file…

Aayush Grover
- 53
- 1
- 4
0
votes
2 answers
JMeter and Selenium Integration
I have written Selenium Automation Test Scripts using Page Object Model. The scripts work well and no complaints there.
I want to now do performance testing of the application and am planning to use Jmeter for the same.
Is there a way I can use the…

Jai
- 1