Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. QA Tools
  3. Squish
  4. How do I test if my Squish test is doing what it is supposed to do?
Forum Updated to NodeBB v4.3 + New Features

How do I test if my Squish test is doing what it is supposed to do?

Scheduled Pinned Locked Moved Solved Squish
3 Posts 3 Posters 773 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SquishHammer
    wrote on last edited by
    #1

    How do I test if my Squish test is doing what it is supposed to do?

    M 1 Reply Last reply
    0
    • S SquishHammer

      How do I test if my Squish test is doing what it is supposed to do?

      M Offline
      M Offline
      maxwell31
      wrote on last edited by
      #2

      @SquishHammer
      I think by now you realised you talk to other users

      1 Reply Last reply
      0
      • C Offline
        C Offline
        clanhuth
        wrote on last edited by
        #3

        To test the effect, you need to add synchronization and verification. For example, if a button X appears (and is enabled and ready for interaction) after clicking button A, then, after letting the script click on button A, you could use waitForObject() to verify that button X exists and is "ready". However, this kind of object verification is implicit when you record a click on button A, then on button X, because Squish records waitForObject() (and the like) calls for mouse clicks automatically.

        1 Reply Last reply
        0
        • C clanhuth has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved