What is the difference in testing a client-server application and a web application?
1)What is the Difference Between WaitTo & Sync?
what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2
What are the Features & Benefits of Quick Test Pro (QTP)..?
what the diffference between test data and test cases what is meant by object hierarchy in qtp
How QTP integrate with application?
how to create external data table?
how to change the properties of object during run time . plz give the code using flight reservation
How we test web based application by using QTP
what is verification & validation?
how i can delete the excel process for the task manager using QTP
Write a QTP script to print all the link names displayed in a web page
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If