Other than using import sheet statement for importing the
data from excel sheet, is there any other method that can
be used?
Answers were Sorted based on User's Feedback
Answer / santhosh
Without using Import sheet statement as (VB script),we can
use of Datatable.
Rightclick on the datatable of QTP tool,we will get an
option called File->Import File From
From there you select the path of excel sheet,then start
parameterizing now from the datatable without going for
Excel sheet.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shann
like if ur fetching data frm data base
for each fields in recordset.fielda.count
datatable.globalsheet.Addparameters fielda.name
next
datatable.
| Is This Answer Correct ? | 0 Yes | 0 No |
how we connect oracle or sql data server database to qtp
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
can any one explain with an example how to test Web application using qtp
what is keyword driven testing
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
can the activities of test case design be automated?
How i can use and create Library functions in QTP and what is the proces .
Explain synchronization types in QTP
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
You have an application version 1 with 5 combo boxes, Developers develop version 2. Here they replaced bottom 3 combo boxes with each other. While executing the Test script for version1 no errors. When we execute the Test script for version2 that QTP showing the error message "Object not identified" remember no property changed in version 2, ordinal identifier also disabled. Find what properties might change here in this scenario