Forum Discussion

mikileung's avatar
mikileung
Occasional Contributor
4 years ago
Solved

Checkpoint image rename

Hi, 

 

I am working on a data loop test, and want to capture all the images with a specific name using variables. How can I do it? 

 

- user and password (data loop variables)

- login to the system

- capture the home page 

- log out

 

So i want the picture to be the username, how can I do that? 

 

Thanks

  • sonya_m's avatar
    sonya_m
    4 years ago

    Thanks everyone for participating!

     

    mikileung Please let us know if you managed to solve this using advice from the replies or in any other way.

     

    If you didn't, I'd suggest raising a support ticket. Thank you! 

9 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    So if you have logged on as MickeyMouse then you are looking for images on the page that are labeled as MickeyMouse?

     

    It will be something like this except you are looking for the label instead of the image name.

    https://support.smartbear.com/testcomplete/docs/app-testing/web/general/examples/finding-an-image.html

     

    Use the variable with the login name to build a string that is the label name and then search for that.

     

    Try it and let us know what you get and we can help in more detail.

    • mikileung's avatar
      mikileung
      Occasional Contributor

      Hi, 

       

      I am not looking for searching an image. once the user logs into the system, I would like to capture that home page. Since I am testing over 50 users, I would like to rename all the images with the username which are variables from an excel. 

       

      Thanks. 

       

      • AlexKaras's avatar
        AlexKaras
        Champion Level 3

        Hi,

         

        Can you provide more details/code/screenshots/examples as I barely understand what you are looking for?