why can't you use excel directly in qtp. why we want to
import excel data into Datatable.
Answer / santosh
Working with excel in qtp involves creating objects and
opening sheet in a particular way. So, it has certain steps
to open and close a document creating more code. Instead
just import the xl using just one line of code. Do ops and
export it back.
| Is This Answer Correct ? | 4 Yes | 0 No |
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
How do you data drive an external spreadsheet?
Check point what is how many types of checkpoint and explain
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
which tpye of exceptions mostly do we face in QTP
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
what we do after completion of functional and regression testing
Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..
What is quicktest professional window?
How many types of parameters are available in quicktest professional (qtp)?
How many ways we can parameterize data in QTP ?
Can you tell me QTP is support for GIS(Geography Information System) Based Software.