Sobes.tech

QA / QA Automation

Find discrepancies in the implementation of the requirements. Requirements: The program outputs numbers from 0 to 100 inclusive. Instead of numbers divisible by three, the program should output the word "Fizz", and instead of numbers divisible by five — the word "Buzz". If a number is divisible by both 3 and 5, the program should output the word "FizzBuzz".

183

Find discrepancies in the implementation of the requirements. Requirements: The program outputs numbers from 0 to 100 inclusive. Instead of numbers divisible by three, the program should output the word "Fizz", and instead of numbers divisible by five — the word "Buzz". If a number is divisible by both 3 and 5, the program should output the word "FizzBuzz".

159

What are the standard groups of HTTP response codes and what does each one indicate?

126
/2