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

Need some information about security testing

as i am new to security testing i need some information about security testing (especially related to e-commerce) Here are my questions: How a security testing is performed? Is there good any document or websites so that i can get some good…
0
votes
2 answers

Analyse the Server response while testing an Application manually

I have an Web application which I have to measure the Performance from the Server response of that application while testing it manually in several machine. How can I do it. Do we have any tool to measure the Server Response time of a Web…
Udhay
  • 71
  • 4
  • 15
-1
votes
2 answers

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.
-1
votes
2 answers

Test cases for screenshot in manual testing

what are the test cases for capture screenshot in manual testing? Capture screenshot
-1
votes
1 answer

what is the actual meaning of "software testing"?

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, performance in product.
-1
votes
2 answers

How to decide which type of testing(Manual or automation) required when we get new web application?

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 automation) to test very new application?
-1
votes
1 answer

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
votes
3 answers

After uninstall app and after some months again install app then push notifications receive or not?

There is lots of test scenarios for test cases to test push notification for Android app.and I refere this link But my question is 'user installed app and registered in app and then uninstalled it,then push notifications which was send to that…
Pradnya Bolli
  • 1,915
  • 1
  • 19
  • 37
-1
votes
1 answer

Does the Test Impact Analysis Feature of Microsoft Test Manager work on manual Desktop Application Tests

I am currently working for the Test Team of my company and one of the managers gave me the task, to reduce manual regression tests based on code coverage. Now, before anyone mentions, that manual tests should be chosen depending on Use Cases and…
Simon
  • 3
  • 2
-1
votes
3 answers

In test case design, are "steps" required or not?

A general question regarding the testing. Should the test cases be written without the steps? My lead test cases are written assuming you know all requirements and system. So no need to write the steps because as a QA person, you know the steps to…
neha sharma
  • 117
  • 1
  • 3
  • 11
-1
votes
1 answer

Is there any way to host Bugzilla over a cloud?

Any one know, is it possible to host Bugzilla application in cloud ?
Jojin
  • 1
  • 5
-1
votes
3 answers

Black box test plan to see whether a value is hard coded

I need to make a manual test plan (black box testing) to see whether a value is hard coded in a drop down list (its' the acceptance criteria). Can anybody give me any suggestions on that? Thanks in advance Saj
-2
votes
1 answer

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 behavioral changes may happen in the connection depending…
-2
votes
3 answers

can anyone explain the output of this program

Given the following fragment of code, how many tests are required for 100% decision coverage? if width > length then biggest_dimension = width if height > width then biggest_dimension = height end_if else …
-2
votes
2 answers

Manual testing for GPS on ios

I'm a newbie in testing area. I have an application which has the facility to use gps and I don't have garmin tracker. I have done few tests on gps but i don't feel it's sufficient. How to test gps manually? What are the ways and methods to test…
riita
  • 1
1 2 3
9
10