Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

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 ...
Kasuni's user avatar
  • 1
0 votes
1 answer
105 views

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 ...
sapna kumari's user avatar
-2 votes
1 answer
66 views

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 ...
Ani Narzullo's user avatar
2 votes
1 answer
428 views

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 ...
Aayush Sahay's user avatar
0 votes
1 answer
687 views

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 ...
Carlos E's user avatar
0 votes
1 answer
342 views

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....
Jaitavya Mishra's user avatar
0 votes
1 answer
34 views

I'm new to JMeter. I'm trying to test this endpoint manually using JMeter : @GetMapping("total-opportunities-value") ResponseEntity<DashboardMetricDto> getTotalOpportunitiesValue(){} ...
Bihi23's user avatar
  • 86
0 votes
2 answers
797 views

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.
khushi hathliya's user avatar
2 votes
1 answer
2k views

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 ...
BoGra4's user avatar
  • 21
0 votes
0 answers
55 views

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....
Luka Persaj's user avatar
2 votes
3 answers
5k views

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. ...
Shubham Gupta's user avatar
0 votes
1 answer
58 views

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 ...
Nil.'s user avatar
  • 1
0 votes
1 answer
33 views

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. ...
Monika Jadhav's user avatar
-3 votes
1 answer
206 views

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
Thomos's user avatar
  • 3
0 votes
1 answer
58 views

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 ...
Awais Bhatti 's user avatar
0 votes
2 answers
71 views

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 ...
easy_e's user avatar
  • 13
2 votes
2 answers
11k views

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 ...
Jordan Barrett's user avatar
0 votes
0 answers
53 views

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
Oshadhi Ekanayaka's user avatar
0 votes
3 answers
578 views

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 ...
Morgan Efcee's user avatar
0 votes
1 answer
360 views

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.
Jaitavya Mishra's user avatar
0 votes
1 answer
287 views

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 ...
Jaitavya Mishra's user avatar
0 votes
3 answers
677 views

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 ...
Anu's user avatar
  • 17
1 vote
2 answers
609 views

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 ...
Yazan Kereszturi's user avatar
0 votes
1 answer
1k views

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.: ...
Fissure's user avatar
  • 229
1 vote
1 answer
894 views

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 ...
merhoo's user avatar
  • 785
-1 votes
1 answer
131 views

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, ...
milanrathod's user avatar
0 votes
0 answers
765 views

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 ...
user14578103's user avatar
0 votes
1 answer
55 views

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.
jaspreet randhawa's user avatar
0 votes
1 answer
224 views

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 = ...
John's user avatar
  • 1,947
0 votes
1 answer
81 views

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 ...
user14757163's user avatar
0 votes
1 answer
977 views

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 ...
Valentin Guye's user avatar
0 votes
1 answer
568 views

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 ...
Amruta's user avatar
  • 1,166
0 votes
2 answers
2k views

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 ...
Samantha Keighin's user avatar
0 votes
1 answer
38 views

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 ...
KANIKA SHARMA's user avatar
0 votes
1 answer
59 views

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 ...
SuW's user avatar
  • 13
0 votes
1 answer
1k views

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 ...
BenV's user avatar
  • 1
3 votes
1 answer
719 views

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 ...
Youssef Zahran's user avatar
0 votes
1 answer
243 views

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 ...
Shazin's user avatar
  • 71
1 vote
1 answer
11k views

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 ...
Sanna Kaunonen's user avatar
0 votes
3 answers
3k views

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 ...
Marck's user avatar
  • 157
0 votes
4 answers
613 views

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 ...
Janardan Chilkoti's user avatar
-1 votes
2 answers
96 views

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 ...
MANIKICK's user avatar
9 votes
2 answers
13k views

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 ...
Ambareesh B's user avatar
-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?
Oggy's user avatar
  • 1
1 vote
4 answers
13k views

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 ...
user avatar
0 votes
2 answers
2k views

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 ...
hasan_shaikh's user avatar
  • 1,500
0 votes
1 answer
95 views

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.
Mahesh Ane Nenu's user avatar
0 votes
3 answers
1k views

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 ...
user736570's user avatar
2 votes
1 answer
1k views

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....
Qaswed's user avatar
  • 3,969
0 votes
0 answers
236 views

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 ...
Trushagni Shivade's user avatar