what is the difference between data table and spread sheet?
Answer / rajani
Data Table is internal to QTP.
spread sheet is external to QTP.
| Is This Answer Correct ? | 3 Yes | 0 No |
how to compare two excell sheets by using vbscript??
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 ?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback
can we change the name of a check point? when will you start writing testcases? do you follow any methodology for writing test scripts? qtp is key word driven testing or data driven testing?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
In QTP how to interact tool and application build?
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?