Results 1 to 20 of 91

Thread: Guidelines for Manual Testing

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Re: Guidelines for Manual Testing

    Quote Originally Posted by trainee_tester View Post
    The materials for manual testin was very much clear but i have few questions regarding types of testing techniques

    1)as i can see unit testing is done to test components,

    a)is unit testing black box or white box?

    b)does in unit testing the whole application/program is divided into small similar functionality division and testing is performed for that division

    c)does unit testing can be done with many testing technique(like system testing can be load or performance or regression) i.e is there any sub division in unit testing

    thanks & regards
    trainee_tester
    Hi,

    Unit Testing is the White Box Testing Technique.

    Unit testing is done against the code and it is done prior to it goes out for System or Performance testing. While doing unit testing the developers will validate the code using the following ways:
    1. statement coverage: Here it will be tested that all the statements in the code is necessary and if there are any unwanted line of code it is removed, and code efficiency is increased by this way
    2. Decision coverage or branch coverage - here it is tested that all the branch decisions are executed atleast once.
    3. Condition coverage- here the condition loop is tested for both the true and false conditions are executed as per the requirement.

    When Bugs are marked for the applicaiton while doing system or performance testing, and the bugs are fixed by the developer and once again the unit testing is carried out before deployed for functional or performance testing.

    Regards,
    Ganesan


  2. #2
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Re: Guidelines for Manual Testing

    Quote Originally Posted by sridharrganesan View Post
    Hi,

    Unit Testing is the White Box Testing Technique.

    Unit testing is done against the code and it is done prior to it goes out for System or Performance testing. While doing unit testing the developers will validate the code using the following ways:
    1. statement coverage: Here it will be tested that all the statements in the code is necessary and if there are any unwanted line of code it is removed, and code efficiency is increased by this way
    2. Decision coverage or branch coverage - here it is tested that all the branch decisions are executed atleast once.
    3. Condition coverage- here the condition loop is tested for both the true and false conditions are executed as per the requirement.

    When Bugs are marked for the applicaiton while doing system or performance testing, and the bugs are fixed by the developer and once again the unit testing is carried out before deployed for functional or performance testing.

    Regards,
    Ganesan
    Hai Ganesan,
    Ur info about the testing process and unit testing is excellent,Thank u so much for ur effort

    Regards,
    Shalini


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