Forum Discussion
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.
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.
- Marsha_R4 years agoModerator
Try a csv with only one row. Put each data value in its own column, in the order they should be entered. Work with the one row until you get the behavior that you want and then add more rows and try again.
It's okay to work through all your possible data combinations in a sequential order. You won't gain anything by trying to pick the data in a random order.
- Largent8034 years agoContributor
So how would you rename the panel so that it shows as blank when its beginning because when I set the manual
test the panel name comes up with the name I selected.
Example
textnode13
panelXXXXX2
The panel name doesn't get populated until it is selected so what I am trying to do is work around that issue.
Related Content
- 2 years ago
- 6 years ago
Recent Discussions
- 8 hours ago