Forum Discussion
Is it something like this?
Dropdown1 options
A,B,C
Dropdown2 options
if dropdown1 = A, dropdown 2 is D,E,F
if dropdown1 = B, dropdown 2 is G,H,I
if dropdown1 = C, dropdown 2 is J,K,L
- Largent8034 years agoContributor
It looks like
Source = blank
Then I click on the textnode and the dropdown appears with the various
options in this case Source on possible referrals.
In other menu options there is actual names involved however, they are all textnodes.
Some of the fields do have key clicks which is how you name the item
And comments fields where you can go into detail.
- Marsha_R4 years agoModerator
I suggest that you record a test that manually goes through the steps you want to cover, in order to get the framework built. Do this for one or two example sets of data so you can see the pattern of the test. Then you can decide if tables or csv or variables or something else will do what you want with the various data.
- Largent8034 years agoContributor
vg14 Click ... Clicks the 'vg14' control.
textnode Click ... Clicks the 'textnode' control.
panelYYYY Click ... Clicks the 'panelYYY' control.
textboxCenterDealdealname Click ... Clicks the 'textboxCenterDealdealname' control.
textboxCenterDealdealname SetText "A New Deal" Sets the text 'A New Deal' in the 'textboxCenterDealdealname' text editor.
textnode13 Click ... Clicks the 'textnode13' control.
panelXXXXX Click Clicks the 'panelXXXXX' control.
panelBold Click Clicks the 'panelBold' control.
panel47 Click Clicks the 'panel47' control.
textnode2 Click Clicks the 'textnode2' control.
panelZZZZZ Click Clicks the 'panelZZZZ' control.
textnode12 Click Clicks the 'textnode12' control.
panel7 Click Clicks the 'panel7' control.
panel8 Click Clicks the 'panel8' control.
panel8 Keys "WEre going backwards in time" Enters 'WEre going backwards in time' in the 'panel8' object.
panel3 Click Clicks the 'panel3' control.
panel292 Click Clicks the 'panel292' control.
buttonCreateNewDeal ClickButton Clicks the 'buttonCreateNewDeal' button.
vg14 Click Clicks the 'vg14' control.So you can see I have removed the names involved what all of those panels have multiple names that can change
what I need to do to test them is to set these up so that the system will select the textnode and then randomly select
one of the panel names that shows up once the textnode is selected. I have found a csv wants to select all the items in the
csv file and the problem with that is that I would only want it to select it once and then move on to the next menu option.
Related Content
- 2 years ago
- 6 years ago
Recent Discussions
- 8 hours ago