05-21-2013, 08:54 PM
I'm also interested how to make QTP multitasking. Pure vbs is not a problem. Question how to use BackgroundWorker or System.Threading here?
It could be very useful in various occasions.
1 I would use this to run multiple vbs database checkpoints in a same time (each in separate tread)
2 Great idea to send VBs(qtp) mailing with a results from last test and continue next iterations without any delay. In this case mailing could be made in separate alternative tread
3 Making load tests by firing multiple sql commands in a same time (each in separated tread)
It could be very useful in various occasions.
1 I would use this to run multiple vbs database checkpoints in a same time (each in separate tread)
2 Great idea to send VBs(qtp) mailing with a results from last test and continue next iterations without any delay. In this case mailing could be made in separate alternative tread
3 Making load tests by firing multiple sql commands in a same time (each in separated tread)