How to open a dialog box directly if you know its mapped name
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022
06:08 AM
11-29-2022
06:08 AM
How to open a dialog box directly if you know its mapped name
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
Labels:
- Labels:
-
Desktop Testing
-
Name Mapping
-
Script Tests
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022
06:26 AM
11-29-2022
06:26 AM
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()).
[[ kITt: keep IT testing ]]
