130 questions
0
votes
0
answers
28
views
need mobile application test plan documentatio
I am a software QA intern can anyone give me a real mobile test plan documentation for my studies. tell me where can I download test plan documentation(any sites name) I try to find via google but ...
0
votes
1
answer
105
views
How to Generate pytest Code Coverage Report for Manual testing without writing unit test cases
In java we can generate code coverage report for manual testing by using Jacoco agent. Want to do the same for python application. We want to run the application on server, capture the manual testing ...
-2
votes
1
answer
66
views
Connection Test
How can I test the net-connectivity of app in performance?
I want to Test the net-connectivity range of the app in performance. For example, if the connection scale is 3G in some regions, the ...
2
votes
1
answer
428
views
How to test Random method of dart library in Flutter?
I am trying to test the Random method from the dart library in Flutter. I got to know about seeding for the Random method to test it but it doesn't make the method purely random as it would behave ...
0
votes
1
answer
687
views
Cypress Testing is Not Working whereas Manual Testing is
I have been using the Cypress testing tool for end to end tests.
However, when it comes to saving and displaying certain data, it'll save when done manually but not when the Cypress bot runs through ...
0
votes
1
answer
342
views
menu bar is not appearing in JMETER IDE
jmeter
when ever I try to save my test isn't saving and showing error.Even menu bar is not appearing in above image
ERROR: = java.lang.NoClassDefFoundError: Could not initialize class org.apache....
0
votes
1
answer
34
views
Parameters are not considered by JMeter
I'm new to JMeter.
I'm trying to test this endpoint manually using JMeter :
@GetMapping("total-opportunities-value")
ResponseEntity<DashboardMetricDto> getTotalOpportunitiesValue(){}
...
0
votes
2
answers
797
views
About "Restore Purchase " button in android and IOS
I won to ask what android games should have a restore button or not ??
I Searched on google and read all articles but I did not find a satisfactory answer.
2
votes
1
answer
2k
views
I can't simulate credit card failures via rejection trigger in the PayPal Sandbox. What is the right flow?
Hi guys I am trying to simulate card errors in the sandbox. But can't understand how I can trigger it...
Simulate card errors
To simulate credit card failures, pass a rejection trigger in the First ...
0
votes
0
answers
55
views
Postman AssertionError: expected 10137 to equal 10093
enter image description hereWhenever I try to edit the task the test fails
Test code:
let jsonData = pm.response.json();
pm.test("Gallery has correct id", function(){
pm.expect(pm....
2
votes
3
answers
5k
views
Download Test Run Results from Azure DevOps
We are using the Azure DevOps Test Plan module for our manual testing. We have a Test Plan, under which, we have Test Suite, under which we have Test Cases that are assigned to different Testers. ...
0
votes
1
answer
58
views
How the JMeter actually works? Does it add records to the application in real time?
Can we add data in application(registration form/candidates details etc) using JMeter?
I create script
-HTTP Request where I used ${__UUID()} function to create random UID
-Create HTTP Req with ...
0
votes
1
answer
33
views
Test functionality manually by adding maximum records in SQL table, how should i add those many records?
I have to test functionality manually where , if a background job fails then a record is added in a table having columns Exception Id, Job Id, Job Name, Exception, Method Name, Service Name, etc. ...
-3
votes
1
answer
206
views
When should Smoke and Adhoc testing to be done [closed]
I am new to the Software Testing, I wanted to know when we can perform smoke and Adhoc in Practical
Also if you guys can provide me some good link that I can refer that also usefull
0
votes
1
answer
58
views
How I can run 100 different clint end reports on azure server and check response time of every report.?
Am a manual tester and newbie in automation. I need to test the response time of 100 different reports from the azure server to Clint's end. If I go manually It almost takes a day. Suggest a solution ...
0
votes
2
answers
71
views
How do Devs share relevant testing information with Devs-in-Test and QAs?
One of the problems our group is having is in regards to sharing relevant information between the Devs, Devs in Test and QAs.
How is this typically done in the industry?
For instance, our devs ...
2
votes
2
answers
11k
views
How to point frontend towards local backend server for local testing
I'm developing a full-stack web app, which has both a frontend and a backend. In production, my frontend will be hosted at https://frontend.com, and my backend at https://backend.com. It seems ...
0
votes
0
answers
53
views
what are the difference between test cases and test scenarios in manual testing [duplicate]
What are the difference between test cases and test scenarios in manual testing? and also as a fresher I have to know about how to write test cases and test scenarios
0
votes
3
answers
578
views
How to manually test a data retention requirement in a search functionality?
Say, data needs to be kept for 2years. Then all data that were created 2years + 1day ago should not be displayed and be deleted from the server. How do you manually test that?
I’m new to testing and I ...
0
votes
1
answer
360
views
facing error 443 while performing android app load testing in jmeter
I am a complete beginner in Jmeter and facing error 443 while performing android app Load testing in Jmeter(5.4.1). I have followed all required steps to connect jmeter to mobile apk.
0
votes
1
answer
287
views
unable to connect my mobile to jmeter5.4.1 (mac)for load testing. I am a complete beginner?
I have done all steps mentioned online to connect mobile to jmeter from wifi setting, certificate installation and also mentioned my mac ip in mobile local host.After all this I can't record or ...
0
votes
3
answers
677
views
Qmetry manual and automation testing
Currently I'm using manual and selenium automation testing. I just want to know that using Qmetry with JIRA will helpful for both manual and automation testing. What type of benefits I'll get using ...
1
vote
2
answers
609
views
Is there a way to attach multiple screenshots at once in Azure Devops test runner?
I'm running a manual test on Azure Devops / TFS, and I'm sturggling with attaching files/ screenshots that I would like saved on my computer.
Is there a way to attach multiple screenshots at once? The ...
0
votes
1
answer
1k
views
How to use "Requirement-based suite" (Azure DevOps) when testing same user story in multiple environments
I relate testing to the user stories by creating a requirement-base suite in ADO. When I do this, the user story shows this beaker on the user story, indicating whether testing passed, failed, etc.:
...
1
vote
1
answer
894
views
How to dynamically set deployment approvers?
Can I dynamically set approvers for a deployment environment?
Can I check the commits in the build pipeline for owners?
Some changes in a build need to be manually tested. We have some text in the ...
-1
votes
1
answer
131
views
what is the actual meaning of "software testing"? [closed]
testing means to check the software or application is error less?
to check that software or product functionality is proper as per client requirement
testing can improve quality, reliability, ...
0
votes
0
answers
765
views
How to test SSRS reports manually
Can anyone help me how to test SSRS reports manually?
I am new to testing ETL reports, I have a tool SSRS in my organization and they want me to test SSRS reports. I can write SQL queries to perform ...
0
votes
1
answer
55
views
Unable to create an emulator using android studio
I installed android studio on MacBook Pro but when I try to create a virtual device it shows me an error saying that cpu does not support vt-x.
0
votes
1
answer
224
views
Calculating cross validation manually gives different result
Let's take data:
set.seed(42)
y <- rnorm(125)
x <- data.frame(runif(125), rexp(125))
I want to perform 2 - fold cross validation on it. So :
library(caret)
model <- train(y ~ .,
data = ...
0
votes
1
answer
81
views
Why is the outcome of a manual test executed via MS test runner being put in 'In Progress' state?
I am using TFS 2018 to run manual test cases (on chrome browser). When I run a manual test, the Microsoft Test runner opens in a popup window. I mark the result of each test step, mark the test case ...
0
votes
1
answer
977
views
How does fixest handle negative values of the demeaned dependent variable in poisson estimations?
I need to perform glm (poisson) estimations with fixed-effects (say merely unit FE) and several regressors (RHS variables). I have an unbalanced panel dataset where most (~90%) observations have ...
0
votes
1
answer
568
views
Parameterize Test cases in JIRA-xray
I want to execute one test case for around 200 times for multiple test data. Is there any way to in JIRA to create only one test case and utilize it for 200 times just like QC templates? For e.g
test ...
0
votes
2
answers
2k
views
Filtering Test Cases by Tester
My organization is new to using Azure DevOps, and as the project manager of a major software upgrade, I have been tasked with using DevOps to conduct our UAT. We have added test cases/Plans through a ...
0
votes
1
answer
38
views
How to track response time of saving/ submitting/ editing/ deleting forms in an application?
I am testing a windows application which is very slow but I couldn't figure that out why my application is taking a lot of time while submitting/ saving any form or uploading/ deleting document and ...
0
votes
1
answer
59
views
Test Plans - looking for instances of an individual Test
I'm new to Test Plans and new to a particular project. I have a Test Cases linked to a work tickets. But how do I find out which Test Plans an individual Test case has been put into? I need to see ...
0
votes
1
answer
1k
views
Azure Devops Regression test case management
We have a very large application with nearly 2K testcases for regression. Our process is multiple sprints of work towards a single release. So, we use a dedicated regression test plan.
My question ...
3
votes
1
answer
719
views
Console not logging in web inspector
I am testing on Safari on an iPhone 5c and I use the Web Inspector to view the console logs. It hasn't been showing any logs as of lately, knowing that other iOS devices are working with the same ...
0
votes
1
answer
243
views
Applications for bug detections - training for manual tester
Hello dear Stackoverflow community,
I want to challenge myself with testing and bug detection. I am looking for opportunities to get some practice. Tutorials and blogs are great source of knowledge ...
1
vote
1
answer
11k
views
Can I restore Test Cases/Test Suite I accidentally deleted from Azure DevOps
We are using Scrum and in last Sprint (Sprint2) I manually run some test cases with success. We just started new Sprint3 and I first created new test suite for Sprint3. Then I noticed there is also ...
0
votes
3
answers
3k
views
Export screenshots from the Test runs in Azure Devops
In Azure Devops, After creating the Test plan, it's possible to run the tests manually and take screenshots, video, or add a comment during the test run. But when I try to export the Test plan after ...
0
votes
4
answers
613
views
Is the scenario same or not for all the test cases
First One:
Scenario: Manager can log in into the login page (that is my one scenario next I move to the test cases)
For the above scenarios, I wrote the four test cases
First Test Case: Verify ...
-1
votes
2
answers
96
views
How to decide which type of testing(Manual or automation) required when we get new web application? [closed]
How to decide which type of testing(Manual or automation) required for a project or application to test?
What are the parameters we have to consider to select which type of testing(Manual or ...
9
votes
2
answers
13k
views
Google BigQuery local emulation
Is there any local server implementation for google BigQuery like localstack for AWS.
There is a reference to local server implementation for app engine with dev_appserver.py. I could run this with a ...
-1
votes
1
answer
39
views
If there is eqaution as C=A/B and requirements is C>=0 then can you write testcase on this scenario?
If there is eqaution as C=A/B and requirements is C>=0 then can you write testcase on this scenario?
1
vote
4
answers
13k
views
Difference between test strategy and test plan?
As per lot of articles/google it is very hard to understand or explain the exact difference between test plan & strategy. Recently have gone through one of the interview and seems my answer didn't ...
0
votes
2
answers
2k
views
How to test In App Update In Android Manually
I have implemented In-app update in my app and followed the below mentioned steps to test it,
Uninstall the original app from device.
Install the app from the Google Play Store
Uninstall the app ...
0
votes
1
answer
95
views
How to verify the data stored in azure
We're in the designing phase. We are extracting the date using API calls and storing the extracted data in Azure SQL Server and i wanted to test whether the exact data is loading in azure or not.
0
votes
3
answers
1k
views
Can manual tests be incorporated in a pipeline as a required step?
I would like to have manual test as a required step in a release pipeline, much like automated tests in build.
Tried to find if this was possible in Azure Devops
I would expect manual testing as a ...
2
votes
1
answer
1k
views
Is there a simple way to manually iterate through existing pandas groupby objects?
Is there a simple way to manually iterate through existing pandas groupby objects?
import pandas as pd
df = pd.DataFrame({'x': [0, 1, 2, 3, 4], 'category': ['A', 'A', 'B', 'B', 'B']})
grouped = df....
0
votes
0
answers
236
views
I had to solve before being invited for the technical interview. could you guys take a look and advice me the proper answer?
Function takes two and only two characters as input. It returns 1 when each entered symbol is either letter or number and 0 in other cases.
Numbers are Hindu-Arabic numerals from 0 to 9. Letters are ...