Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 243153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:53:51+00:00 2026-05-11T20:53:51+00:00

if(condition1) dosomething1(); if(condition2) dosomething2(); if(condition3) dosomething3(); Is it full branch testing if I have

  • 0
if(condition1)
    dosomething1();
if(condition2)
    dosomething2();
if(condition3)
    dosomething3();

Is it full branch testing if I have two test cases in this example

  1. condition1 = condition2 = condition3 = true;
  2. condition1 = condition2 = condition3 = false;

Or have I misunderstood it?
Trying to figure out the difference between branch and path testing. I get path testing so hope this is correct.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:53:51+00:00Added an answer on May 11, 2026 at 8:53 pm

    Branch Testing:

    Testing in which all branches in the program source code are tested at least once.

    Yes; you are performing correct branch testing, since all your branches are hit. In fact you can remove your second test case, since case 1 executes all the branches.

    Obviously branch testing is less encompassing than path testing, since it’s likelyhood of hitting dependies is low and as such, ought not to be your only form of testing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I frequenty have to do something like this, if(condition1) { if {condition2) { //this
Say I've got this loop while(condition1 && condition2 && condition3 && condition4){ browseReddit(); }
Let's say I have three conditions: Condition1, Condition2, Condition3. If all the conditions are
say I have an if statement as such if(condition1 || condition2 || condition3) {
How can I do this cleanly without gotos? loop: if(condition1){ something(); } else if
Conditions: Windows 98 SE WMI not available I have code that looks like this,
I have this If condition in VB6 If ( X AND ( 2 ^
Suppose that I have a method called doSomething() and I want to use this
I have this method (simplified): void DoSomething(IEnumerable<int> numbers); And I invoke it like this:
I have this foreach loop in c#, since i am new to c#, i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.