최신 C-ABAPD-2309 무료덤프 - SAP Certified Associate - Back-End Developer - ABAP Cloud
In a test method you call method cl_abap_unit_assert=>assert_equals( .. ) in the following way:
CLASS Itcl1 DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT.
PRIVATE SECTION.
METHODS m1 FOR TESTING.
ENDCLASS.
CLASS Itcl1 IMPLEMENTATION.
METHOD m1.
DATA: go_test_object TYPE REF TO zcl_to_be_tested.
CONSTANTS: Ico_exp TYPE string VALUE 'test2'.
CREATE OBJECT go_test_object.
cl_abap_unit_assert=>assert_equals(
EXPORTING
act = go_class->mv_attribute
exp = lco_exp
msg = 'assert equals failed ' && go_test_object->mv_attribute && ' ' && lco_exp ENDMETHOD.
ENDCLASS.
What will happen if method parameters act and exp are not equal?
CLASS Itcl1 DEFINITION FOR TESTING RISK LEVEL HARMLESS DURATION SHORT.
PRIVATE SECTION.
METHODS m1 FOR TESTING.
ENDCLASS.
CLASS Itcl1 IMPLEMENTATION.
METHOD m1.
DATA: go_test_object TYPE REF TO zcl_to_be_tested.
CONSTANTS: Ico_exp TYPE string VALUE 'test2'.
CREATE OBJECT go_test_object.
cl_abap_unit_assert=>assert_equals(
EXPORTING
act = go_class->mv_attribute
exp = lco_exp
msg = 'assert equals failed ' && go_test_object->mv_attribute && ' ' && lco_exp ENDMETHOD.
ENDCLASS.
What will happen if method parameters act and exp are not equal?
정답: A
What are some properties of database tables? Note: There are 2 correct answers to this question.
정답: A,B
설명: (DumpTOP 회원만 볼 수 있음)
Exhibit
Which of the following ABAP SQL snippets are syntactically correct ways to provide a value for the parameter on line #4? Note: There are 2 correct answers to this question
Which of the following ABAP SQL snippets are syntactically correct ways to provide a value for the parameter on line #4? Note: There are 2 correct answers to this question
정답: A,B
In what order are objects created to generate a RESTful Application Programming application?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following are parts of the definition of a new database table?Note: There are 2 correct answers to this question.
정답: A,D
Which of the following are features of Core Data Services? Note: There are 3 correct answers to this question.
정답: A,D,E
설명: (DumpTOP 회원만 볼 수 있음)
In ABAP SQL, which of the following retneves the association field _Airline-Name of a CDS view?
정답: C
When processing a loop with the statement DO... ENDDO, what system variable contains the implicit loop counter?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)