Hi,
I have the following code while automating the Java based application using QTP,
QTP Code:
JavaWindow("License Authorization").JavaCheckBox("<html><body><b>Node").Set "ON"
Now, I want to automate the same function of checking the checkbox labeled "Node" in the "License Authorization" window using AutoIT.
Is it possible using AutoIT?
Any information would be very useful.