Submitted Questions

  • what is control structure testing?

    what type of testing come under this?explain with an example

    neha

    • Mar 25th, 2019

    Control structure testing Control structure testing is a group of white-box testing methods. CONDITION TESTING • It is a test case design method. • It works on logical conditions in program...

    satish

    • Nov 22nd, 2007

    Control structure testing is a part of white box testing. it includes following methods:1) Condition testing2) Loop testing3) Data validation testing.4) Branch testing/Path testing.