This is my issue:
I'm scripting against a web application. The screen has 2 checkboxes and a webedit box.
If the 2nd checkbox is selected, when the value is TYPED into the webedit box, a 2nd object (drop down list of employers) is displayed.
If I use the Set command, the box does not appear. If I use Set and then click in the webedit and hit tab, it does not appear.
The only way to get the 2nd box to appear is if I physically type the value into the webedit object.
Is there a way, within QTP, to emmulate typing rather than using the Set Command?
I'm scripting against a web application. The screen has 2 checkboxes and a webedit box.
If the 2nd checkbox is selected, when the value is TYPED into the webedit box, a 2nd object (drop down list of employers) is displayed.
If I use the Set command, the box does not appear. If I use Set and then click in the webedit and hit tab, it does not appear.
The only way to get the 2nd box to appear is if I physically type the value into the webedit object.
Is there a way, within QTP, to emmulate typing rather than using the Set Command?