Choosing an automated testing tool

后端 未结 7 649
不思量自难忘°
不思量自难忘° 2021-01-22 05:14

My project is compatible only with Internet Explorer. I want the test scripts to get generated automatically as it is done in Selenium IDE.

Can i use Selenium RC to test

7条回答
  •  长发绾君心
    2021-01-22 05:50

    seleniumrc works with IE. You can specify the browser and the path to it within the config file.

    It can be easily integrated into night builds via ant.

    stick to writing the testcase in java.

提交回复
热议问题