Forum Discussion
1 Reply
- KittRegular Contributor
If one of your application's objects has a method that invokes your dialog, you can use it in your tests as you would with any other method (EX: obj.MethodName()).
If I know the name mapping of dialog box, then is there a method in script testing that I can use to directly invoke the dialog box without actually clicking on the button to invoke the dialog box
If one of your application's objects has a method that invokes your dialog, you can use it in your tests as you would with any other method (EX: obj.MethodName()).