automate testing in Flex

前端 未结 3 1425
孤街浪徒
孤街浪徒 2021-01-14 21:10

I want to automate testing of flex application. I have heard that Flex provides with classes that help you automate the testing. But I don\'t know where to find them and how

3条回答
  •  自闭症患者
    2021-01-14 22:13

    Yes, this is called functional testing. Adobe provides automation for UI Components which allows third party programs such as RIATest, FlexMonkey, QTP, ... to record user interactions and replay them automatically.

    Testing and automation

提交回复
热议问题