多项选择题

set注入时,在applicationContext.xml文件中使用bean元素注入对象,包括以下哪些步骤()

A.在Student类中注入name属性的属性值
B.在测试类中调用getName()方法
C.在测试类中调用setName()方法
D.在控制台中,查看输出结果