InterviewStack.io LogoInterviewStack.io

Non-Functional Testing Questions

Testing quality attributes beyond correctness: reliability, usability, compatibility, maintainability, and other non-functional requirements. Covers identifying non-functional requirements, designing checks for them, and awareness of where functional testing is insufficient. Serves as the umbrella for quality attributes not covered by a dedicated topic.

MediumTechnical
27 practiced

Write a test case to verify localization (i18n) of a Checkout page for a right-to-left (RTL) language. Include preconditions (locale set), explicit test steps to verify UI mirroring, currency/number formats, translated strings, fallback behavior when a translation is missing, and expected results.

That is every published Non-Functional Testing question for QA Engineer so far. Browse the other topics in this category, or practice this one interactively.