All Questions

0 votes
1 answer
8 views

How can JMeter be used to test the performance of Android/iOS native apps?

I found resources for testing mobile web by setting up a network and SSL certificate. How can this be done for native apps using JMeter?
Bala's user avatar
  • 11
0 votes
1 answer
22 views

How to avoid making lot of mistakes while testing functionality?

How can we avoid mistakes while doing testing specifically black box testing of application..I test a financial web application that deals with lot of funds moving around and financial data in ...
rahul2578's user avatar
1 vote
2 answers
26 views

What are the best strategies on how to continously (every x seconds) test a website?

I need to continuously monitor my website's quality, I already have some tests integrated in a CI, but I need to do some checks every x time, what the best strategies on this ? I'm using selenium, ...
Moad Ennagi's user avatar
0 votes
1 answer
16 views

Why isn��t Cypress referred to as “Cypress WebDriver” like “Selenium WebDriver”?

I’ve been working with both Selenium and Cypress for automated testing and I understand that WebDriver is used in both. However, I noticed that we often refer to “Selenium WebDriver,” but not “Cypress ...
InquisitiveMind's user avatar
0 votes
1 answer
20 views

Sending a file in the body of a POST request in Karate

I am having some difficulties getting a request to work as expected in Karate where I use a .json file in the body of my POST request. I have tried to define it as both a form field and as a multipart ...
DEnumber50's user avatar
  • 1,182
-2 votes
0 answers
8 views

Magick.Net issue while capturing full Page screenshot in Selenium with C#

CODE: using OpenQA.Selenium; using System; using System.Collections.Generic; using System.Drawing.Imaging; using System.Linq; using System.Text; using System.Threading....
chinmay k's user avatar
-1 votes
0 answers
7 views

Embeding multiple screenshots to a single Step in cucumber-Playwright report

I am doing POM using cucumber/playwright. I am taking screensots BeforeStep and AfterStep hence I get two screenshots. How can I embed these two screenshots in reports to the same step?
Ajay Kumar Prajapati's user avatar
-1 votes
0 answers
8 views

Getting "org.openqa.selenium.UnsupportedCommandException: This API is not supported anymore " This error while running my test case

org.openqa.selenium.UnsupportedCommandException: This API is not supported anymore. See https://github.com/appium/appium/issues/15807 Build info: version: '4.7.0', revision: '0a5b49d16f' System info: ...
user58982's user avatar
0 votes
0 answers
34 views

Increase the test performance avoiding the use of mock.create_autospec()

I have created a class called RedisCliWrapper where I have written many methods that call methods of the class redis.Redis. Below I show the class with only the method get_hgetall_value(), which is ...
User051209's user avatar
-1 votes
1 answer
21 views

Does anyone know any low code or nocode packages (open-source or commercial) for load and longevity testing a mobile app?

In my research so far, I've found Jmeter, but Jmeter looks like it's for testing the services that the app are going to access. I am interested more in testing the system resource boundaries,m like ...
TinyGrasshopper's user avatar
0 votes
2 answers
25 views

Text field manual testing

There is a field named "Project description." And it is not a mandatory field. Users will add their description of their project in that field. Now I am giving input and testing that field. ...
Nolak's user avatar
  • 11
0 votes
0 answers
21 views

Unable to run feature files parallel with JUnit 4 and "mvn test" command?

I want to run my 5 Cucumber feature files with "Mvn test" Command parallely. Now, the "mvn test" or 'mvn build" runs fine and maven builds the project, but feature file dont ...
qatester972's user avatar
0 votes
0 answers
26 views

BDD Feature Files structure guidelines

Continuing on from BDD Feature Files guidelines Say I have 10 feature files testing user actions 1-10, 1-Fund transferring, 2-Display balance, 3-etc feature files: In 'Fund transferring', login, ...
Rincewind's user avatar
-1 votes
1 answer
19 views

How do I share my projects with external users to showcase my work in clickup and Jira?

I have been working on manual testing project and I have been using clickup as an project management tool and a bug tracking tool. Same thing goes for Jira. Now I want to showcase my work in GitHub ...
Nolak's user avatar
  • 11
0 votes
1 answer
40 views

Best way to automate File contents verification using Selenium/Java?

In my application, there are lot of files that contain financial data and those are sent to different parties. So, I have to automate verification of content of all these files. Now, each file has a ...
tester234's user avatar

15 30 50 per page
1
2 3 4 5
778