Forum Discussion

JanisWork's avatar
JanisWork
New Contributor
12 months ago

Image check point

Hello!

I am doing keyword test on application. I want to do performance test on how long it takes to load image. What is best way of doing checkpoint that waits until image is loaded?
I am new to testing and have to do much learning.

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    TC is not a performance testing tool. However, you can create your own timer based function to count the number of seconds, and stop the timer when the image appears.

    If you are new, then I suggest you learn the basics and understand how TC works. There's plenty of documentation online to get you started

    • JanisWork's avatar
      JanisWork
      New Contributor

      Thank You for response. Yes thats my plan just check how long it takes. I already tried to find answer but unfortinetlly no luck finding. Creating simple keyword test and I am stuck at picture load and how to tell TC to wait until pictures are loaded.

      • rraghvani's avatar
        rraghvani
        Champion Level 3

        You need to understand about objects and their properties. This is vital before starting automating.