Results 1 to 3 of 3

Thread: Data driven testing

  1. #1
    Join Date
    Jan 2007
    Location
    Chennai, India
    Posts
    25
    Thanks
    1
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Data driven testing

    Hi,

    I want perform data driven testing.
    My flow in test function is like below
    testfunction()
    {
    do something
    test with multiple data
    do something
    test with different mutiple data
    do something
    test with different mutiple data
    }

    is it possible?

    I checked with manual. Their flow like
    testfunction()
    {
    test multiple data
    }

    please let me know how to acheieve this?

    Thanks in advance.

  2. #2
    Join Date
    Aug 2007
    Location
    Wroclaw
    Posts
    20
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Data driven testing

    Better is to make one test in one function. Test Driven is also know as unit test.

    In Test function in QT you can do whatever you want. But good is use "book standards".

    I hope I help you.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

Similar Threads

  1. Best way to display lots of data fast
    By New2QT in forum Newbie
    Replies: 4
    Last Post: 16th October 2008, 23:46
  2. Replies: 7
    Last Post: 29th August 2008, 11:24
  3. Replies: 4
    Last Post: 19th October 2007, 20:47
  4. speed of setdata - lots of items in treeview
    By Big Duck in forum Qt Programming
    Replies: 4
    Last Post: 6th July 2006, 13:53
  5. Replies: 16
    Last Post: 7th March 2006, 16:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.