Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Integration testing with QEvent serialization

Integration testing with QEvent serialization

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 448 Views
  • 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.
  • M Offline
    M Offline
    Milovidov
    wrote on last edited by
    #1

    Hello all!

    I want to create integration test toolkit for my gui app.

    My app will have 3 modes:

    1. Normal mode - app just excuting and doing what must do
    2. Record mode - app executing and doing what must do with recording all system events
    3. Repeat mode - app executing without user participation but with generating user events

    General idea for this tool is recording all system events from user in record mode (such as keyboard typing, mouse clicking) and repeat them in original sequence not from user, but from special unit.

    Main problem that I have - is it possible to save QEvent with true spontaneous flag, without castomization to inhereted class? In other case I will need write wrapper, that will cast all spantaeous events to inhereted class.

    Or may be already exist similar tools or qt library for my target?

    Thank you for attention!

    1 Reply Last reply
    0

    • Login

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