Hi,EXCEL SHEET AND DATA TABLE . BOTH ARE SAME OR NOT?
Answer Posted / noor
Both are one and the same,by default Excel comes inbuilt
with QTP.If u want to import any data from excel u can
import into datatable of QTP asn viceversa.
eg.datatable.importsheet "path.xls"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Discuss the QTP Environment?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Give the syntax to load function at run time.
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
How QTP support all types of applications (platforms)?
What is an expert view and keyword view?
How to integrate the qualitycenter with qtp
how to test Web application using QTP software
What is the difference between rational rose and QTP?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What is quicktest professional (qtp)?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Why is action split used by qtp?
what r the main attributes of test automation?
In qtp, how you can exit for loop?