I have to automate excel features using qtp in this i need
to open instance of excel in different ways like double
click on file, drag & drop options, File > open option but
i know the 2 ways to open the excel instance 1 is by
creating the object and another is to open the excel file
in already opened instance of excel through sendkeys
through qtp. But i m not geting how to open excel file
through double click and drag and drop option through qtp
script plz help me out anyone can thanks in advance
No Answer is Posted For this Question
Be the First to Post Answer
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
images are dynamically changes how to compare two images
hi i have one issue while coding the dates . i want to add the date curret to 4 days . can any one helme plz about this regards balaji
how to recall a function in QTP?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
Explain different checkpoints in qtp.
Explain the difference between check point and output value?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve