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

Add data to RICOH Process Director UI

I am not even sure I should post this question but any suggestion will be great.I am working on RICOH Process Director(manual Automation tool) .Every now and thene I need to reprocess the data which I get in excel,I had to put that data into RICOH…
vic90
  • 89
  • 1
  • 8
0
votes
5 answers

Valid equivalent partitions in a range from -100 to 100?

I can't figure out this question. A program which accepts an integer in the range -100 to +100: 1) How many valid equivalent partitions are there? 2) For which range what are minimum and maximum values? 3) Using BVA, what values need to be…
0
votes
1 answer

Previously implemented goes missing after few builds ..Testing

Say there are 1-10 user stories. All tested okay. -> to Production. Then comes the CR with 5 more user stories. All then tested okay. -> to production. Then comes 5 more user stories. Tested okay. -> To production.. now here a user story or two from…
Yuvraj
  • 79
  • 1
  • 2
  • 10
0
votes
5 answers

How detailed should my manual test case be?

I'm testing a business app and my boss insists that my test cases are too detailed and bring no value to the company. For UI and functionality testing I was just testing every text box, menu, etc., and making a proper test case in MTM. How much…
0
votes
2 answers

If the client keeps on changing the requirements every now and then, then what testing method should be followed?

I always perform regression testing as soon as the changes come up. The case is the client comes up with changes or additional requirement every now and then and that makes the case more messy. I test something and then the whole things get changed.…
Bhakti Shah
  • 1,623
  • 3
  • 13
  • 13
0
votes
1 answer

Is there any IE 11 extension to modify header same like mozilla with modify header?

I would like to know more about IE 11 extension that can actually modify header manually. Basically I need to modify header and pass as "Referer" to spoof if we arrive on the webpage from that referer! Much Appreciated S
sgamer
  • 73
  • 1
  • 4
  • 13
0
votes
2 answers

Testing tool for performance

Which is the best Performance tool to measure the response time for a web application in IE10 and above. I've used http watch and fiddler. Kindly suggest any other tools, which are good and simple Also kindly let me know what is memory leakage in…
0
votes
1 answer

Is there a workaround to nest shared steps in the Microsoft Test Manager?

In the MTM/TFS I can create a "shared step" that contains several actual steps. My test cases can then "call" or reuse that shared step, e.g.: Test Case: shared step 1: do something do something…
0
votes
1 answer

How to get reports from Jira?

I just want to create report from Jira (Chart report showing total bugs of weekly report for 2 projects) I tried using time since report.Generated graph displayed total bugs for the 2 projects, But I want 2 projects name with each issues associated…
Test
  • 15
  • 1
  • 1
  • 8
0
votes
1 answer

How to call one script to another script in monkey talk automation tool for iOS

Is there any Solution for: How to call one script to another script in monkey talk automation tool for iOS Thanks, Arihant
0
votes
4 answers

What is difference between Test case and Test case(if we are not taking automation into consideration(

If Automation is excluded and from manual testing point of view, what is diffrerence between Test Strategy, Test Scenario, Test case and Test Script
Aakash Goyal
  • 305
  • 1
  • 4
  • 22
0
votes
3 answers

Why Browser compatibility testing comes in NFR?

I am making a SRS and as per the research that I have done on Non Functional Requirements "Browser compatibility" testing comes in NFR . Please explain why we take "Browser compatibility" in NFR
0
votes
3 answers

Focus of Cursor in 508 Compliance Testing

Consider there are Create/Modify links in the GUI and clicking those links Opens up a Create/Modify page. Through tabbing, when the focus ring is on Create/Modify link, i pushed enter button. What should be the Default Focus in the Newly opened…
Satish
  • 724
  • 3
  • 10
  • 22
0
votes
2 answers

Which Automation Framework provides an option to schedule runs?

i want to use an automation framework/tool which can help me in scheduling my runs so that my test scripts can run automatically as per my desired time. Thanks in advance.
0
votes
1 answer

Rails optimistic locking manual lock check: any issues?

I have a rails app where a particular form submit for a model is a two step process: on the first submit, the rails controller issues a render of a modal confirmation form, from which either the update action is invoked or the whole thing…
Bogatyr
  • 19,255
  • 7
  • 59
  • 72