Path Predicate Expressions in Software Testing Methodologies

software testing questions,software testing class,software testing training,fundamentals of software testing,software testing materials,software testing study material,software testing classes,learning software testing,questions on software testing,how to test software,software testing training material,training in software testing,how to study software testing,software testing tests,questions for software testing,software testing seminar,software testing training india, software coding languages,software testing training courses,testing course material pdf,software testing methodologies and processes,software testing methodologies and techniques,software testing methodologies and tools,software testing methodologies and practices,software testing methodologies and procedures,software testing methodologies by boris beizer ppts,software testing methodologies boris beizer pdf,software testing methodologies boris beizer notes,software testing methodologies by boris beizer ebook,software testing methodologies course objectives,software testing methodologies course outcomes,software testing methodologies course page,software testing techniques case study,software testing techniques eBook,software testing techniques finding the defects that matter

Path Predicate Expressions

A path predicate expression is a set of Boolean expressions, all of which must be satisfied to achieve the selected path
Example:
    X1 + 3X2 + 17 >= 0
    X3  = 17
    X4  - X1 >= 14X2
Any set of input values that satisfy all of the conditions of the path predicated expression will force the routine to the path
Sometimes a predicate can have an OR in it
Example:
    A: X5 > 0                         E: X6 < 0
    B: X1 + 3X2 + 17 >= 0    B: X1 + 3X2 + 17 >= 0
    C: X3 = 17                       C: X3 = 17
    D: X4 - X1 >= 14X2        D: X4 - X1 >= 14X2
Boolean algebra notation to denote the Boolean expression is:
    ABCD + EBCD = (A + E) BCD
Share on Google Plus

About Data Sciences by Venu

Hi, My name is Venugopala Chary and I'm Currently working as Associate Professor in Reputed Engineerng College, Hyderabad. I have B.Tech and M.tech in regular from JNTU Hyderabad. I have 11 Years of Teaching Experience for both B.Tech and M.Tech Courses.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment