All Questions

0 votes
0 answers
20 views

Regarding Google Playstore Automation

I have this project where I have to automate the Play Store using Java and Appium. Problem: The problem I am facing is, that it seems like the buttons in the Play Store are changing their id's ...
Python Samurai's user avatar
-2 votes
1 answer
86 views

What are the documentation that a QA should know apart from Test Plan?

Test Plan, Test Strategy, Test Case documents, test log, test summary report are some example of QA documentations. During the testing life cycle is there any other documentation that a QA should know ...
Nolak's user avatar
  • 11
0 votes
1 answer
42 views

Using Selenium, how to run test scripts on a certain page of an application without using a login page

I am working on an application that whenever I call a page from the menu, the URL does not change. I'm new to Selenium and am creating automation test scripts to perform test cases. But, for each test ...
tester's user avatar
  • 69
0 votes
1 answer
34 views

Clicking button with Selenium produces no response

I am trying to automate the clicking of the "Sort by: Top picks for long stays" button at the top of the following page on Booking.com. My code is as follows: sorting_button = WebDriverWait(...
joelleoqiyi's user avatar
0 votes
0 answers
14 views

How to download multiple files in local system using POST API request in python rather than in ascii or binary form data?

I struck in one scenario in which i need to download multiple files in local repository using POST API request in python 3.9.12. I tried below code but not able to resolve the issue. def download(url: ...
Chirag Dhingra's user avatar
0 votes
1 answer
12 views

JMeter: Script in VM Vs Azure Pipeline

Testing web based application for Performance Testing. Servers are physical servers. Script is running without errors in vm and in vm by using Host Entry files is to pointing out to PREUAT Enviornment....
Bhaskara Reddy Dwarampudi's user avatar
-1 votes
1 answer
25 views

JMeter: Samples and FAIL issue in HTML Report

After generating the HTML report manually (or) by typing Jmeter -g ...csv -e report (or) jmeter -n -t .jmx -l .jtl -e -o report but in the generated HTML Report shows wrong Samples and FAIL this ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
0 answers
11 views

Why and how is the group time with a single http request less than the sum of the time of all parameters related to that http request?

I am trying to learn about load-testing and K6 tool and I encountered a strange behavior. My script is the following: import http from 'k6/http' import { group } from 'k6' export let options= { ...
LeaBit's user avatar
  • 101
-1 votes
1 answer
19 views

JMeter: Difference In Error% in JTL vs HTML Report

After test execution is done in NON GUI Mode and in cmd shows as Error % is 66.07% But in JTL file shows as Total 1.68% After Generating html report manually shows same like cmd which is 66.07% ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
49 views

Can't get text out of Webelement using Selenium

I'm using Python 3.11.5, and I want to extract text from a Webelement with selenium. I use Chromedriver as a driver, and I want to find an element By.CLASS_NAME Here is my code What happens ? When I ...
Rodgoupil's user avatar
0 votes
1 answer
29 views

Performance Testing Tool Selection For Desktop Based Application

There is a requirement to performance test the Desktop Based Application and servers are physical servers. Server hardware configuration is processor: Dual Core Processor and RAM: 4GB. The requirement ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
0 answers
24 views

Azure Pipelines Agent is stuck in Downloading

For security reasons, I turned on the Windows firewall and blocked incoming and outgoing network traffic. I created a firewall rule, according to (https://learn.microsoft.com/en-us/azure/devops/...
Majkl's user avatar
  • 473
0 votes
1 answer
50 views

Java heap space error in JMeter

The vm hardware configuration is Processor: Dual Core RAM : 8GB RAM Increased the JMETER Heap Space to 8GB but still getting as JAVA HEAP SPACE issue. Also in the Task Manager the while wrunning the ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
79 views

SSL Certificate Error

There is a web based application for the performance testing. Servers are physical servers. Application works without proxy setting. Script is Running successfully using JMeter in vm with the help of ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
103 views

JMeter Getting as Non HTTP response code: java.net.UnknownHostException/Non HTTP response message: in Azure Pipeline

There is an requirement to run web based application for Performance Testing in Azure Pipeline. The Application servers are physical servers. Recorded the script and run it in virtual machine. It ran ...
Bhaskara Reddy Dwarampudi's user avatar

15 30 50 per page
1
3 4
5
6 7
778