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 |
Explain about Hybrid Framework
What type of problems one will face with QTP , if too many browsers are opened at a time?
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
What is the descriptive programming?
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
What is quick test pro? What is a quick test professional?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
Explain different checkpoints in qtp.
can we call runaction in the funcion
how quick test record on dynamically generated urls and web pages.
what are the metrics in general we use in testing.