ISTQB-CTFL 試験問題 6
ISTOB 用語集では、品質保証を次のように定義しています。「品質要件が満たされるという確信を与えることに焦点を当てた品質管理またはバケツ管理。」次のうち、品質保証活動ではないものはどれですか?
ISTQB-CTFL 試験問題 7
Which of the following statements best describes the value of maintaining traceability in software testing?
ISTQB-CTFL 試験問題 8
Consider the following code
int premium=2500;
if (age<30)
{
premium = premium +1500:
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
int premium=2500;
if (age<30)
{
premium = premium +1500:
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
ISTQB-CTFL 試験問題 9
次のうち、試験を受ける際の一般的な応募資格はどれですか?
ISTQB-CTFL 試験問題 10
Which ONE of the following options BEST describes black-box test techniques?
