can I link test log cases to automation tools like QTP,silk,or own build aplication?
can I link test log cases to automation tools like QTP,silk,or own build aplication?
If there is a external file associated with the tool you can add a "file://" link into the test case, eg, "file://c:/test.txt", and when you click this in TestLog it should open the file in it's associated program (notepad for the example link).
i mean, when the QTP return fail,testlog also will auto set it to fail???
so i can link both together with same result/statistic
No, it isn't possible for TestLog to receive data from an external program in that way and update a test case based on the external success/failure.