Questions tagged [manual-testing]

Manual testing is the process of manually testing software to ensure the correctness, completeness and quality of developed software.

Manual testing is the process of manually testing software to ensure the correctness, completeness and quality of developed software. It requires a tester to play the role of an end user, and use most of all features of the application to ensure correct behavior.

139 questions
0
votes
1 answer

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 google login functionality for 200 times with…
Amruta
  • 1,128
  • 1
  • 9
  • 19
0
votes
2 answers

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 lot of trial and error, and are now completely…
0
votes
1 answer

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 editing forms. I need to track by automation that…
0
votes
1 answer

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 how often it's been run and what it's executions…
SuW
  • 13
  • 3
0
votes
1 answer

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 is how to manage regression runs? Right now, we…
BenV
  • 1
0
votes
1 answer

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 but I think that practice gives far more awareness…
Shazin
  • 71
  • 7
0
votes
3 answers

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 the execution is completed, it's not possible to…
Marck
  • 107
  • 1
  • 10
0
votes
4 answers

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 manager with valid user id and valid password Second…
0
votes
2 answers

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 again. Generate signed apk with the new feature,…
hasan_shaikh
  • 1,434
  • 1
  • 15
  • 38
0
votes
1 answer

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

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 required part of a release.
user736570
  • 469
  • 4
  • 15
0
votes
0 answers

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 Latin, Cyrillic or Modern Greek alphabet. The bug…
0
votes
6 answers

Sanity Test Case Writing

What is the difference in writing test cases and writing Sanity test cases for sign up of any website? Could anyone please let me understand by giving few test cases or example of Sanity test cases for sign up page of any website?
Swati Mittal
  • 29
  • 1
  • 6
0
votes
1 answer

How to test GPS scenarios without going outside in manual testing without going outside (Android/ios)

I'm testing an app in which there are two user roles one is driver and other is the customer. Customer book a ride for sending their goods from one place to another. The customer selects pickup point and drops point. When driver start their journey…
0
votes
1 answer

How to create a report in VSTS that collates work item descriptions/resolutions for easy readability?

In VSTS a tester wants to be able to select or identify a Work Item and automatically produce a consolidated view of the Description and Resolution fields of the selected Work Item and related Work Items. The output would be well formatted for…
Beth Dagle
  • 35
  • 1
  • 3