Google News
logo
Functional Testing - Quiz(MCQ)
Dim a,b,c a=10 b=20 c=a+b msgbox c function res dim x,y x=10 y=x+10 msgbox y end function call res , assume that c is the data. Identify which kind of data it is____
A)
Transitional data
B)
Master data
C)
Environmental data
D)
Transactional data

Correct Answer :   Transitional data

Advertisement