iSQI CTFL_Syll2018 - ISTQB Certified Tester Foundation Level (Syllabus 2018)
Which one of the following would you typically expect to find in a test completion report for a test level?
Which type of software development product can undergo static testing?
Which of the following are part of ISTQB code of ethics?
I. Certified software testers shall advance the integrity and reputation of the profession consistent with the public interest
II. Certified software tester shall always sign a NDA (Non Disclosure Agreement) in presence of customer data
III. Certified software testers shall maintain integrity and independence in their professional judgment
IV Certified software testers shall act in a manner that is in the best interests of their client and employer, consistent with the public interest
Which statement about use case testing is true?
Consider the following code
int premium=2500;
if { 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.
Which of the following can be a common objective of testing?
Which of the following lists contains only black-box test techniques?
For a given set of test-cases, which of the following is a benefit of running these tests with a test automation tool?
Which of the following is a valid collection of equivalence classes for the following problem: "An Integer numeric field shall contain values from 1 to 80 both values inclusive"