Forum Discussion

5 Replies

  • Egg's avatar
    Egg
    Frequent Contributor

    Thanks your answer. 

    What I know is, Data driven loop with excel file only can handle key-in value.

    But my variable options is composed of select options. (select options after click triangle button like image.) 

     

    Can I use Data driven loop with image based action or other? Except key-in value?

    I have to handle composed of select options. (select options after click triangle button like image.)  

    How can I do that..? 

    Can I handle with ‘select options after click triangle button’ and  ‘Data driven loop’?

    • Marsha_R's avatar
      Marsha_R
      Icon for Champion Level 3 rankChampion Level 3

      The values in a drop-down (your triangle button) usually have an index in their properties and you can refer to them that way, or they will have a text property that has your A and B names in it.  Use those values in your data file and Set the field to that value rather than using Keys to type in it.

      • Egg's avatar
        Egg
        Frequent Contributor

        Thanks, for your answer. everytime, your answer pretty help. 

        your answer is pretty right. I checked that they have a text property. (textnodeA)

         

         

         

        Then all I have to do is 'textnode~''s ~ part  change  'A' to 'B'  on Testcomplete?