How you debug your script?
No Answer is Posted For this Question
Be the First to Post Answer
Should have experience in framework means?
How to Import data from a ".xls" file to Data table during Runtime.
how can we do the frame work in qtp
What is Virtual Object? Plz Explain me with an example?
What are the advantages of qtp?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
In qtp is it possible to check broken links of a page?
What is the purpose of loading qtp add-ins?
Can you write a script to check if the folder exists or not?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to Display last item of a Combobox by using QTP?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?