Thanks master, hmm i will try .I saw one of your post on getting output using 'tee'.
My test prg is like this,
main(..)
{
test1 t1;
QTest::qExec(&t1);
test2 t2;
QTest::qExec(&t2);
convertOutput(); //Shall I hav a function like this for reading out the testoutput generated by tee?
}
main(..)
{
QApplication app(..);
test1 t1;
QTest::qExec(&t1);
test2 t2;
QTest::qExec(&t2);
convertOutput(); //Shall I hav a function like this for reading out the testoutput generated by tee?
}
To copy to clipboard, switch view to plain text mode
Thanks,
Bala.
Bookmarks