Interview Questions

Selenium WebDriver - What is the use of AutoIt tool ?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

Selenium WebDriver - What is the use of AutoIt tool ?

Some times while doing testing with selenium, we get stuck by some interruptions like a window based pop up. But selenium fails to handle this as it has support for only web based application. To overcome this problem we need to use AutoIT along with selenium script. AutoIT is a third party tool to handle window based applications. The scripting language used is in VBScript.

(Continued on next question...)

Other Interview Questions