How many types of trigger events are there in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
How to pass parameters to Actions Pls anybody can give the answer.. Thanks in advance...
How do you create regression test packs?
Discuss quicktest professional (qtp) environment?
what are the principles of good testing scripts for automation?
write a script to verify the image path(src property) of the images which are in web pages.
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
Explain how you can replace string in qtp?
How can you exit from an action?
How can you capture(Read) the values from a Table?
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
What is Cross browser testing? Does UFT support it?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?