Other Interrogation Technique Flashcards

1
Q

What 3 other ways can you interrogate an application if the standard way does not work?

A

Use Create control
Add Menu items
Use Web Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In what situation do we use a Create Control for Windows application?

A

When you encounter a target that is visible but positioned so the target icon cannot focus on the object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Detail the steps you use to Create Control interrogation method?

A

1) Start the Interrogation process
2) On the Adapter Designer Window click the Windows tab
3) Click the List Windows button to show all available processes within the selected adapter
4) From the list of processes click the plus to expand the objects
5) Continue expanding the different level as needed
6) Right-click on an object and select Highlight.The Application appears with the selected object outlined and flashing
7) Return to the windows tab on the designer window
8) Right-click on the desired object and select Create Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why can’t we normally add Menus like other interrogated controls?

A

Using interrogation target disables the menu options on the application window

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describes the steps for adding a menu during the interrogation process?

A

1) Start the interrogation process
2) Navigate to the main windows form that contains the menu
3) In the object Hierarchy highlight the windows form
4) Right-click the windows form object in the Object Hierarchy. The object must show as matched to display the Add Menu Items option
5) On the context menu, select Add Menu Items windows
6) Select the desired menu items from the list
7) Click Refresh to display dynamically created menu items after navigating to a window that creates them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which scenario justifies the use of Web controls ?

A

when a hidden controls have been used developing a web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describes the steps for adding web controls during the interrogation process?

A

1) In the solution explorer double-click On a web adapter project to open it in the design window
2) In the design window, click start interrogation. The interrogation form window displays and the browser opens
3) Navigate in the web application to the desired web page
4) Minimize the browser window to bring the adapter window into view
5) On the adapter design window, click the web controls tab
6) On the controls tab, click List Browser and Frames. The Browser list populates
7) In the browser list, select the web page to highlight it
8) In the filter combo box on the web controls tab, select Input type = “Hidden”. You can use this method to search for any web object from the list
9) On the web controls tab, click List Web controls. A list populates
10) If indeed, right-click on the object in the web controls list to highlight it on the web page
11) On the web control list, right click on the control and select Create Control. The matched object appears in the object Hierarchy.
12) Complete the interrogation process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly