yt

Header Ads

Chapter 3 What is Design Table with Example in details

 CHAPTER -3

DESIGN TABLE

Introduction :- Hi everyone in this Chapter learn  details, what is sad and why is important and  where is use. Lets go start now..


Design Table :- Design Table is a tabular representation of all condition and action. Decision table helps to all possible conditional of conditions for testing and can also identify missed condition easily. The condition are indicated as True(T) and False(F) values.
It is help testers to search the effect of combination of different inputs and others software states that must correctly implements with business rules.

Example :- 

Note:- The condition is simple, if the use provides correct user name and password then user will be redirected(Enter home by user)to the home, if any one option input is wrong then show an error message will be displayed.


Shortcuts Name                

:- T for True 

:- F --- False

:- E --- Error

:- H---  Homepage


Example 1.User login and Register systems :-

Condition (T/F)

Rule 1

Rule 2

Rule 3

Rule 4

Username(T/F)

F

T

F

T

Password (T/F)

F

F

T

T

Output (E/H)

E

E

E

H


Example 2 Doctor’s and Clinic :-

Condition (T / F)

Rule 1

Rule 2

Rule 3

Rule 4

Age <=10

Yes

---

---

---

Age >10 & Age <=40

Yes

---

Yes

Yes

Age > 40

---

Yes

---

---

Regular

----

---

Yes

No

Fee

No

Yes

Yes

Yes

Discount

Discount

10%

5%

No


No comments

Theme images by Dizzo. Powered by Blogger.