Results 1 to 19 of 19

Thread: Advantages/Disadvantages of manual software testing?

  1. #1
    Expert Member
    Join Date
    Apr 2006
    Answers
    124

    Advantages/Disadvantages of manual software testing?

    Hi Nagesh

    I have posted ur question to the forum pls check.

    Can you plz tell me that when we go for Manual testing and
    when do we go for Automation Testing.
    From where does we start Manul Testing and end.
    and
    From where does we start Automation Testing and end?



    Manual testing is the testing done without the use of any automation tool

    Automation testing is the testing done with the help of a tool.

    Manual testing start once the testing team receives a build from the development team. (the zero level testing starts here).

    Automation testing this depends on the requirements indicated to perform testing. Not all test cases need to be tested using the automation tools. some test cases have to be tested manually.

    Automation testing takes place when we have to perform functionality testing using multiple data or we have to perform regression testing.

    Start and end of the automation testing depends on the factors like length, duration, cost of the project, risks of the project etc.,

    Last edited by jainbrijesh; 05-25-2007 at 05:35 AM.

  2. #2
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: When do go for automation testing and when do we go for manual

    We choose automation testing if we have to run a set of test cases repeatedly.

    If we have to run test case just 2 times it's better to do manual testing.


    We prefer automation for regression, data driven and performance testing.


    With regards,
    Brijesh Jain.


  3. #3
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: When do go for automation testing and when do we go for manual

    It’s simple,
    Manual Testing means, we have to input and trigger actions in the s/w application ourselves , while in automation testing, the tool takes the ownership of these actions .

    If it becomes tedious and time-consuming to manually input data and trigger actions in the s/w build, we go for Automation testing.

    Manual testing or Automation testing starts with the process of writing test cases and ends with the successful completion of all the test cases.

    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  4. #4
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Disadvantages of manual software testing?

    Explain disadvantages of manual software testing and how we can avoid those pitfalls without switching to automated testing?

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  5. #5
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: Disadvantages of manual software testing?

    Manual testing could be,

    1) Time consuming - we may follow BVA and ECP techniques to overcome that,

    2) Tedious - we may distribute tedious test cases equally among team members or avoid executing repeated test steps of 2 different test cases.

    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  6. #6
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: Disadvantages of manual software testing?

    Quote Originally Posted by sutnarcha View Post
    Manual testing could be,

    1) Time consuming - we may follow BVA and ECP techniques to overcome that,
    We use BVA and ECP even we are doing automated testing also.So, it's desirable and required to do so.


    2) Tedious - we may distribute tedious test cases equally among team members or avoid executing repeated test steps of 2 different test cases.
    If there is a test team, work is always divided into members as per exp. and qualifications.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  7. #7
    Junior Member
    Join Date
    May 2007
    Answers
    19

    Re: Disadvantages of manual software testing?

    1) There is a very limited scope of Regression Testing, Load testing & Stress Testing.
    2) Bring in moe testers and hope for the best.


  8. #8
    Contributing Member
    Join Date
    May 2006
    Answers
    78

    Automation testing

    hi

    can anybody tell me about when we are going for automation?
    what are the disadvantages in manual tessting over automation?


  9. #9
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: When do go for automation testing and when do we go for manual

    These questions are answered quite a few times in Geek. Search for them.

    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  10. #10
    Contributing Member
    Join Date
    May 2006
    Answers
    78

    Re: Disadvantages of manual software testing?

    when we go for automation means when the manual testing is complex to do test application and repetetions in testing then test engineers are concentrating on automation tools like WR, QTP, Load Runner, etc

    the main disadvantages in manual tesing are following

    1. Time consuming.

    2. Repetetion of data

    EX: suppose if we want to execute one test case with multiples of data in multiple times then we have to perform regression testing even if we perform regression testing on build by manually it takes much of time to do test.


  11. #11
    Junior Member
    Join Date
    May 2007
    Answers
    2

    Re: When do go for automation testing and when do we go for manual

    we go for automation testing when the nature of the testing is repetitive. Testers get bored when they are exposed to, testing a part of the application again and again finally leading to frustration. carrying out manual testing in this case would result in high consumption of both cost and time.

    Another situation where one should go for automation testing is in performance testing. while carrying out testing for web applications, such as how much load a system can bear at a time and system's response time, system should be able to emulate thousands of users accessing a server simultaneously, which is literally impossible when comes to manual testing.

    Basically in other situations automation testing helps in speedup the process of testing in which case atleast one round of manual testing should have been done.

    Last edited by vigneshatgeek; 05-28-2007 at 08:48 AM.

  12. #12
    Junior Member
    Join Date
    Dec 2006
    Answers
    20

    Re: Disadvantages of manual software testing?

    Disadvantages:

    Can be time consuming
    Supporting material not always available
    Requires significant human thought and skill to be effective!


  13. #13
    Junior Member
    Join Date
    May 2007
    Answers
    2

    Re: Disadvantages of manual software testing?

    Quote Originally Posted by sutnarcha View Post
    Manual testing could be,

    1) Time consuming - we may follow BVA and ECP techniques to overcome that,

    2) Tedious - we may distribute tedious test cases equally among team members or avoid executing repeated test steps of 2 different test cases.
    what is BVA and ECP techniques explain


  14. #14
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: Disadvantages of manual software testing?

    harishraju,

    please find the answer in other threads of this forum.


  15. #15
    Junior Member
    Join Date
    Dec 2006
    Answers
    20

    Re: Disadvantages of manual software testing?

    Disadvantages:

    Can be time consuming
    Supporting material not always available
    Requires significant human thought and skill to be effective!
    __________________


    Boundary value analysis and equivalence class partitioning. Equivalence partitioning - it is a black box testing technique and it can be defined as "dividing the input domain of data into the class of intervals and from which we can prepare test cases. Ecp: if an input specified member of sets, then one valid and one invalid value included boundary value analysis - it is also a black box technique major stress on boundary conditions, as the most of the bugs reside at boundaries. Bva: if an input is bounded on 20 and 30, the test case should included the values 20, 30 and just above and below of 20, 30 respectively .

    Last edited by irinak; 06-01-2007 at 09:25 AM.

  16. #16
    Junior Member
    Join Date
    Feb 2007
    Answers
    17

    Testing

    what are the advantages of manual testing?


  17. #17
    Junior Member
    Join Date
    May 2007
    Answers
    19

    Re: Advantages/Disadvantages of manual software testing?

    Dear Lata,

    For Automated Testing, scripts are written in whatever the tool used may be. This scripts needs to be tested.
    The script does what the script writer asked the system to test. It may not necessarily do what the script writer wanted the system to test!
    This could result in errorneous reporting of defects (which are not actually defects in the AUT but a defect in the script itself) or could even not report defects in the AUT since somebody missed to include that in the script.

    Therefore, there is a fair amount of chances that, the scripts will fail as the script itself is a software and software does fails.

    In manual testing since the human brain is directly involved, the output of the testing can be analyzed and we may come to some logical conclusion.

    While testing we need to analyse the AUT and come to the best possible approach of testing and i believe it should be a healthy combination of Manual and automated testing with all other static testing strategy.

    Last edited by luk_x; 06-11-2007 at 02:32 AM. Reason: Address member who raised the question!

  18. #18
    Junior Member
    Join Date
    Mar 2010
    Answers
    1

    Re: Advantages/Disadvantages of manual software testing?

    disadvantages of manual testing:

    time consuming
    less accuracy
    more number of human resources are required
    tiredness of the testers
    simultaneous actions are almost impossible
    can not repeat the same task again and again with same intrest


  19. #19
    Junior Member
    Join Date
    Jan 2011
    Answers
    10

    Re: Testing

    Quote Originally Posted by lata_115 View Post
    what are the advantages of manual testing?
    - We can use Manual Testing for both Small project as well as Big Project.
    - Manual Testing is a Cost effective.
    - We can do more Random Testing with the help of Manual Software Testing.

    Best Regards,
    Mobile app Testing|Cloud Testing


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact