Flashcards: SAP S/4HANA Risk and Test Design — 88 cards

All cards

1Question

What is software testing?

Answer

The process of evaluating software to ensure it meets requirements and functions as expected.

2Question

What does static testing evaluate without executing code?

Answer

Software or related work products like requirements and design documents.

3Question

What does dynamic testing evaluate by executing software?

Answer

Software behavior, functionality, and performance against expected results.

4Question

What does verification check in software testing?

Answer

Whether the product was built according to specifications.

5Question

What does validation check in software testing?

Answer

Whether the product meets user needs and is fit for its intended purpose.

6Question

What is the difference between testing and debugging?

Answer

Testing identifies failures, debugging analyzes and fixes their root causes.

7Question

What is confirmation testing?

Answer

Testing that checks if a fix resolved the original failure.

8Question

Which organization defines key testing objectives including verifying requirements and preventing defects?

Answer

International Software Testing Qualifications Board (ISTQB).

9Question

How does testing reduce risks in SAP projects?

Answer

By detecting defects early and safeguarding customizations and integrations.

10Question

What is an error in software development?

Answer

A human mistake made during development.

11Question

What distinguishes a defect from an error?

Answer

A defect is a software flaw caused by an error.

12Question

What is a failure in software testing terms?

Answer

The manifestation of a defect during execution.

13Question

How does defect remediation cost change through development phases?

Answer

It can increase by a factor of 10x or more.

14Question

What traits make up a tester’s mindset?

Answer

Curiosity, professional pessimism, critical eye, attention to detail, experience, communication skills, and enterprise architecture thinking.

15Question

What do testers examine beyond isolated components?

Answer

End-to-end processes, integrations, and workflows.

16Question

What can testing prove about the presence of defects?

Answer

Testing can show that defects are present.

17Question

Why should testing prioritize high-risk business processes?

Answer

Because exhaustive testing is impossible.

18Question

What are the main approaches testing should use due to impossibility of exhaustive testing?

Answer

Risk-based, coverage-oriented, and automated approaches.

19Question

What does the test process include after planning?

Answer

Monitoring and control, analysis, design, test data planning, execution, and completion.

20Question

What does test coverage measure?

Answer

How thoroughly software has been tested against its requirements and test basis.

21Question

What do product risks threaten?

Answer

The system’s ability to meet user and business expectations.

22Question

What do project risks threaten?

Answer

The execution of the testing effort through issues like delays and resource shortages.

23Question

Name one principle of testing related to defect detection.

Answer

Testing shows the presence rather than absence of defects.

24Question

What do iterative development models emphasize compared to incremental models?

Answer

Repetition and continuous improvement.

25Question

What do incremental models deliver in phases?

Answer

Separate portions of the system.

26Question

What testing is required after each iteration or increment in iterative and incremental models?

Answer

Regression testing.

27Question

How long do Scrum sprints typically last?

Answer

2 to 4 weeks.

28Question

What activities occur within each Scrum sprint?

Answer

Daily stand-ups and testing.

29Question

Into which phases does the Rational Unified Process divide a project?

Answer

Inception, elaboration, construction, and transition.

30Question

How does the Rational Unified Process handle design, development, and testing?

Answer

Iteratively in each phase.

31Question

What are the activities included in each Spiral Model cycle?

Answer

Planning, risk assessment, development, and testing.

32Question

What does component testing verify in software?

Answer

Individual software units or components in isolation against design and technical requirements.

33Question

What does integration testing verify between integrated components?

Answer

Data flow, communication, and interfaces.

34Question

What is the main advantage of incremental integration testing over big-bang integration?

Answer

It enables earlier defect detection and reduces the risk of late discovery of major issues.

35Question

How does incremental integration testing proceed?

Answer

By integrating and testing components or systems step by step.

36Question

What does system testing evaluate?

Answer

The complete integrated system against functional and non-functional requirements.

37Question

In what environment is system testing conducted?

Answer

In an environment that closely mirrors production.

38Question

What does User Acceptance Testing validate?

Answer

That the system meets business, regulatory, legal requirements, and user needs before deployment.

39Question

What does functional testing evaluate in a system?

Answer

It evaluates what the system does by validating features and business processes.

40Question

What does non-functional testing evaluate in a system?

Answer

It evaluates how well the system operates through measurable quality attributes.

41Question

What foundation does requirements-based functional testing use for test design?

Answer

It uses functional requirements as the foundation for test design.

42Question

What operational scenarios does business-process-based functional testing use?

Answer

It uses scenarios like hiring an employee, processing payroll, and managing employee exit.

43Question

Name three types included in non-functional testing.

Answer

Performance, load, and stress testing are included in non-functional testing.

44Question

What does White-box testing examine in a system?

Answer

It examines the internal structure and implementation including code and control flows.

45Question

What does confirmation testing verify?

Answer

It verifies that a specific defect fix or change works.

46Question

What does regression testing verify?

Answer

It verifies that changes have not negatively affected existing functionality.

47Question

What two factors determine risk in SAP S/4HANA projects?

Answer

Probability of failure and business consequences of that failure.

48Question

Which categories are key SAP S/4HANA testing risks?

Answer

Functional, integration, data migration, performance and scalability, security and compliance, regression, and test execution and resource risks.

49Question

What does Risk-Based Testing prioritize in SAP S/4HANA projects?

Answer

Testing areas with the greatest potential business impact.

50Question

What is a defect in SAP S/4HANA testing?

Answer

Any instance where the system does not behave as expected by business requirements.

51Question

What does test monitoring and control track to align testing with project objectives?

Answer

Test execution, defects, coverage, and risks.

52Question

What does test execution coverage measure?

Answer

The percentage of executed test cases out of the total planned.

53Question

What does the pass/fail rate measure in testing?

Answer

The proportion of test cases that pass versus those that fail.

54Question

How is Defect Detection Percentage (DDP) calculated?

Answer

DDP = defects detected by testers divided by total defects including UAT and production defects.

55Question

What does requirements coverage represent in testing?

Answer

The percentage of system requirements validated by testing.

56Question

What does business process coverage measure?

Answer

The proportion of key business processes tested.

57Question

What are examples of risk metrics in testing?

Answer

Number of unresolved high-severity defects and their potential business impact.

58Question

What is equivalence partitioning in test design?

Answer

A black-box technique dividing input data into partitions with similar expected behavior.

59Question

Why does boundary value analysis test values near input limits?

Answer

Because defects often occur at boundaries.

60Question

What does decision table testing represent to validate system behavior?

Answer

Conditions, actions, and their combinations as rules.

61Question

What does state transition testing verify in a system?

Answer

How the system changes state in response to inputs or events.

62Question

What does use case testing validate compared to business process testing?

Answer

Typical user interactions and business processes.

63Question

What does business process testing validate compared to use case testing?

Answer

End-to-end, cross-functional workflows involving multiple users and systems.

64Question

Name some common SAP interface types.

Answer

IDocs, BAPIs, RFCs, OData and REST APIs, SAP PI/PO, cloud connectors, and SAP Integration Suite.

65Question

What is exploratory testing in SAP test design?

Answer

An unscripted, experience-based technique using realistic user interactions to find defects outside predefined cases.

66Question

What data security measures must AI tools in SAP projects implement?

Answer

They must encrypt data at rest and in transit.

67Question

Which regulations must AI tools in SAP projects comply with?

Answer

They must comply with GDPR, CCPA, and applicable industry standards.

68Question

What is the first step in responsible AI adoption?

Answer

Begin with specific modules or processes.

69Question

How is test coverage calculated?

Answer

As (Number of Requirements Covered by Test Cases / Total Number of Requirements) × 100.

70Question

How is requirement traceability calculated?

Answer

As (Number of Test Cases Mapped to Requirements / Total Number of Test Cases) × 100.

71Question

What requirement coverage target does the World Quality Report set for QA organizations?

Answer

At least 85% requirement coverage.

72Question

What automation level in regression packs is targeted by the World Quality Report?

Answer

More than 60% automation in regression packs.

73Question

What early defect detection rate is considered best-in-class according to the World Quality Report?

Answer

75% or above early defect detection rates.

74Question

Which SAP tools manage testing within the SAP landscape?

Answer

SAP Cloud ALM and SAP Solution Manager manage testing within the SAP landscape.

75Question

What type of tools integrate testing across SAP and non-SAP applications?

Answer

End-to-end tools like Atlassian Jira, Tricentis qTest, OpenText ALM, UiPath Test Manager, and Panaya integrate testing across SAP and non-SAP applications.

76Question

What do independent test management tools mainly provide?

Answer

Independent tools mainly provide basic test and defect tracking.

77Question

What testing capabilities do SAP Cloud ALM and SAP Solution Manager provide?

Answer

They provide test planning aligned with business processes, test execution, defect tracking, integration with SAP automation and CI/CD, and end-to-end traceability for agile and DevOps testing.

78Question

Name three essential factors for evaluating test management tools.

Answer

Cost and licensing, technology and architecture, and ease of use are essential evaluation factors.

79Question

Which factor in test management tools evaluation relates to handling defects?

Answer

Defect management and traceability is an essential evaluation factor.

80Question

What impact did SAP Cloud ALM and enterprise test automation have on a global pharmaceutical company?

Answer

They achieved a 60% reduction in testing effort and accelerated go-live by two months.

81Question

What does functional test automation validate in SAP testing?

Answer

It validates business requirements.

82Question

Which aspects does non-functional automation validate in SAP testing?

Answer

Performance, scalability, security, and reliability.

83Question

What does interface automation validate between SAP S/4HANA and external systems?

Answer

Data exchange.

84Question

What is required to use code-based automation tools like Selenium and Appium?

Answer

Programming expertise.

85Question

What type of users do no-code or low-code SAP automation tools target?

Answer

Non-technical users.

86Question

Which SAP applications do code-based functional automation tools typically work with?

Answer

SAP web-based applications.

87Question

Name three common functional automation tools for SAP testing.

Answer

Tricentis, Worksoft, and UiPath.

88Question

What reduction in cycle time do enterprises report automating SAP business-process tests?

Answer

A 40–60% reduction compared with manual efforts.

Test yourself with the quiz

Test your knowledge with 63 questions on SAP S/4HANA Risk and Test Design.

1. What is the primary purpose of software testing?

2. Which activity represents dynamic testing rather than static testing?

Take the quiz →

Read the study sheet

Review the complete course in the study sheet for SAP S/4HANA Risk and Test Design.

See study sheet →

Similar courses

Create your own flashcards

Import your course and AI generates flashcards in 30 seconds.

Flashcard generator